Home
last modified time | relevance | path

Searched refs:AUDIO_SKT_DISCONNECTED (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/audio_a2dp_hw/src/
Daudio_a2dp_hw.cc347 if (fd != AUDIO_SKT_DISCONNECTED) { in skt_disconnect()
386 common->ctrl_fd = AUDIO_SKT_DISCONNECTED; in a2dp_ctrl_receive()
427 common->ctrl_fd = AUDIO_SKT_DISCONNECTED; in a2dp_ctrl_send()
438 if (common->ctrl_fd == AUDIO_SKT_DISCONNECTED) { in a2dp_command()
442 if (common->ctrl_fd == AUDIO_SKT_DISCONNECTED) { in a2dp_command()
456 common->ctrl_fd = AUDIO_SKT_DISCONNECTED; in a2dp_command()
760 if ((common->ctrl_fd == AUDIO_SKT_DISCONNECTED) || in a2dp_get_presentation_position_cmd()
795 if (common->ctrl_fd != AUDIO_SKT_DISCONNECTED) return; // already connected in a2dp_open_ctrl_path()
808 common->ctrl_fd = AUDIO_SKT_DISCONNECTED; in a2dp_open_ctrl_path()
827 common->ctrl_fd = AUDIO_SKT_DISCONNECTED; in a2dp_stream_common_init()
[all …]
/packages/modules/Bluetooth/system/audio_hearing_aid_hw/src/
Daudio_hearing_aid_hw.cc353 if (fd != AUDIO_SKT_DISCONNECTED) { in skt_disconnect()
392 common->ctrl_fd = AUDIO_SKT_DISCONNECTED; in ha_ctrl_receive()
433 common->ctrl_fd = AUDIO_SKT_DISCONNECTED; in ha_ctrl_send()
445 if (common->ctrl_fd == AUDIO_SKT_DISCONNECTED) { in ha_command()
448 if (common->ctrl_fd == AUDIO_SKT_DISCONNECTED) { in ha_command()
460 common->ctrl_fd = AUDIO_SKT_DISCONNECTED; in ha_command()
775 if (common->ctrl_fd != AUDIO_SKT_DISCONNECTED) return; // already connected in ha_open_ctrl_path()
789 common->ctrl_fd = AUDIO_SKT_DISCONNECTED; in ha_open_ctrl_path()
808 common->ctrl_fd = AUDIO_SKT_DISCONNECTED; in ha_stream_common_init()
809 common->audio_fd = AUDIO_SKT_DISCONNECTED; in ha_stream_common_init()
[all …]
/packages/modules/Bluetooth/system/audio_hearing_aid_hw/include/
Daudio_hearing_aid_hw.h76 #define AUDIO_SKT_DISCONNECTED (-1) macro
/packages/modules/Bluetooth/system/audio_a2dp_hw/include/
Daudio_a2dp_hw.h76 #define AUDIO_SKT_DISCONNECTED (-1) macro