Searched defs:who (Results 1 - 9 of 9) sorted by relevance

/system/core/healthd/
H A DBatteryPropertiesRegistrar.cpp107 void BatteryPropertiesRegistrar::binderDied(const wp<IBinder>& who) { argument
111 if (IInterface::asBinder(mListeners[i]) == who) {
/system/bt/service/ipc/binder/
H A Dremote_callback_list.h78 void binderDied(const android::wp<android::IBinder>& who) override;
189 const wp<IBinder>& who) {
193 CHECK(who.unsafe_get() == binder.get());
188 binderDied( const wp<IBinder>& who) argument
H A Dremote_callback_map.h90 void binderDied(const android::wp<android::IBinder>& who) override;
225 const wp<IBinder>& who) {
229 CHECK(who.unsafe_get() == binder.get());
224 binderDied( const wp<IBinder>& who) argument
/system/core/storaged/
H A Dstoraged.cpp192 void storaged_t::binderDied(const wp<IBinder>& who) { argument
194 IInterface::asBinder(battery_properties) == who) {
/system/hwservicemanager/
H A DServiceManager.cpp51 void ServiceManager::serviceDied(uint64_t cookie, const wp<IBase>& who) { argument
54 remove(who);
57 removePackageListener(who);
60 removeServiceListener(who);
134 bool ServiceManager::PackageInterfaceMap::removePackageListener(const wp<IBase>& who) { argument
138 if (*it == who) {
415 bool ServiceManager::remove(const wp<IBase>& who) { argument
422 if (service->getService() == who) {
431 bool ServiceManager::removePackageListener(const wp<IBase>& who) { argument
435 found |= interfaceMapping.second.removePackageListener(who);
441 removeServiceListener(const wp<IBase>& who) argument
[all...]
/system/libhidl/transport/token/1.0/utils/include/hidl/
H A DHybridInterface.h142 wp<IBinder> who; member in struct:android::H2BConverter::Obituary
147 recipient(r), cookie(c), flags(f), who(w) {
153 who(o.who) {
159 who = o.who;
165 dr->binderDied(who);
/system/tools/hidl/test/
H A Dhidl_test_client.cpp1372 wp<IBase> who; member in struct:HidlDeathRecipient
1376 virtual void serviceDied(uint64_t cookie, const wp<IBase>& who) { argument
1380 this->who = who;
1412 EXPECT_EQ(recipient->who, dyingBaz);
/system/libhwbinder/
H A DParcel.cpp99 const flat_binder_object& obj, const void* who)
104 LOG_REFS("Parcel %p acquiring reference on local %p", who, obj.cookie);
105 reinterpret_cast<IBinder*>(obj.cookie)->incStrong(who);
110 reinterpret_cast<RefBase::weakref_type*>(obj.binder)->incWeak(who);
115 LOG_REFS("Parcel %p acquiring reference on remote %p", who, b.get());
116 b->incStrong(who);
122 if (b != NULL) b.get_refs()->incWeak(who);
131 const void *who) {
138 acquire_binder_object(proc, fbo, who);
145 const flat_binder_object& obj, const void* who)
98 acquire_binder_object(const sp<ProcessState>& proc, const flat_binder_object& obj, const void* who) argument
130 acquire_object(const sp<ProcessState>& proc, const binder_object_header& obj, const void *who) argument
144 release_object(const sp<ProcessState>& proc, const flat_binder_object& obj, const void* who) argument
[all...]
/system/security/keystore/
H A Dkey_store_service.cpp124 void KeyStoreService::binderDied(const wp<IBinder>& who) { argument
125 auto operations = mOperationMap.getOperationsForToken(who.unsafe_get());

Completed in 238 milliseconds