/external/adhd/cras/src/server/ |
D | cras_hfp_ag_profile.c | 246 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()
|
D | cras_bt_log.h | 16 #define BTLOG(log, event, data1, data2) \ macro 19 #define BTLOG(log, event, data1, data2) macro
|
D | cras_hfp_slc.c | 256 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()
|
D | cras_bt_transport.c | 334 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()
|
D | cras_bt_device.c | 478 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()
|
D | cras_a2dp_endpoint.c | 146 BTLOG(btlog, BT_A2DP_SUSPENDED, 0, 0); in cras_a2dp_suspend() 190 BTLOG(btlog, BT_A2DP_START, 0, 0); in cras_a2dp_start()
|
D | cras_bt_manager.c | 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()
|