Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/tests/
DbinderRpcTest.cpp508 sp<IBinder> outBinder; in TEST_P() local
533 sp<IBinder> outBinder; in TEST_P() local
553 sp<IBinder> outBinder; in TEST_P() local
588 sp<IBinder> outBinder; in TEST_P() local
596 sp<IBinder> outBinder; in TEST_P() local
606 sp<IBinder> outBinder; in TEST_P() local
625 sp<IBinder> outBinder; in TEST_P() local
/frameworks/native/libs/binder/ndk/tests/
Diface.cpp153 sp<IFoo> IFoo::getService(const char* instance, AIBinder** outBinder) { in getService()
/frameworks/native/cmds/servicemanager/
DServiceManager.cpp183 Status ServiceManager::getService(const std::string& name, sp<IBinder>* outBinder) { in getService()
189 Status ServiceManager::checkService(const std::string& name, sp<IBinder>* outBinder) { in checkService()