Home
last modified time | relevance | path

Searched defs:who (Results 1 – 13 of 13) sorted by relevance

/system/hwservicemanager/
DServiceManager.cpp125 void ServiceManager::serviceDied(uint64_t cookie, const wp<IBase>& who) { in serviceDied()
220 bool ServiceManager::PackageInterfaceMap::removePackageListener(const wp<IBase>& who) { in removePackageListener()
235 bool ServiceManager::PackageInterfaceMap::removeServiceListener(const wp<IBase>& who) { in removeServiceListener()
788 bool ServiceManager::removeService(const wp<IBase>& who, const std::string* restrictToInstanceName)… in removeService()
815 bool ServiceManager::removePackageListener(const wp<IBase>& who) { in removePackageListener()
825 bool ServiceManager::removeServiceListener(const wp<IBase>& who) { in removeServiceListener()
/system/core/libbinderwrapper/
Dreal_binder_wrapper.cc37 void binderDied(const wp<IBinder>& who) override { in binderDied()
/system/bt/service/ipc/binder/
Dremote_callback_list.h189 const wp<IBinder>& who) { in binderDied()
Dremote_callback_map.h225 const wp<IBinder>& who) { in binderDied()
/system/security/keystore/
Dconfirmation_manager.cpp191 void ConfirmationManager::binderDied(const wp<IBinder>& who) { in binderDied()
DKeyStore.cpp505 void KeyStore::binderDied(const ::android::wp<IBinder>& who) { in binderDied()
Dkeymaster_worker.cpp1134 void KeymasterWorker::binderDied(android::wp<IBinder> who) { in binderDied()
/system/hardware/interfaces/suspend/1.0/default/
DSuspendControlService.cpp79 void SuspendControlService::binderDied(const wp<IBinder>& who) { in binderDied()
/system/core/storaged/
Dstoraged.cpp125 void storaged_t::serviceDied(uint64_t cookie, const wp<::android::hidl::base::V1_0::IBase>& who) { in serviceDied()
/system/libhidl/transport/token/1.0/utils/include/hidl/
DHybridInterface.h225 wp<IBinder> who; member
/system/iorap/src/perfetto/
Drx_producer.cc663 static int ioprio_get(int which, int who) { in ioprio_get()
667 static int ioprio_set(int which, int who, int ioprio) { in ioprio_set()
/system/libhwbinder/
DParcel.cpp84 const flat_binder_object& obj, const void* who) in acquire_binder_object()
116 const void *who) { in acquire_object()
130 const flat_binder_object& obj, const void* who) in release_object()
/system/tools/hidl/test/hidl_test/
Dhidl_test_client.cpp1677 wp<IBase> who; member