/system/hwservicemanager/ |
D | ServiceManager.h | 88 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);
|
D | ServiceManager.cpp | 125 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/ |
D | HybridInterface.h | 225 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/ |
D | SuspendControlService.cpp | 90 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()
|
D | SuspendControlService.h | 52 void binderDied(const wp<IBinder>& who) override;
|
/system/core/libstats/bootstrap/ |
D | BootstrapClientInternal.h | 28 void binderDied(const wp<IBinder>& who) override;
|
/system/libhwbinder/ |
D | Parcel.cpp | 85 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/ |
D | hwservicemanager.te | 9 # clients who request service notifications. The permission
|
D | tzdatacheck.te | 14 # have negative implications for users (who may get incorrect local times)
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | hwservicemanager.te | 9 # clients who request service notifications. The permission
|
D | tzdatacheck.te | 14 # have negative implications for users (who may get incorrect local times)
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | hwservicemanager.te | 9 # clients who request service notifications. The permission
|
D | tzdatacheck.te | 14 # have negative implications for users (who may get incorrect local times)
|
/system/sepolicy/prebuilts/api/34.0/public/ |
D | hwservicemanager.te | 9 # clients who request service notifications. The permission
|
/system/sepolicy/prebuilts/api/32.0/public/ |
D | hwservicemanager.te | 9 # clients who request service notifications. The permission
|
D | tzdatacheck.te | 14 # have negative implications for users (who may get incorrect local times)
|
/system/sepolicy/prebuilts/api/31.0/public/ |
D | hwservicemanager.te | 9 # clients who request service notifications. The permission
|
D | tzdatacheck.te | 14 # have negative implications for users (who may get incorrect local times)
|
/system/sepolicy/public/ |
D | hwservicemanager.te | 9 # clients who request service notifications. The permission
|
/system/libhwbinder/include/hwbinder/ |
D | IBinder.h | 99 virtual void binderDied(const wp<IBinder>& who) = 0;
|
D | Parcel.h | 325 const flat_binder_object& obj, const void* who); 327 const flat_binder_object& obj, const void* who);
|
/system/core/libbinderwrapper/ |
D | real_binder_wrapper.cc | 37 void binderDied(const wp<IBinder>& who) override { in binderDied() argument
|
/system/core/storaged/include/ |
D | storaged.h | 91 void serviceDied(uint64_t cookie, const wp<::android::hidl::base::V1_0::IBase>& who);
|
/system/core/storaged/ |
D | storaged.cpp | 182 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/ |
D | android_platform_profiling.md | 7 Here are some tips for Android platform developers, who build and flash system images on rooted
|