Skip to content

Commit ddf0e82

Browse files
Jooyung HanGerrit Code Review
authored andcommitted
Merge "Document return value of AServiceManager_openDeclaredPassthroughHal" into main
2 parents e44315c + 915465d commit ddf0e82

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)