Home
last modified time | relevance | path

Searched refs:btlog (Results 1 – 14 of 14) sorted by relevance

/external/adhd/cras/src/tests/
Dhfp_slc_unittest.cc64 btlog = cras_bt_event_log_init(); in TEST()
115 cras_bt_event_log_deinit(btlog); in TEST()
144 btlog = cras_bt_event_log_init(); in TEST()
236 cras_bt_event_log_deinit(btlog); in TEST()
247 btlog = cras_bt_event_log_init(); in TEST()
293 cras_bt_event_log_deinit(btlog); in TEST()
304 btlog = cras_bt_event_log_init(); in TEST()
366 cras_bt_event_log_deinit(btlog); in TEST()
383 struct cras_bt_event_log* btlog; variable
Dhfp_ag_profile_unittest.cc42 btlog = cras_bt_event_log_init(); in SetUp()
46 virtual void TearDown() { cras_bt_event_log_deinit(btlog); } in TearDown()
126 struct cras_bt_event_log* btlog; variable
Dbt_device_unittest.cc119 btlog = cras_bt_event_log_init(); in SetUp()
125 cras_bt_event_log_deinit(btlog); in TearDown()
545 struct cras_bt_event_log* btlog; variable
Dcontrol_rclient_unittest.cc162 btlog = cras_bt_event_log_init(); in SetUp()
172 cras_bt_event_log_deinit(btlog); in TearDown()
715 struct cras_bt_event_log* btlog; variable
/external/adhd/cras/src/server/
Dcras_hfp_ag_profile.c246 BTLOG(btlog, BT_HFP_NEW_CONNECTION, 0, 0); in cras_hfp_ag_new_connection()
288 BTLOG(btlog, BT_HFP_REQUEST_DISCONNECT, 0, 0); in cras_hfp_ag_request_disconnection()
330 BTLOG(btlog, BT_HSP_NEW_CONNECTION, 0, 0); in cras_hsp_ag_new_connection()
360 BTLOG(btlog, BT_HSP_REQUEST_DISCONNECT, 0, 0); in cras_hsp_ag_request_disconnection()
388 BTLOG(btlog, BT_AUDIO_GATEWAY_START, 0, 0); in cras_hfp_ag_start()
Dcras_bt_manager.c25 struct cras_bt_event_log *btlog; variable
40 BTLOG(btlog, BT_ADAPTER_ADDED, 0, 0); in cras_bt_interface_added()
160 BTLOG(btlog, BT_ADAPTER_REMOVED, 0, 0); in cras_bt_interface_removed()
239 BTLOG(btlog, BT_RESET, 0, 0); in cras_bt_reset()
505 btlog = cras_bt_event_log_init(); in cras_bt_start()
Dcras_hfp_slc.c256 BTLOG(btlog, BT_CODEC_SELECTION, 0, handle->preferred_codec); in select_preferred_codec()
308 BTLOG(btlog, BT_CODEC_SELECTION, 1, id); in bluetooth_codec_selection()
439 BTLOG(btlog, BT_AVAILABLE_CODECS, 0, id); in available_codecs()
728 BTLOG(btlog, BT_HFP_HF_INDICATOR, 1, 0); in indicator_support()
774 BTLOG(btlog, BT_HFP_HF_INDICATOR, 0, 0); in indicator_support()
872 BTLOG(btlog, BT_HFP_UPDATE_SPEAKER_GAIN, gain, 0); in signal_gain_setting()
910 BTLOG(btlog, BT_HFP_SUPPORTED_FEATURES, 0, in supported_features()
918 BTLOG(btlog, BT_HFP_SUPPORTED_FEATURES, 1, in supported_features()
940 BTLOG(btlog, BT_HFP_SET_SPEAKER_GAIN, gain, 0); in hfp_event_speaker_gain()
Dcras_bt_transport.c334 BTLOG(btlog, BT_TRANSPORT_UPDATE_VOLUME, volume, 0); in cras_bt_transport_update_properties()
388 BTLOG(btlog, BT_TRANSPORT_SET_VOLUME, volume, 0); in cras_bt_transport_set_volume()
483 BTLOG(btlog, BT_TRANSPORT_ACQUIRE, 1, transport->fd); in cras_bt_transport_acquire()
488 BTLOG(btlog, BT_TRANSPORT_ACQUIRE, 0, 0); in cras_bt_transport_acquire()
575 BTLOG(btlog, BT_TRANSPORT_RELEASE, transport->fd, 0); in cras_bt_transport_release()
Dcras_bt_device.c478 BTLOG(btlog, BT_A2DP_CONFIGURED, device->connected_profiles, 0); in cras_bt_device_a2dp_configured()
516 BTLOG(btlog, BT_AUDIO_GATEWAY_INIT, device->profiles, 0); in cras_bt_device_audio_gateway_initialized()
623 BTLOG(btlog, BT_DEV_CONN_WATCH_CB, device->conn_watch_retries, in bt_device_conn_watch_cb()
719 BTLOG(btlog, BT_DEV_CONNECTED, device->profiles, in cras_bt_device_set_connected()
724 BTLOG(btlog, BT_DEV_DISCONNECTED, device->profiles, in cras_bt_device_set_connected()
780 BTLOG(btlog, BT_NEW_AUDIO_PROFILE_AFTER_CONNECT, in cras_bt_device_set_supported_profiles()
1052 BTLOG(btlog, BT_SCO_CONNECT, 1, sk); in cras_bt_device_sco_connect()
1056 BTLOG(btlog, BT_SCO_CONNECT, 0, sk); in cras_bt_device_sco_connect()
1279 BTLOG(btlog, BT_DEV_SUSPEND_CB, device->profiles, in bt_device_suspend_cb()
Dcras_a2dp_endpoint.c146 BTLOG(btlog, BT_A2DP_SUSPENDED, 0, 0); in cras_a2dp_suspend()
190 BTLOG(btlog, BT_A2DP_START, 0, 0); in cras_a2dp_start()
Dcras_bt_log.h22 extern struct cras_bt_event_log *btlog;
Dcras_control_rclient.c421 memcpy(&state->bt_debug_info.bt_log, btlog, in ccr_handle_message_from_client()
/external/adhd/cras/src/fuzz/
Drclient_message.cc22 struct cras_bt_event_log* btlog; variable
66 btlog = cras_bt_event_log_init(); in LLVMFuzzerInitialize()
Dcras_hfp_slc.cc21 struct cras_bt_event_log* btlog; variable
64 btlog = cras_bt_event_log_init(); in LLVMFuzzerInitialize()