OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:p_curr_msg
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/stack/avdt/
avdt_msg.c
[
all
...]
avdt_ccb_act.c
56
if (p_ccb->
p_curr_msg
!= NULL)
58
GKI_freebuf(p_ccb->
p_curr_msg
);
59
p_ccb->
p_curr_msg
= NULL;
811
if ((!p_ccb->cong) && (p_ccb->
p_curr_msg
== NULL) && (p_ccb->p_curr_cmd != NULL))
845
if ((!p_ccb->cong) && (p_ccb->
p_curr_msg
== NULL) && (p_ccb->p_curr_cmd == NULL))
878
if (p_ccb->
p_curr_msg
!= NULL)
[
all
...]
avdt_int.h
436
BT_HDR *
p_curr_msg
; /* Current message being sent */
member in struct:__anon781
Completed in 76 milliseconds