Home
last modified time | relevance | path

Searched refs:headset (Results 1 – 13 of 13) sorted by relevance

/system/bt/btif/include/
Dbtif_hf.h24 namespace headset {
/system/bt/include/hardware/
Dbt_hf.h20 namespace headset {
Dbluetooth_headset_callbacks.h22 namespace headset {
Dbluetooth_headset_interface.h23 namespace headset {
/system/bt/gd/proto/bluetooth/metrics/
Dbluetooth.proto289 // Statistics about headset profile connections
291 // Type of headset profile connected
294 // Number of times this type of headset profile is connected
/system/bt/btif/src/
Dbtif_a2dp.cc54 if (!bluetooth::headset::IsCallIdle()) { in btif_a2dp_on_started()
Dbtif_a2dp_control.cc116 if (!bluetooth::headset::IsCallIdle()) { in btif_a2dp_recv_ctrl_data()
Dbluetooth.cc362 return bluetooth::headset::GetInterface(); in get_profile_interface()
Dbtif_a2dp_audio_interface.cc434 if (!bluetooth::headset::IsCallIdle()) { in btif_a2dp_audio_process_request()
Dbtif_hf.cc50 namespace headset { namespace
Dbtif_dm.cc359 bluetooth::headset::ExecuteService(b_enable); in btif_in_execute_service_request()
/system/bt/gd/docs/architecture/
Dstyle_guide.md151 * sink/: A2DP sink module (e.g. headset)
157 * hf/: Handsfree device (e.g. headset)
/system/bt/audio_hal_interface/
Da2dp_encoding.cc72 if (!bluetooth::headset::IsCallIdle()) { in StartRequest()