| /system/bt/common/ |
| D | metrics.cc | 256 struct BluetoothMetricsLogger::impl { struct in bluetooth::common::BluetoothMetricsLogger 257 impl(size_t max_bluetooth_session, size_t max_pair_event, in impl() function 272 BluetoothLog* bluetooth_log_; 274 headset_profile_connection_counts_; 275 std::recursive_mutex bluetooth_log_lock_; 278 BluetoothSession* bluetooth_session_; 279 uint64_t bluetooth_session_start_time_ms_; 280 A2dpSessionMetrics a2dp_session_metrics_; 281 std::recursive_mutex bluetooth_session_lock_; 283 std::unique_ptr<LeakyBondedQueue<BluetoothSession>> bt_session_queue_; [all …]
|
| D | metrics_linux.cc | 36 struct BluetoothMetricsLogger::impl { struct in bluetooth::common::BluetoothMetricsLogger 37 impl(size_t max_bluetooth_session, size_t max_pair_event, in impl() function
|
| /system/bt/vendor_libs/test_vendor_lib/model/setup/ |
| D | device_boutique.cc | 29 static std::unordered_map<std::string, std::function<std::shared_ptr<Device>()>> impl; in GetMap() local
|
| /system/connectivity/wificond/ |
| D | ap_interface_binder.cpp | 28 ApInterfaceBinder::ApInterfaceBinder(ApInterfaceImpl* impl) in ApInterfaceBinder()
|
| D | client_interface_binder.cpp | 38 ClientInterfaceBinder::ClientInterfaceBinder(ClientInterfaceImpl* impl) in ClientInterfaceBinder()
|
| /system/core/libutils/ |
| D | RefBase.cpp | 503 weakref_impl* const impl = static_cast<weakref_impl*>(this); in incWeak() local 513 weakref_impl* const impl = static_cast<weakref_impl*>(this); in decWeak() local 554 weakref_impl* const impl = static_cast<weakref_impl*>(this); in attemptIncStrong() local 651 weakref_impl* const impl = static_cast<weakref_impl*>(this); in attemptIncWeak() local 769 weakref_impl* const impl = static_cast<weakref_impl*>(ref); in renameRefId() local
|
| /system/security/keystore/include/keystore/ |
| D | keystore_concurrency.h | 90 explicit ProxyLock(Implementation&& impl) : impl_(std::move(impl)) {} in ProxyLock()
|
| /system/core/libmemunreachable/ |
| D | Allocator.h | 80 HeapImpl* impl = impl_; in make_unique() local
|
| D | Allocator.cpp | 460 void Heap::deallocate(HeapImpl* impl, void* ptr) { in deallocate()
|
| /system/hardware/interfaces/suspend/1.0/default/ |
| D | SystemSuspendUnitTest.cpp | 366 MockCallback(MockCallbackImpl* impl) : mImpl(impl), mDisabled(false) {} in MockCallback() 389 MockCallbackImpl impl; in TEST_F() local
|
| /system/libhidl/transport/token/1.0/utils/include/hidl/ |
| D | HybridInterface.h | 492 const sp<IBinder>& impl) in HpInterface()
|
| /system/bt/service/hal/ |
| D | bluetooth_av_interface.cc | 321 auto impl = std::make_unique<BluetoothAvInterfaceImpl>(); in Initialize() local
|
| D | bluetooth_interface.cc | 357 std::unique_ptr<BluetoothInterfaceImpl> impl(new BluetoothInterfaceImpl()); in Initialize() local
|
| D | bluetooth_gatt_interface.cc | 733 std::unique_ptr<BluetoothGattInterfaceImpl> impl( in Initialize() local
|
| D | bluetooth_avrcp_interface.cc | 845 std::unique_ptr<BluetoothAvrcpInterfaceImpl> impl( in Initialize() local
|
| /system/core/trusty/keymaster/3.0/ |
| D | TrustyKeymaster3Device.cpp | 211 TrustyKeymaster3Device::TrustyKeymaster3Device(TrustyKeymaster* impl) : impl_(impl) {} in TrustyKeymaster3Device()
|