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

12

/system/core/libutils/
H A DRefBase.cpp471 weakref_impl* const impl = static_cast<weakref_impl*>(this); local
472 impl->addWeakRef(id);
473 const int32_t c __unused = impl->mWeak.fetch_add(1,
481 weakref_impl* const impl = static_cast<weakref_impl*>(this); local
482 impl->removeWeakRef(id);
483 const int32_t c = impl->mWeak.fetch_sub(1, std::memory_order_release);
488 int32_t flags = impl->mFlags.load(std::memory_order_relaxed);
494 if (impl->mStrong.load(std::memory_order_relaxed)
498 delete impl->mBase;
500 // ALOGV("Freeing refs %p of old RefBase %p\n", this, impl
515 weakref_impl* const impl = static_cast<weakref_impl*>(this); local
612 weakref_impl* const impl = static_cast<weakref_impl*>(this); local
726 weakref_impl* const impl = static_cast<weakref_impl*>(ref); local
[all...]
/system/core/gatekeeperd/
H A DIUserManager.cpp30 BpUserManager(const sp<IBinder>& impl) : argument
31 BpInterface<IUserManager>(impl) {
/system/bt/osi/include/
H A Dmetrics_cpp.h226 struct impl;
227 std::unique_ptr<impl> const pimpl_;
/system/bt/service/common/bluetooth/binder/
H A DIBluetoothCallback.cpp66 BpBluetoothCallback::BpBluetoothCallback(const sp<IBinder>& impl) argument
67 : BpInterface<IBluetoothCallback>(impl) {
H A DIBluetoothGattClientCallback.cpp62 const sp<IBinder>& impl)
63 : BpInterface<IBluetoothGattClientCallback>(impl) {
61 BpBluetoothGattClientCallback( const sp<IBinder>& impl) argument
H A DIBluetoothGattClient.cpp69 BpBluetoothGattClient::BpBluetoothGattClient(const sp<IBinder>& impl) argument
70 : BpInterface<IBluetoothGattClient>(impl) {
H A DIBluetoothCallback.h75 BpBluetoothCallback(const android::sp<android::IBinder>& impl);
H A DIBluetoothGattClient.h94 explicit BpBluetoothGattClient(const android::sp<android::IBinder>& impl);
H A DIBluetoothGattClientCallback.h86 const android::sp<android::IBinder>& impl);
H A DIBluetoothLowEnergyCallback.cpp98 const sp<IBinder>& impl)
99 : BpInterface<IBluetoothLowEnergyCallback>(impl) {
97 BpBluetoothLowEnergyCallback( const sp<IBinder>& impl) argument
H A DIBluetoothLowEnergyCallback.h95 BpBluetoothLowEnergyCallback(const android::sp<android::IBinder>& impl);
H A DIBluetoothLowEnergy.h120 explicit BpBluetoothLowEnergy(const android::sp<android::IBinder>& impl);
H A DIBluetoothLowEnergy.cpp158 BpBluetoothLowEnergy::BpBluetoothLowEnergy(const sp<IBinder>& impl) argument
159 : BpInterface<IBluetoothLowEnergy>(impl) {
H A DIBluetooth.h181 explicit BpBluetooth(const android::sp<android::IBinder>& impl);
H A DIBluetoothGattServer.h121 explicit BpBluetoothGattServer(const android::sp<android::IBinder>& impl);
H A DIBluetoothGattServerCallback.h118 const android::sp<android::IBinder>& impl);
H A DIBluetooth.cpp164 BpBluetooth::BpBluetooth(const sp<IBinder>& impl) argument
165 : BpInterface<IBluetooth>(impl) {
H A DIBluetoothGattServer.cpp170 BpBluetoothGattServer::BpBluetoothGattServer(const sp<IBinder>& impl) argument
171 : BpInterface<IBluetoothGattServer>(impl) {
H A DIBluetoothGattServerCallback.cpp144 const sp<IBinder>& impl)
145 : BpInterface<IBluetoothGattServerCallback>(impl) {
143 BpBluetoothGattServerCallback( const sp<IBinder>& impl) argument
/system/core/fingerprintd/
H A DIFingerprintDaemonCallback.cpp30 BpFingerprintDaemonCallback(const sp<IBinder>& impl) : argument
31 BpInterface<IFingerprintDaemonCallback>(impl) {
/system/core/libmemunreachable/
H A DAllocator.h59 static void deallocate(HeapImpl* impl, void* ptr);
82 HeapImpl* impl = impl_; local
84 [impl](void* ptr) {
86 deallocate(impl, ptr);
/system/tpm/attestation/common/
H A Dproto_print.py226 impl = """\
250 impl_file.write(impl)
275 impl = """
280 impl_file.write(impl)
/system/bt/osi/src/
H A Dmetrics_linux.cpp134 struct BluetoothMetricsLogger::impl { struct in class:system_bt_osi::BluetoothMetricsLogger
138 BluetoothMetricsLogger::BluetoothMetricsLogger() : pimpl_(new impl) {}
/system/bt/service/hal/
H A Dbluetooth_interface.cpp389 std::unique_ptr<BluetoothInterfaceImpl> impl(new BluetoothInterfaceImpl());
390 if (!impl->Initialize()) {
395 g_bluetooth_interface = impl.release();
/system/connectivity/shill/cellular/
H A Dmobile_operator_info.h221 MobileOperatorInfoImpl* impl() { return impl_.get(); } function in class:shill::MobileOperatorInfo

Completed in 1394 milliseconds

12