/system/core/libutils/ |
D | RefBase.cpp | 471 weakref_impl* const impl = static_cast<weakref_impl*>(this); in incWeak() local 472 impl->addWeakRef(id); in incWeak() 473 const int32_t c __unused = impl->mWeak.fetch_add(1, in incWeak() 481 weakref_impl* const impl = static_cast<weakref_impl*>(this); in decWeak() local 482 impl->removeWeakRef(id); in decWeak() 483 const int32_t c = impl->mWeak.fetch_sub(1, std::memory_order_release); in decWeak() 488 int32_t flags = impl->mFlags.load(std::memory_order_relaxed); in decWeak() 494 if (impl->mStrong.load(std::memory_order_relaxed) in decWeak() 498 delete impl->mBase; in decWeak() 501 delete impl; in decWeak() [all …]
|
/system/core/gatekeeperd/ |
D | IUserManager.cpp | 30 BpUserManager(const sp<IBinder>& impl) : in BpUserManager() argument 31 BpInterface<IUserManager>(impl) { in BpUserManager()
|
/system/bt/service/common/bluetooth/binder/ |
D | IBluetoothGattClientCallback.cpp | 62 const sp<IBinder>& impl) in BpBluetoothGattClientCallback() argument 63 : BpInterface<IBluetoothGattClientCallback>(impl) { in BpBluetoothGattClientCallback()
|
D | IBluetoothCallback.cpp | 66 BpBluetoothCallback::BpBluetoothCallback(const sp<IBinder>& impl) in BpBluetoothCallback() argument 67 : BpInterface<IBluetoothCallback>(impl) { in BpBluetoothCallback()
|
D | IBluetoothGattClient.cpp | 69 BpBluetoothGattClient::BpBluetoothGattClient(const sp<IBinder>& impl) in BpBluetoothGattClient() argument 70 : BpInterface<IBluetoothGattClient>(impl) { in BpBluetoothGattClient()
|
D | IBluetoothLowEnergyCallback.cpp | 98 const sp<IBinder>& impl) in BpBluetoothLowEnergyCallback() argument 99 : BpInterface<IBluetoothLowEnergyCallback>(impl) { in BpBluetoothLowEnergyCallback()
|
D | IBluetoothCallback.h | 75 BpBluetoothCallback(const android::sp<android::IBinder>& impl);
|
D | IBluetoothGattClientCallback.h | 86 const android::sp<android::IBinder>& impl);
|
D | IBluetoothGattClient.h | 94 explicit BpBluetoothGattClient(const android::sp<android::IBinder>& impl);
|
D | IBluetoothLowEnergyCallback.h | 95 BpBluetoothLowEnergyCallback(const android::sp<android::IBinder>& impl);
|
D | IBluetoothLowEnergy.cpp | 158 BpBluetoothLowEnergy::BpBluetoothLowEnergy(const sp<IBinder>& impl) in BpBluetoothLowEnergy() argument 159 : BpInterface<IBluetoothLowEnergy>(impl) { in BpBluetoothLowEnergy()
|
D | IBluetoothLowEnergy.h | 120 explicit BpBluetoothLowEnergy(const android::sp<android::IBinder>& impl);
|
D | IBluetoothGattServer.cpp | 170 BpBluetoothGattServer::BpBluetoothGattServer(const sp<IBinder>& impl) in BpBluetoothGattServer() argument 171 : BpInterface<IBluetoothGattServer>(impl) { in BpBluetoothGattServer()
|
D | IBluetoothGattServerCallback.cpp | 144 const sp<IBinder>& impl) in BpBluetoothGattServerCallback() argument 145 : BpInterface<IBluetoothGattServerCallback>(impl) { in BpBluetoothGattServerCallback()
|
D | IBluetooth.cpp | 164 BpBluetooth::BpBluetooth(const sp<IBinder>& impl) in BpBluetooth() argument 165 : BpInterface<IBluetooth>(impl) { in BpBluetooth()
|
D | IBluetoothGattServerCallback.h | 118 const android::sp<android::IBinder>& impl);
|
D | IBluetoothGattServer.h | 121 explicit BpBluetoothGattServer(const android::sp<android::IBinder>& impl);
|
D | IBluetooth.h | 181 explicit BpBluetooth(const android::sp<android::IBinder>& impl);
|
/system/bt/osi/include/ |
D | metrics_cpp.h | 226 struct impl; 227 std::unique_ptr<impl> const pimpl_;
|
/system/tpm/attestation/common/ |
D | proto_print.py | 226 impl = """\ 250 impl_file.write(impl) 275 impl = """ 280 impl_file.write(impl)
|
/system/core/libmemunreachable/ |
D | Allocator.h | 59 static void deallocate(HeapImpl* impl, void* ptr); 82 HeapImpl* impl = impl_; in make_unique() local 84 [impl](void* ptr) { in make_unique() 86 deallocate(impl, ptr); in make_unique()
|
/system/core/fingerprintd/ |
D | IFingerprintDaemonCallback.cpp | 30 BpFingerprintDaemonCallback(const sp<IBinder>& impl) : in BpFingerprintDaemonCallback() argument 31 BpInterface<IFingerprintDaemonCallback>(impl) { in BpFingerprintDaemonCallback()
|
/system/bt/service/hal/ |
D | bluetooth_interface.cpp | 389 std::unique_ptr<BluetoothInterfaceImpl> impl(new BluetoothInterfaceImpl()); in Initialize() local 390 if (!impl->Initialize()) { in Initialize() 395 g_bluetooth_interface = impl.release(); in Initialize()
|
/system/bt/osi/src/ |
D | metrics_linux.cpp | 134 struct BluetoothMetricsLogger::impl { struct in system_bt_osi::BluetoothMetricsLogger 138 BluetoothMetricsLogger::BluetoothMetricsLogger() : pimpl_(new impl) {} in BluetoothMetricsLogger()
|
/system/connectivity/shill/cellular/ |
D | mobile_operator_info.h | 221 MobileOperatorInfoImpl* impl() { return impl_.get(); } in impl() function
|