OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tMCA_CCB_MSG
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/stack/mcap/
mca_api.c
429
tMCA_CCB_MSG
*p_evt_data;
460
p_evt_data = (
tMCA_CCB_MSG
*)GKI_getbuf (sizeof(
tMCA_CCB_MSG
));
507
tMCA_CCB_MSG
evt_data;
604
tMCA_CCB_MSG
*p_evt_data;
635
p_evt_data = (
tMCA_CCB_MSG
*)GKI_getbuf (sizeof(
tMCA_CCB_MSG
));
673
tMCA_CCB_MSG
evt_data;
785
tMCA_CCB_MSG
*p_evt_data;
807
p_evt_data = (
tMCA_CCB_MSG
*)GKI_getbuf (sizeof(tMCA_CCB_MSG))
[
all
...]
mca_cact.c
93
tMCA_CCB_MSG
*p_msg = (
tMCA_CCB_MSG
*)p_data;
159
tMCA_CCB_MSG
*p_msg = (
tMCA_CCB_MSG
*)p_data;
260
tMCA_CCB_MSG
*p_rx_msg = NULL;
267
p_rx_msg = (
tMCA_CCB_MSG
*)p_pkt;
mca_int.h
52
}
tMCA_CCB_MSG
;
71
tMCA_CCB_MSG
api;
208
tMCA_CCB_MSG
*p_tx_req; /* Current request being sent/awaiting response */
209
tMCA_CCB_MSG
*p_rx_msg; /* Current message received/being processed */
Completed in 704 milliseconds