Home
last modified time | relevance | path

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

/system/bt/osi/src/
Dmetrics.cc226 struct BluetoothMetricsLogger::impl { struct in system_bt_osi::BluetoothMetricsLogger
227 impl(size_t max_bluetooth_session, size_t max_pair_event, in impl() function
241 BluetoothLog* bluetooth_log_;
242 std::recursive_mutex bluetooth_log_lock_;
245 BluetoothSession* bluetooth_session_;
246 uint64_t bluetooth_session_start_time_ms_;
247 A2dpSessionMetrics a2dp_session_metrics_;
248 std::recursive_mutex bluetooth_session_lock_;
250 std::unique_ptr<LeakyBondedQueue<BluetoothSession>> bt_session_queue_;
251 std::unique_ptr<LeakyBondedQueue<PairEvent>> pair_event_queue_;
[all …]
Dmetrics_linux.cc132 struct BluetoothMetricsLogger::impl { struct in system_bt_osi::BluetoothMetricsLogger
/system/connectivity/wificond/rtt/
Drtt_controller_binder.cpp24 RttControllerBinder::RttControllerBinder(RttControllerImpl* impl) : impl_{impl} { in RttControllerBinder()
/system/core/storaged/include/
Dstoraged_service.h44 BpStoraged(const sp<IBinder>& impl) : BpInterface<IStoraged>(impl){}; in BpStoraged()
/system/libhwbinder/include/hwbinder/
DIInterface.h52 const sp<INTERFACE>& impl) : mImpl(impl) in BnInterface()
/system/core/gatekeeperd/
DIUserManager.cpp30 explicit BpUserManager(const sp<IBinder>& impl) : in BpUserManager()
/system/core/libutils/
DRefBase.cpp486 weakref_impl* const impl = static_cast<weakref_impl*>(this); in incWeak() local
496 weakref_impl* const impl = static_cast<weakref_impl*>(this); in decWeak() local
537 weakref_impl* const impl = static_cast<weakref_impl*>(this); in attemptIncStrong() local
634 weakref_impl* const impl = static_cast<weakref_impl*>(this); in attemptIncWeak() local
752 weakref_impl* const impl = static_cast<weakref_impl*>(ref); in renameRefId() local
/system/connectivity/wificond/
Dap_interface_binder.cpp29 ApInterfaceBinder::ApInterfaceBinder(ApInterfaceImpl* impl) : impl_{impl} { in ApInterfaceBinder()
Dclient_interface_binder.cpp33 ClientInterfaceBinder::ClientInterfaceBinder(ClientInterfaceImpl* impl) in ClientInterfaceBinder()
/system/tpm/trunks/
Dtpm_state_impl.cc228 [](TpmStateImpl* impl, const TPMU_CAPABILITIES& capability_data) { in CacheTpmProperties()
255 [](TpmStateImpl* impl, const TPMU_CAPABILITIES& capability_data) { in CacheAlgorithmProperties()
/system/core/libmemunreachable/
DAllocator.h82 HeapImpl* impl = impl_; in make_unique() local
DAllocator.cpp472 void Heap::deallocate(HeapImpl*impl, void* ptr) { in deallocate()
/system/libhidl/transport/token/1.0/utils/include/hidl/
DHybridInterface.h305 const sp<IBinder>& impl) : in HpInterface()
/system/bt/service/hal/
Dbluetooth_interface.cc361 std::unique_ptr<BluetoothInterfaceImpl> impl(new BluetoothInterfaceImpl()); in Initialize() local
Dbluetooth_gatt_interface.cc735 std::unique_ptr<BluetoothGattInterfaceImpl> impl( in Initialize() local
/system/security/keystore/
DIKeystoreService.cpp116 explicit BpKeystoreService(const sp<IBinder>& impl) : BpInterface<IKeystoreService>(impl) {} in BpKeystoreService()