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

  /system/bt/osi/test/
metrics_test.cc 55 using system_bt_osi::BluetoothMetricsLogger;
56 using system_bt_osi::A2dpSessionMetrics;
411 35, 12345, 42, system_bt_osi::DEVICE_TYPE_BREDR);
423 system_bt_osi::WAKE_EVENT_ACQUIRED, "TEST_REQ", "TEST_NAME", 12345);
437 i % 2 == 0 ? system_bt_osi::WAKE_EVENT_ACQUIRED
438 : system_bt_osi::WAKE_EVENT_RELEASED,
454 false, "TEST_INITIATOR", system_bt_osi::SCAN_TECH_TYPE_BREDR, 42, 123456);
470 system_bt_osi::CONNECTION_TECHNOLOGY_TYPE_LE, 123456);
472 system_bt_osi::DISCONNECT_REASON_UNKNOWN, 133456);
488 system_bt_osi::CONNECTION_TECHNOLOGY_TYPE_LE, time_get_os_boottime_ms())
    [all...]
leaky_bonded_queue_test.cc 27 using system_bt_osi::LeakyBondedQueue;
  /system/bt/osi/include/
metrics.h 26 namespace system_bt_osi { namespace
leaky_bonded_queue.h 24 namespace system_bt_osi { namespace
158 } // namespace system_bt_osi
  /system/bt/osi/src/
wakelock.cc 45 using system_bt_osi::BluetoothMetricsLogger;
284 system_bt_osi::WAKE_EVENT_ACQUIRED, "", "", now_ms);
326 system_bt_osi::WAKE_EVENT_RELEASED, "", "", now_ms);
metrics_linux.cc 39 namespace system_bt_osi { namespace
204 } // namespace system_bt_osi
metrics.cc 42 namespace system_bt_osi { namespace
542 } // namespace system_bt_osi
  /system/bt/btif/src/
btif_a2dp_source.cc 53 using system_bt_osi::BluetoothMetricsLogger;
54 using system_bt_osi::A2dpSessionMetrics;
431 system_bt_osi::CONNECTION_TECHNOLOGY_TYPE_BREDR, 0);
542 system_bt_osi::DISCONNECT_REASON_UNKNOWN, 0);
    [all...]
bluetooth.cc 334 system_bt_osi::BluetoothMetricsLogger::GetInstance()->WriteString(output);
btif_dm.cc     [all...]
btif_hf.cc 344 system_bt_osi::BluetoothMetricsLogger::GetInstance()
    [all...]

Completed in 523 milliseconds