Home
last modified time | relevance | path

Searched defs:outBinder (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/libs/binder/tests/
DbinderRpcUniversalTests.cpp173 sp<IBinder> outBinder; in TEST_P() local
191 sp<IBinder> outBinder; in TEST_P() local
216 sp<IBinder> outBinder; in TEST_P() local
236 sp<IBinder> outBinder; in TEST_P() local
275 sp<IBinder> outBinder; in TEST_P() local
287 sp<IBinder> outBinder; in TEST_P() local
302 sp<IBinder> outBinder; in TEST_P() local
326 sp<IBinder> outBinder; in TEST_P() local
/frameworks/native/libs/binder/ndk/tests/
Diface.cpp158 sp<IFoo> IFoo::getService(const char* instance, AIBinder** outBinder) { in getService()
/frameworks/native/cmds/servicemanager/
DServiceManager.cpp273 Status ServiceManager::getService(const std::string& name, sp<IBinder>* outBinder) { in getService()
279 Status ServiceManager::checkService(const std::string& name, sp<IBinder>* outBinder) { in checkService()