Searched refs:bluetooth_log (Results 1 – 2 of 2) sorted by relevance
105 bluetooth_log = bluetooth_proto_module.BluetoothLog()107 bluetooth_log.MergeFromString(proto_native_str)108 return bluetooth_log135 bluetooth_log = get_bluetooth_metrics(stdout, bluetooth_proto_module)136 bluetooth_log_ascii = parse_proto_to_ascii(bluetooth_log)
502 BluetoothLog* bluetooth_log = pimpl_->bluetooth_log_; in Build() local504 static_cast<size_t>(bluetooth_log->session_size()) <= in Build()506 bluetooth_log->mutable_session()->AddAllocated( in Build()510 static_cast<size_t>(bluetooth_log->pair_event_size()) <= in Build()512 bluetooth_log->mutable_pair_event()->AddAllocated( in Build()516 static_cast<size_t>(bluetooth_log->scan_event_size()) <= in Build()518 bluetooth_log->mutable_scan_event()->AddAllocated( in Build()522 static_cast<size_t>(bluetooth_log->wake_event_size()) <= in Build()524 bluetooth_log->mutable_wake_event()->AddAllocated( in Build()528 static_cast<size_t>(bluetooth_log->wake_event_size()) <= in Build()[all …]