Home
last modified time | relevance | path

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

/system/bt/stack/avdt/
Davdt_ccb_act.cc487 tAVDT_MSG avdt_msg; in avdt_ccb_snd_start_cmd() local
496 avdt_msg.hdr.err_param = in avdt_ccb_snd_start_cmd()
498 p_data->msg.multi.num_seps, &avdt_msg.hdr.err_code); in avdt_ccb_snd_start_cmd()
499 if (avdt_msg.hdr.err_param == 0) { in avdt_ccb_snd_start_cmd()
514 avdt_scb_evt.msg.hdr = avdt_msg.hdr; in avdt_ccb_snd_start_cmd()
567 tAVDT_MSG avdt_msg; in avdt_ccb_snd_suspend_cmd() local
574 avdt_msg.hdr.err_param = in avdt_ccb_snd_suspend_cmd()
576 p_data->msg.multi.num_seps, &avdt_msg.hdr.err_code); in avdt_ccb_snd_suspend_cmd()
577 if (avdt_msg.hdr.err_param == 0) { in avdt_ccb_snd_suspend_cmd()
589 avdt_scb_evt.msg.hdr = avdt_msg.hdr; in avdt_ccb_snd_suspend_cmd()
Davdt_scb_act.cc1018 tAVDT_MSG avdt_msg; in avdt_scb_snd_abort_req() local
1019 avdt_msg.hdr = hdr; in avdt_scb_snd_abort_req()
1020 avdt_msg_send_cmd(p_scb->p_ccb, p_scb, AVDT_SIG_ABORT, &avdt_msg); in avdt_scb_snd_abort_req()
1056 tAVDT_MSG avdt_msg; in avdt_scb_snd_close_req() local
1057 avdt_msg.hdr = hdr; in avdt_scb_snd_close_req()
1058 avdt_msg_send_cmd(p_scb->p_ccb, p_scb, AVDT_SIG_CLOSE, &avdt_msg); in avdt_scb_snd_close_req()
1103 tAVDT_MSG avdt_msg; in avdt_scb_snd_getconfig_req() local
1104 avdt_msg.hdr = hdr; in avdt_scb_snd_getconfig_req()
1105 avdt_msg_send_cmd(p_scb->p_ccb, p_scb, AVDT_SIG_GETCONFIG, &avdt_msg); in avdt_scb_snd_getconfig_req()
1135 tAVDT_MSG avdt_msg; in avdt_scb_snd_open_req() local
[all …]
/system/bt/stack/
DBUILD.gn65 "avdt/avdt_msg.cc",
DAndroid.bp81 "avdt/avdt_msg.cc",