OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:p_q_cmd
(Results
1 - 4
of
4
) sorted by null
/system/bt/bta/gatt/
bta_gattc_act.c
945
if (p_clcb->
p_q_cmd
== p_data)
946
p_clcb->
p_q_cmd
= NULL;
968
if (((p_clcb->
p_q_cmd
== NULL || p_clcb->auto_update == BTA_GATTC_REQ_WAITING) &&
1027
tBTA_GATTC_DATA *
p_q_cmd
= p_clcb->
p_q_cmd
;
local
[
all
...]
bta_gattc_utils.c
307
osi_free_and_reset((void **)&p_clcb->
p_q_cmd
);
435
if (p_clcb->
p_q_cmd
== NULL)
437
p_clcb->
p_q_cmd
= p_data;
bta_gattc_main.c
296
if (p_clcb->
p_q_cmd
== p_data) {
bta_gattc_int.h
328
tBTA_GATTC_DATA *
p_q_cmd
; /* command in queue waiting for execution */
member in struct:__anon72884
Completed in 375 milliseconds