HomeSort by relevance Sort by last modified time
    Searched refs:BluetoothMetricsLogger (Results 1 - 9 of 9) sorted by null

  /system/bt/osi/src/
metrics_linux.cc 132 struct BluetoothMetricsLogger::impl {
136 BluetoothMetricsLogger::BluetoothMetricsLogger() : pimpl_(new impl) {}
138 void BluetoothMetricsLogger::LogPairEvent(uint32_t disconnect_reason,
145 void BluetoothMetricsLogger::LogWakeEvent(wake_event_type_t type,
152 void BluetoothMetricsLogger::LogScanEvent(bool start,
159 void BluetoothMetricsLogger::LogBluetoothSessionStart(
164 void BluetoothMetricsLogger::LogBluetoothSessionEnd(
169 void BluetoothMetricsLogger::LogBluetoothSessionDeviceInfo(
174 void BluetoothMetricsLogger::LogA2dpSession
    [all...]
metrics.cc 233 struct BluetoothMetricsLogger::impl {
266 BluetoothMetricsLogger::BluetoothMetricsLogger()
270 void BluetoothMetricsLogger::LogPairEvent(uint32_t disconnect_reason,
288 void BluetoothMetricsLogger::LogWakeEvent(wake_event_type_t type,
305 void BluetoothMetricsLogger::LogScanEvent(bool start,
327 void BluetoothMetricsLogger::LogBluetoothSessionStart(
343 void BluetoothMetricsLogger::LogBluetoothSessionEnd(
366 void BluetoothMetricsLogger::LogBluetoothSessionDeviceInfo(
377 void BluetoothMetricsLogger::LogA2dpSession
    [all...]
wakelock.cc 45 using system_bt_osi::BluetoothMetricsLogger;
283 BluetoothMetricsLogger::GetInstance()->LogWakeEvent(
325 BluetoothMetricsLogger::GetInstance()->LogWakeEvent(
  /system/bt/osi/include/
metrics.h 110 class BluetoothMetricsLogger {
112 static BluetoothMetricsLogger* GetInstance() {
113 static BluetoothMetricsLogger* instance = new BluetoothMetricsLogger();
243 BluetoothMetricsLogger();
  /system/bt/osi/test/
metrics_test.cc 55 using system_bt_osi::BluetoothMetricsLogger;
392 BluetoothMetricsLogger::GetInstance()->Reset();
396 BluetoothMetricsLogger::GetInstance()->Reset();
410 BluetoothMetricsLogger::GetInstance()->LogPairEvent(
413 BluetoothMetricsLogger::GetInstance()->WriteString(&msg_str);
422 BluetoothMetricsLogger::GetInstance()->LogWakeEvent(
425 BluetoothMetricsLogger::GetInstance()->WriteString(&msg_str);
431 kMaxEventGenerationLimit - BluetoothMetricsLogger::kMaxNumWakeEvent,
436 BluetoothMetricsLogger::GetInstance()->LogWakeEvent(
442 BluetoothMetricsLogger::GetInstance()->WriteString(&msg_str)
    [all...]
  /system/bt/btif/src/
btif_a2dp_source.cc 53 using system_bt_osi::BluetoothMetricsLogger;
430 BluetoothMetricsLogger::GetInstance()->LogBluetoothSessionStart(
541 BluetoothMetricsLogger::GetInstance()->LogBluetoothSessionEnd(
    [all...]
bluetooth.cc 334 system_bt_osi::BluetoothMetricsLogger::GetInstance()->WriteString(output);
btif_hf.cc 344 system_bt_osi::BluetoothMetricsLogger::GetInstance()
    [all...]
btif_dm.cc     [all...]

Completed in 338 milliseconds