Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 915465de authored by Jooyung Han's avatar Jooyung Han
Browse files

Document return value of AServiceManager_openDeclaredPassthroughHal

Bug: 326096214
Test: n/a (comments modified)
Change-Id: I555cabe0db815a936c4ee50799a30fb0d452ab65
parent 315a0f14
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -248,6 +248,8 @@ void AServiceManager_getUpdatableApexName(const char* instance, void* context,
 * \param instance identifier of the passthrough service (e.g. "mapper")
 * \param instance identifier of the implemenatation (e.g. "default")
 * \param flag passed to dlopen()
 *
 * \return the result of dlopen of the specified HAL
 */
void* AServiceManager_openDeclaredPassthroughHal(const char* interface, const char* instance,
                                                 int flag)