Skip to content

Commit 915465d

Browse files
author
Jooyung Han
committed
Document return value of AServiceManager_openDeclaredPassthroughHal
Bug: 326096214 Test: n/a (comments modified) Change-Id: I555cabe0db815a936c4ee50799a30fb0d452ab65
1 parent 315a0f1 commit 915465d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

libs/binder/ndk/include_platform/android/binder_manager.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,8 @@ void AServiceManager_getUpdatableApexName(const char* instance, void* context,
248248
* \param instance identifier of the passthrough service (e.g. "mapper")
249249
* \param instance identifier of the implemenatation (e.g. "default")
250250
* \param flag passed to dlopen()
251+
*
252+
* \return the result of dlopen of the specified HAL
251253
*/
252254
void* AServiceManager_openDeclaredPassthroughHal(const char* interface, const char* instance,
253255
int flag)

0 commit comments

Comments
 (0)