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

  /tools/test/connectivity/acts/framework/acts/test_utils/bt/
bt_metrics_utils.py 30 bluetooth_log = bluetooth_proto_module.BluetoothLog()
37 bluetooth_log.MergeFromString(proto_native_str)
38 bluetooth_log.MergeFromString(proto_java_str)
39 return bluetooth_log
BtMetricsBaseTest.py 85 bluetooth_log = get_bluetooth_metrics(ad,
87 bluetooth_log_ascii = parse_proto_to_ascii(bluetooth_log)
90 bluetooth_logs.append(bluetooth_log)
  /tools/test/connectivity/acts/tests/google/bt/audio_lab/
BtFunhausMetricsTest.py 69 bluetooth_log = bluetooth_logs[0]
72 asserts.assert_equal(len(bluetooth_log.session), 1)
73 a2dp_session_log = bluetooth_log.session[0]
123 bluetooth_log = bluetooth_logs[0]
126 asserts.assert_equal(len(bluetooth_log.session), 1)
127 a2dp_session_log = bluetooth_log.session[0]
170 bluetooth_log = bluetooth_logs[0]
173 asserts.assert_equal(len(bluetooth_log.session), 1)
174 a2dp_session_log = bluetooth_log.session[0]
  /tools/test/connectivity/acts/tests/google/bt/
BtMetricsTest.py 96 bluetooth_log = bluetooth_logs[0]
99 len(bluetooth_log.pair_event), 8, extras=bluetooth_log_ascii)
100 for pair_event in bluetooth_log.pair_event:
134 bluetooth_log = bluetooth_logs[0]
135 self.log.info(protobuf.text_format.MessageToString(bluetooth_log))
  /system/bt/osi/src/
metrics.cc 447 BluetoothLog* bluetooth_log = pimpl_->bluetooth_log_; local
449 static_cast<size_t>(bluetooth_log->session_size()) <=
451 bluetooth_log->mutable_session()->AddAllocated(
455 static_cast<size_t>(bluetooth_log->pair_event_size()) <=
457 bluetooth_log->mutable_pair_event()->AddAllocated(
461 static_cast<size_t>(bluetooth_log->scan_event_size()) <=
463 bluetooth_log->mutable_scan_event()->AddAllocated(
467 static_cast<size_t>(bluetooth_log->wake_event_size()) <=
469 bluetooth_log->mutable_wake_event()->AddAllocated(
473 static_cast<size_t>(bluetooth_log->wake_event_size()) <
    [all...]

Completed in 131 milliseconds