Home
last modified time | relevance | path

Searched defs:impl (Results 1 – 17 of 17) sorted by relevance

/system/core/gatekeeperd/
DIUserManager.cpp30 BpUserManager(const sp<IBinder>& impl) : in BpUserManager()
/system/bt/service/common/bluetooth/binder/
DIBluetoothCallback.cpp66 BpBluetoothCallback::BpBluetoothCallback(const sp<IBinder>& impl) in BpBluetoothCallback()
DIBluetoothGattClientCallback.cpp62 const sp<IBinder>& impl) in BpBluetoothGattClientCallback()
DIBluetoothGattClient.cpp69 BpBluetoothGattClient::BpBluetoothGattClient(const sp<IBinder>& impl) in BpBluetoothGattClient()
DIBluetoothLowEnergyCallback.cpp98 const sp<IBinder>& impl) in BpBluetoothLowEnergyCallback()
DIBluetooth.cpp164 BpBluetooth::BpBluetooth(const sp<IBinder>& impl) in BpBluetooth()
DIBluetoothLowEnergy.cpp158 BpBluetoothLowEnergy::BpBluetoothLowEnergy(const sp<IBinder>& impl) in BpBluetoothLowEnergy()
DIBluetoothGattServerCallback.cpp144 const sp<IBinder>& impl) in BpBluetoothGattServerCallback()
DIBluetoothGattServer.cpp170 BpBluetoothGattServer::BpBluetoothGattServer(const sp<IBinder>& impl) in BpBluetoothGattServer()
/system/core/libutils/
DRefBase.cpp471 weakref_impl* const impl = static_cast<weakref_impl*>(this); in incWeak() local
481 weakref_impl* const impl = static_cast<weakref_impl*>(this); in decWeak() local
515 weakref_impl* const impl = static_cast<weakref_impl*>(this); in attemptIncStrong() local
613 weakref_impl* const impl = static_cast<weakref_impl*>(this); in attemptIncWeak() local
727 weakref_impl* const impl = static_cast<weakref_impl*>(ref); in renameRefId() local
/system/connectivity/shill/cellular/
Dmobile_operator_info.h221 MobileOperatorInfoImpl* impl() { return impl_.get(); } in impl() function
/system/core/fingerprintd/
DIFingerprintDaemonCallback.cpp30 BpFingerprintDaemonCallback(const sp<IBinder>& impl) : in BpFingerprintDaemonCallback()
/system/core/libmemunreachable/
DAllocator.h82 HeapImpl* impl = impl_; in make_unique() local
DAllocator.cpp474 void Heap::deallocate(HeapImpl*impl, void* ptr) { in deallocate()
/system/bt/service/hal/
Dbluetooth_interface.cpp389 std::unique_ptr<BluetoothInterfaceImpl> impl(new BluetoothInterfaceImpl()); in Initialize() local
Dbluetooth_gatt_interface.cpp866 std::unique_ptr<BluetoothGattInterfaceImpl> impl( in Initialize() local
/system/security/keystore/
DIKeystoreService.cpp458 BpKeystoreService(const sp<IBinder>& impl) in BpKeystoreService()