/system/hwservicemanager/ |
D | ServiceManager.h | 89 virtual void serviceDied(uint64_t cookie, const wp<IBase>& who); 98 bool removeService(const wp<IBase>& who, const std::string* restrictToInstanceName); 99 bool removePackageListener(const wp<IBase>& who); 100 bool removeServiceListener(const wp<IBase>& who); 134 bool removePackageListener(const wp<IBase>& who); 135 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/hardware/interfaces/suspend/1.0/default/ |
D | SuspendControlService.cpp | 70 void SuspendControlService::binderDied(const wp<IBinder>& who) { in binderDied() argument 72 mCallbacks.erase(findCb(who)); in binderDied()
|
D | SuspendControlService.h | 42 void binderDied(const wp<IBinder>& who) override;
|
/system/security/keystore/ |
D | confirmation_manager.h | 73 void binderDied(const android::wp<android::IBinder>& who); 77 const android::wp<android::hidl::base::V1_0::IBase>& who) override;
|
D | confirmation_manager.cpp | 193 void ConfirmationManager::binderDied(const wp<IBinder>& who) { in binderDied() argument 197 if (who == mCurrentListener) { in binderDied()
|
/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/netd/resolv/ |
D | ResolverEventReporter.cpp | 65 void ResolverEventReporter::handleBinderDied(const void* who) { in handleBinderDied() argument 71 [=](const auto& it) { return static_cast<void*>(it.get()) == who; }); in handleBinderDied()
|
D | ResolverEventReporter.h | 62 void handleBinderDied(const void* who) EXCLUDES(mMutex);
|
/system/bt/service/ipc/binder/ |
D | remote_callback_list.h | 78 void binderDied(const android::wp<android::IBinder>& who) override; 189 const wp<IBinder>& who) { in binderDied() argument 193 CHECK(who.unsafe_get() == binder.get()); in binderDied()
|
D | remote_callback_map.h | 90 void binderDied(const android::wp<android::IBinder>& who) override; 225 const wp<IBinder>& who) { in binderDied() argument 229 CHECK(who.unsafe_get() == binder.get()); in binderDied()
|
/system/libhwbinder/ |
D | Parcel.cpp | 91 const flat_binder_object& obj, const void* who) in acquire_binder_object() argument 96 LOG_REFS("Parcel %p acquiring reference on local %p", who, obj.cookie); in acquire_binder_object() 97 reinterpret_cast<IBinder*>(obj.cookie)->incStrong(who); in acquire_binder_object() 102 reinterpret_cast<RefBase::weakref_type*>(obj.binder)->incWeak(who); in acquire_binder_object() 107 LOG_REFS("Parcel %p acquiring reference on remote %p", who, b.get()); in acquire_binder_object() 108 b->incStrong(who); in acquire_binder_object() 114 if (b != nullptr) b.get_refs()->incWeak(who); in acquire_binder_object() 123 const void *who) { in acquire_object() argument 130 acquire_binder_object(proc, fbo, who); in acquire_object() 137 const flat_binder_object& obj, const void* who) in release_object() argument [all …]
|
/system/connectivity/wificond/scanning/offload/ |
D | offload_service_utils.h | 38 const android::wp<android::hidl::base::V1_0::IBase>& who) override { in serviceDied() argument
|
/system/sepolicy/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/28.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/27.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/26.0/public/ |
D | hwservicemanager.te | 9 # clients who request service notifications. The permission
|
/system/libhwbinder/include/hwbinder/ |
D | IBinder.h | 63 virtual void binderDied(const wp<IBinder>& who) = 0;
|
/system/core/libbinderwrapper/ |
D | real_binder_wrapper.cc | 37 void binderDied(const wp<IBinder>& who) override { in binderDied() argument
|
/system/iorap/src/perfetto/ |
D | rx_producer.cc | 589 static int ioprio_get(int which, int who) { in ioprio_get() argument 590 return syscall(SYS_ioprio_get, which, who); in ioprio_get() 593 static int ioprio_set(int which, int who, int ioprio) { in ioprio_set() argument 594 return syscall(SYS_ioprio_set, which, who, ioprio); in ioprio_set()
|