OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pending_data
(Results
1 - 3
of
3
) sorted by null
/system/bt/stack/hid/
hidd_int.h
63
BT_HDR*
pending_data
;
member in struct:dev_ctb
hidd_conn.cc
95
if (hd_cb.
pending_data
) {
96
L2CA_DataWrite(p_hcon->intr_cid, hd_cb.
pending_data
);
97
hd_cb.
pending_data
= NULL;
510
if (hd_cb.
pending_data
) {
511
osi_free(hd_cb.
pending_data
);
512
hd_cb.
pending_data
= NULL;
849
if (hd_cb.
pending_data
) {
850
osi_free(hd_cb.
pending_data
);
851
hd_cb.
pending_data
= NULL;
951
if (hd_cb.
pending_data
) {
[
all
...]
hidd_api.cc
99
if (hd_cb.
pending_data
) {
100
osi_free(hd_cb.
pending_data
);
101
hd_cb.
pending_data
= NULL;
Completed in 214 milliseconds