Home
last modified time | relevance | path

Searched refs:who (Results 1 – 25 of 31) sorted by relevance

12

/system/hwservicemanager/
DServiceManager.h88 virtual void serviceDied(uint64_t cookie, const wp<IBase>& who);
97 bool removeService(const wp<IBase>& who, const std::string* restrictToInstanceName);
98 bool removePackageListener(const wp<IBase>& who);
99 bool removeServiceListener(const wp<IBase>& who);
133 bool removePackageListener(const wp<IBase>& who);
134 bool removeServiceListener(const wp<IBase>& who);
DServiceManager.cpp125 void ServiceManager::serviceDied(uint64_t cookie, const wp<IBase>& who) { in serviceDied() argument
129 serviceRemoved = removeService(who, nullptr /* restrictToInstanceName */); in serviceDied()
132 serviceRemoved = removePackageListener(who); in serviceDied()
135 serviceRemoved = removeServiceListener(who); in serviceDied()
138 sp<IBase> base = who.promote(); in serviceDied()
147 << cookie << " Service pointer: " << who.promote().get(); in serviceDied()
220 bool ServiceManager::PackageInterfaceMap::removePackageListener(const wp<IBase>& who) { in removePackageListener() argument
224 if (interfacesEqual(*it, who.promote())) { in removePackageListener()
235 bool ServiceManager::PackageInterfaceMap::removeServiceListener(const wp<IBase>& who) { in removeServiceListener() argument
240 found |= service->removeListener(who); in removeServiceListener()
[all …]
/system/libhidl/transport/token/1.0/utils/include/hidl/
DHybridInterface.h225 wp<IBinder> who; member
230 recipient(r), cookie(c), flags(f), who(w) { in Obituary()
236 who(o.who) { in Obituary()
242 who = o.who;
248 dr->binderDied(who); in serviceDied()
/system/hardware/interfaces/suspend/1.0/default/
DSuspendControlService.cpp90 void SuspendControlService::binderDied(const wp<IBinder>& who) { in binderDied() argument
93 [&who](const sp<ISuspendCallback>& i) { in binderDied()
94 return who == IInterface::asBinder(i); in binderDied()
105 [&who](const sp<IWakelockCallback>& i) { return who == IInterface::asBinder(i); }), in binderDied()
DSuspendControlService.h52 void binderDied(const wp<IBinder>& who) override;
/system/core/libstats/bootstrap/
DBootstrapClientInternal.h28 void binderDied(const wp<IBinder>& who) override;
/system/libhwbinder/
DParcel.cpp85 const flat_binder_object& obj, const void* who) in acquire_binder_object() argument
90 LOG_REFS("Parcel %p acquiring reference on local %llu", who, obj.cookie); in acquire_binder_object()
91 reinterpret_cast<IBinder*>(obj.cookie)->incStrong(who); in acquire_binder_object()
96 reinterpret_cast<RefBase::weakref_type*>(obj.binder)->incWeak(who); in acquire_binder_object()
101 LOG_REFS("Parcel %p acquiring reference on remote %p", who, b.get()); in acquire_binder_object()
102 b->incStrong(who); in acquire_binder_object()
108 if (b != nullptr) b.get_refs()->incWeak(who); in acquire_binder_object()
117 const void *who) { in acquire_object() argument
124 acquire_binder_object(proc, fbo, who); in acquire_object()
131 const flat_binder_object& obj, const void* who) in release_object() argument
[all …]
/system/sepolicy/prebuilts/api/33.0/public/
Dhwservicemanager.te9 # clients who request service notifications. The permission
Dtzdatacheck.te14 # have negative implications for users (who may get incorrect local times)
/system/sepolicy/prebuilts/api/29.0/public/
Dhwservicemanager.te9 # clients who request service notifications. The permission
Dtzdatacheck.te14 # have negative implications for users (who may get incorrect local times)
/system/sepolicy/prebuilts/api/30.0/public/
Dhwservicemanager.te9 # clients who request service notifications. The permission
Dtzdatacheck.te14 # have negative implications for users (who may get incorrect local times)
/system/sepolicy/prebuilts/api/34.0/public/
Dhwservicemanager.te9 # clients who request service notifications. The permission
/system/sepolicy/prebuilts/api/32.0/public/
Dhwservicemanager.te9 # clients who request service notifications. The permission
Dtzdatacheck.te14 # have negative implications for users (who may get incorrect local times)
/system/sepolicy/prebuilts/api/31.0/public/
Dhwservicemanager.te9 # clients who request service notifications. The permission
Dtzdatacheck.te14 # have negative implications for users (who may get incorrect local times)
/system/sepolicy/public/
Dhwservicemanager.te9 # clients who request service notifications. The permission
/system/libhwbinder/include/hwbinder/
DIBinder.h99 virtual void binderDied(const wp<IBinder>& who) = 0;
DParcel.h325 const flat_binder_object& obj, const void* who);
327 const flat_binder_object& obj, const void* who);
/system/core/libbinderwrapper/
Dreal_binder_wrapper.cc37 void binderDied(const wp<IBinder>& who) override { in binderDied() argument
/system/core/storaged/include/
Dstoraged.h91 void serviceDied(uint64_t cookie, const wp<::android::hidl::base::V1_0::IBase>& who);
/system/core/storaged/
Dstoraged.cpp182 const wp<::android::hidl::base::V1_0::IBase>& who) { in serviceDied() argument
183 if (mHealth != nullptr && interfacesEqual(mHealth, who.promote())) { in serviceDied()
/system/extras/simpleperf/doc/
Dandroid_platform_profiling.md7 Here are some tips for Android platform developers, who build and flash system images on rooted

12