• Home
  • Raw
  • Download

Lines Matching refs:shim

30   if (bluetooth::shim::is_any_gd_enabled()) {  in log_a2dp_audio_underrun_event()
31 bluetooth::shim::LogMetricA2dpAudioUnderrunEvent( in log_a2dp_audio_underrun_event()
44 if (bluetooth::shim::is_any_gd_enabled()) { in log_a2dp_audio_overrun_event()
45 bluetooth::shim::LogMetricA2dpAudioOverrunEvent( in log_a2dp_audio_overrun_event()
57 if (bluetooth::shim::is_any_gd_enabled()) { in log_a2dp_playback_event()
58 bluetooth::shim::LogMetricA2dpPlaybackEvent(address, playback_state, in log_a2dp_playback_event()
68 if (bluetooth::shim::is_any_gd_enabled()) { in log_read_rssi_result()
69 bluetooth::shim::LogMetricReadRssiResult(address, handle, cmd_status, rssi); in log_read_rssi_result()
79 if (bluetooth::shim::is_any_gd_enabled()) { in log_read_failed_contact_counter_result()
80 bluetooth::shim::LogMetricReadFailedContactCounterResult( in log_read_failed_contact_counter_result()
91 if (bluetooth::shim::is_any_gd_enabled()) { in log_read_tx_power_level_result()
92 bluetooth::shim::LogMetricReadTxPowerLevelResult( in log_read_tx_power_level_result()
105 if (bluetooth::shim::is_any_gd_enabled()) { in log_socket_connection_state()
106 bluetooth::shim::LogMetricSocketConnectionState( in log_socket_connection_state()
118 bluetooth::shim::CallbackLegacy save_device_callback, in init_metric_id_allocator()
119 bluetooth::shim::CallbackLegacy forget_device_callback) { in init_metric_id_allocator()
120 if (bluetooth::shim::is_any_gd_enabled()) { in init_metric_id_allocator()
121 return bluetooth::shim::InitMetricIdAllocator( in init_metric_id_allocator()
131 if (bluetooth::shim::is_any_gd_enabled()) { in close_metric_id_allocator()
132 return bluetooth::shim::CloseMetricIdAllocator(); in close_metric_id_allocator()
138 if (bluetooth::shim::is_any_gd_enabled()) { in allocate_metric_id_from_metric_id_allocator()
139 return bluetooth::shim::AllocateIdFromMetricIdAllocator(address); in allocate_metric_id_from_metric_id_allocator()
146 if (bluetooth::shim::is_any_gd_enabled()) { in save_metric_id_from_metric_id_allocator()
147 return bluetooth::shim::SaveDeviceOnMetricIdAllocator(address); in save_metric_id_from_metric_id_allocator()
154 if (bluetooth::shim::is_any_gd_enabled()) { in forget_device_from_metric_id_allocator()
155 bluetooth::shim::ForgetDeviceFromMetricIdAllocator(address); in forget_device_from_metric_id_allocator()
162 if (bluetooth::shim::is_any_gd_enabled()) { in is_valid_id_from_metric_id_allocator()
163 return bluetooth::shim::IsValidIdFromMetricIdAllocator(id); in is_valid_id_from_metric_id_allocator()