Loading libs/binder/BackendUnifiedServiceManager.cpp +3 −1 Original line number Diff line number Diff line Loading @@ -215,7 +215,9 @@ Status BackendUnifiedServiceManager::getService(const ::std::string& name, sp<IBinder>* _aidl_return) { os::Service service; Status status = getService2(name, &service); if (status.isOk()) { *_aidl_return = service.get<os::Service::Tag::serviceWithMetadata>().service; } return status; } Loading Loading
libs/binder/BackendUnifiedServiceManager.cpp +3 −1 Original line number Diff line number Diff line Loading @@ -215,7 +215,9 @@ Status BackendUnifiedServiceManager::getService(const ::std::string& name, sp<IBinder>* _aidl_return) { os::Service service; Status status = getService2(name, &service); if (status.isOk()) { *_aidl_return = service.get<os::Service::Tag::serviceWithMetadata>().service; } return status; } Loading