OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tAVDT_SCB_EVT
(Results
1 - 7
of
7
) sorted by null
/system/bt/stack/avdt/
avdt_int.h
484
}
tAVDT_SCB_EVT
;
515
typedef void (*tAVDT_SCB_ACTION)(tAVDT_SCB *p_scb,
tAVDT_SCB_EVT
*p_data);
609
extern void avdt_scb_event(tAVDT_SCB *p_scb, UINT8 event,
tAVDT_SCB_EVT
*p_data);
612
extern void avdt_scb_dealloc(tAVDT_SCB *p_scb,
tAVDT_SCB_EVT
*p_data);
620
extern void avdt_scb_hdl_abort_cmd(tAVDT_SCB *p_scb,
tAVDT_SCB_EVT
*p_data);
621
extern void avdt_scb_hdl_abort_rsp(tAVDT_SCB *p_scb,
tAVDT_SCB_EVT
*p_data);
622
extern void avdt_scb_hdl_close_cmd(tAVDT_SCB *p_scb,
tAVDT_SCB_EVT
*p_data);
623
extern void avdt_scb_hdl_close_rsp(tAVDT_SCB *p_scb,
tAVDT_SCB_EVT
*p_data);
624
extern void avdt_scb_hdl_getconfig_cmd(tAVDT_SCB *p_scb,
tAVDT_SCB_EVT
*p_data);
625
extern void avdt_scb_hdl_getconfig_rsp(tAVDT_SCB *p_scb,
tAVDT_SCB_EVT
*p_data)
[
all
...]
avdt_scb_act.c
92
void avdt_scb_hdl_abort_cmd(tAVDT_SCB *p_scb,
tAVDT_SCB_EVT
*p_data)
108
void avdt_scb_hdl_abort_rsp(tAVDT_SCB *p_scb,
tAVDT_SCB_EVT
*p_data)
125
void avdt_scb_hdl_close_cmd(tAVDT_SCB *p_scb,
tAVDT_SCB_EVT
*p_data)
141
void avdt_scb_hdl_close_rsp(tAVDT_SCB *p_scb,
tAVDT_SCB_EVT
*p_data)
157
void avdt_scb_hdl_getconfig_cmd(tAVDT_SCB *p_scb,
tAVDT_SCB_EVT
*p_data)
174
void avdt_scb_hdl_getconfig_rsp(tAVDT_SCB *p_scb,
tAVDT_SCB_EVT
*p_data)
191
void avdt_scb_hdl_open_cmd(tAVDT_SCB *p_scb,
tAVDT_SCB_EVT
*p_data)
208
void avdt_scb_hdl_open_rej(tAVDT_SCB *p_scb,
tAVDT_SCB_EVT
*p_data)
224
void avdt_scb_hdl_open_rsp(tAVDT_SCB *p_scb,
tAVDT_SCB_EVT
*p_data)
248
void avdt_scb_hdl_pkt_no_frag(tAVDT_SCB *p_scb,
tAVDT_SCB_EVT
*p_data
[
all
...]
avdt_ad.c
353
avdt_scb_event(p_scb, AVDT_SCB_TC_CLOSE_EVT, (
tAVDT_SCB_EVT
*)&close);
407
avdt_scb_event(p_scb, AVDT_SCB_TC_OPEN_EVT, (
tAVDT_SCB_EVT
*) &open);
445
avdt_scb_event(p_scb, AVDT_SCB_TC_CONG_EVT, (
tAVDT_SCB_EVT
*) &is_congested);
484
avdt_scb_event(p_scb, AVDT_SCB_TC_DATA_EVT, (
tAVDT_SCB_EVT
*) &p_buf);
avdt_api.c
480
tAVDT_SCB_EVT
evt;
516
tAVDT_SCB_EVT
evt;
565
tAVDT_SCB_EVT
evt;
766
tAVDT_SCB_EVT
evt;
800
tAVDT_SCB_EVT
evt;
838
tAVDT_SCB_EVT
evt;
874
tAVDT_SCB_EVT
evt;
932
tAVDT_SCB_EVT
evt;
[
all
...]
avdt_ccb_act.c
319
avdt_scb_event(p_scb, event, (
tAVDT_SCB_EVT
*) &p_data->msg);
393
avdt_scb_event(p_scb, event, (
tAVDT_SCB_EVT
*) &p_data->msg);
537
avdt_scb_event(p_scb, AVDT_SCB_MSG_START_REJ_EVT, (
tAVDT_SCB_EVT
*) &avdt_msg.hdr);
615
avdt_scb_event(p_scb, AVDT_SCB_MSG_SUSPEND_REJ_EVT, (
tAVDT_SCB_EVT
*) &avdt_msg.hdr);
738
avdt_scb_event(p_scb, evt, (
tAVDT_SCB_EVT
*) &msg);
[
all
...]
avdt_scb.c
[
all
...]
avdt_msg.c
[
all
...]
Completed in 36 milliseconds