Home
last modified time | relevance | path

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

12

/system/core/libutils/
DRefBase.cpp471 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/
DIUserManager.cpp30 BpUserManager(const sp<IBinder>& impl) : in BpUserManager() argument
31 BpInterface<IUserManager>(impl) { in BpUserManager()
/system/bt/service/common/bluetooth/binder/
DIBluetoothGattClientCallback.cpp62 const sp<IBinder>& impl) in BpBluetoothGattClientCallback() argument
63 : BpInterface<IBluetoothGattClientCallback>(impl) { in BpBluetoothGattClientCallback()
DIBluetoothCallback.cpp66 BpBluetoothCallback::BpBluetoothCallback(const sp<IBinder>& impl) in BpBluetoothCallback() argument
67 : BpInterface<IBluetoothCallback>(impl) { in BpBluetoothCallback()
DIBluetoothGattClient.cpp69 BpBluetoothGattClient::BpBluetoothGattClient(const sp<IBinder>& impl) in BpBluetoothGattClient() argument
70 : BpInterface<IBluetoothGattClient>(impl) { in BpBluetoothGattClient()
DIBluetoothLowEnergyCallback.cpp98 const sp<IBinder>& impl) in BpBluetoothLowEnergyCallback() argument
99 : BpInterface<IBluetoothLowEnergyCallback>(impl) { in BpBluetoothLowEnergyCallback()
DIBluetoothCallback.h75 BpBluetoothCallback(const android::sp<android::IBinder>& impl);
DIBluetoothGattClientCallback.h86 const android::sp<android::IBinder>& impl);
DIBluetoothGattClient.h94 explicit BpBluetoothGattClient(const android::sp<android::IBinder>& impl);
DIBluetoothLowEnergyCallback.h95 BpBluetoothLowEnergyCallback(const android::sp<android::IBinder>& impl);
DIBluetoothLowEnergy.cpp158 BpBluetoothLowEnergy::BpBluetoothLowEnergy(const sp<IBinder>& impl) in BpBluetoothLowEnergy() argument
159 : BpInterface<IBluetoothLowEnergy>(impl) { in BpBluetoothLowEnergy()
DIBluetoothLowEnergy.h120 explicit BpBluetoothLowEnergy(const android::sp<android::IBinder>& impl);
DIBluetoothGattServer.cpp170 BpBluetoothGattServer::BpBluetoothGattServer(const sp<IBinder>& impl) in BpBluetoothGattServer() argument
171 : BpInterface<IBluetoothGattServer>(impl) { in BpBluetoothGattServer()
DIBluetoothGattServerCallback.cpp144 const sp<IBinder>& impl) in BpBluetoothGattServerCallback() argument
145 : BpInterface<IBluetoothGattServerCallback>(impl) { in BpBluetoothGattServerCallback()
DIBluetooth.cpp164 BpBluetooth::BpBluetooth(const sp<IBinder>& impl) in BpBluetooth() argument
165 : BpInterface<IBluetooth>(impl) { in BpBluetooth()
DIBluetoothGattServerCallback.h118 const android::sp<android::IBinder>& impl);
DIBluetoothGattServer.h121 explicit BpBluetoothGattServer(const android::sp<android::IBinder>& impl);
DIBluetooth.h181 explicit BpBluetooth(const android::sp<android::IBinder>& impl);
/system/bt/osi/include/
Dmetrics_cpp.h226 struct impl;
227 std::unique_ptr<impl> const pimpl_;
/system/tpm/attestation/common/
Dproto_print.py226 impl = """\
250 impl_file.write(impl)
275 impl = """
280 impl_file.write(impl)
/system/core/libmemunreachable/
DAllocator.h59 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/
DIFingerprintDaemonCallback.cpp30 BpFingerprintDaemonCallback(const sp<IBinder>& impl) : in BpFingerprintDaemonCallback() argument
31 BpInterface<IFingerprintDaemonCallback>(impl) { in BpFingerprintDaemonCallback()
/system/bt/service/hal/
Dbluetooth_interface.cpp389 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/
Dmetrics_linux.cpp134 struct BluetoothMetricsLogger::impl { struct in system_bt_osi::BluetoothMetricsLogger
138 BluetoothMetricsLogger::BluetoothMetricsLogger() : pimpl_(new impl) {} in BluetoothMetricsLogger()
/system/connectivity/shill/cellular/
Dmobile_operator_info.h221 MobileOperatorInfoImpl* impl() { return impl_.get(); } in impl() function

12