Searched refs:outBinder (Results 1 – 4 of 4) sorted by relevance
143 sp<IFoo> IFoo::getService(const char* instance, AIBinder** outBinder) { in getService() argument154 if (outBinder != nullptr) { in getService()156 *outBinder = binder; in getService()
36 binder::Status getService(const std::string& name, sp<IBinder>* outBinder) override;37 binder::Status checkService(const std::string& name, sp<IBinder>* outBinder) override;
119 Status ServiceManager::getService(const std::string& name, sp<IBinder>* outBinder) { in getService() argument120 *outBinder = tryGetService(name, true); in getService()125 Status ServiceManager::checkService(const std::string& name, sp<IBinder>* outBinder) { in checkService() argument126 *outBinder = tryGetService(name, false); in checkService()
35 static ::android::sp<IFoo> getService(const char* instance, AIBinder** outBinder = nullptr);