Searched defs:impl (Results 1 – 16 of 16) sorted by relevance
226 struct BluetoothMetricsLogger::impl { struct in system_bt_osi::BluetoothMetricsLogger227 impl(size_t max_bluetooth_session, size_t max_pair_event, in impl() function241 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 …]
132 struct BluetoothMetricsLogger::impl { struct in system_bt_osi::BluetoothMetricsLogger
24 RttControllerBinder::RttControllerBinder(RttControllerImpl* impl) : impl_{impl} { in RttControllerBinder()
44 BpStoraged(const sp<IBinder>& impl) : BpInterface<IStoraged>(impl){}; in BpStoraged()
52 const sp<INTERFACE>& impl) : mImpl(impl) in BnInterface()
30 explicit BpUserManager(const sp<IBinder>& impl) : in BpUserManager()
486 weakref_impl* const impl = static_cast<weakref_impl*>(this); in incWeak() local496 weakref_impl* const impl = static_cast<weakref_impl*>(this); in decWeak() local537 weakref_impl* const impl = static_cast<weakref_impl*>(this); in attemptIncStrong() local634 weakref_impl* const impl = static_cast<weakref_impl*>(this); in attemptIncWeak() local752 weakref_impl* const impl = static_cast<weakref_impl*>(ref); in renameRefId() local
29 ApInterfaceBinder::ApInterfaceBinder(ApInterfaceImpl* impl) : impl_{impl} { in ApInterfaceBinder()
33 ClientInterfaceBinder::ClientInterfaceBinder(ClientInterfaceImpl* impl) in ClientInterfaceBinder()
228 [](TpmStateImpl* impl, const TPMU_CAPABILITIES& capability_data) { in CacheTpmProperties()255 [](TpmStateImpl* impl, const TPMU_CAPABILITIES& capability_data) { in CacheAlgorithmProperties()
82 HeapImpl* impl = impl_; in make_unique() local
472 void Heap::deallocate(HeapImpl*impl, void* ptr) { in deallocate()
305 const sp<IBinder>& impl) : in HpInterface()
361 std::unique_ptr<BluetoothInterfaceImpl> impl(new BluetoothInterfaceImpl()); in Initialize() local
735 std::unique_ptr<BluetoothGattInterfaceImpl> impl( in Initialize() local
116 explicit BpKeystoreService(const sp<IBinder>& impl) : BpInterface<IKeystoreService>(impl) {} in BpKeystoreService()