OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:conn_cb
(Results
1 - 7
of
7
) sorted by null
/system/nfc/src/nfc/nfc/
nfc_utils.c
48
if (nfc_cb.
conn_cb
[xx].conn_id == NFC_ILLEGAL_CONN_ID) {
49
nfc_cb.
conn_cb
[xx].conn_id =
51
p_conn_cb = &nfc_cb.
conn_cb
[xx];
75
handle = (uint8_t)(p_cb - nfc_cb.
conn_cb
+ 1);
95
if (nfc_cb.
conn_cb
[xx].id == id) {
96
p_conn_cb = &nfc_cb.
conn_cb
[xx];
121
if (nfc_cb.
conn_cb
[xx].conn_id == NFC_PEND_CONN_ID) {
122
p_conn_cb = &nfc_cb.
conn_cb
[xx];
130
if (handle > 0) p_conn_cb = &nfc_cb.
conn_cb
[handle - 1];
173
tNFC_CONN_CB* p_conn_cb = &nfc_cb.
conn_cb
[0]
[
all
...]
nfc_main.c
193
tNFC_CONN_CB* p_cb = &nfc_cb.
conn_cb
[NFC_RF_CONN_ID];
713
nfc_cb.
conn_cb
[xx].conn_id = NFC_ILLEGAL_CONN_ID;
[
all
...]
nfc_ncif.cc
822
tNFC_CONN_CB* p_cb = &nfc_cb.
conn_cb
[NFC_RF_CONN_ID];
[
all
...]
/system/nfc/src/nfa/p2p/
nfa_p2p_act.c
61
if (nfa_p2p_cb.
conn_cb
[xx].flags == 0) {
62
nfa_p2p_cb.
conn_cb
[xx].flags |= NFA_P2P_CONN_FLAG_IN_USE;
63
nfa_p2p_cb.
conn_cb
[xx].local_sap = local_sap;
86
nfa_p2p_cb.
conn_cb
[xx].flags = 0;
106
if ((nfa_p2p_cb.
conn_cb
[xx].flags & NFA_P2P_CONN_FLAG_IN_USE) &&
107
(nfa_p2p_cb.
conn_cb
[xx].local_sap == local_sap) &&
108
(nfa_p2p_cb.
conn_cb
[xx].remote_sap == remote_sap)) {
298
nfa_p2p_cb.
conn_cb
[xx].remote_sap = p_data->connect_ind.remote_sap;
299
nfa_p2p_cb.
conn_cb
[xx].remote_miu = p_data->connect_ind.miu;
303
nfa_p2p_cb.
conn_cb
[xx].flags |= NFA_P2P_CONN_FLAG_REMOTE_RW_ZERO
[
all
...]
nfa_p2p_api.c
226
if ((xx >= LLCP_MAX_DATA_LINK) || (nfa_p2p_cb.
conn_cb
[xx].flags == 0)) {
278
if ((xx >= LLCP_MAX_DATA_LINK) || (nfa_p2p_cb.
conn_cb
[xx].flags == 0)) {
327
if ((xx >= LLCP_MAX_DATA_LINK) || (nfa_p2p_cb.
conn_cb
[xx].flags == 0)) {
658
(nfa_p2p_cb.
conn_cb
[xx].flags == 0)) {
661
} else if (nfa_p2p_cb.
conn_cb
[xx].flags & NFA_P2P_CONN_FLAG_REMOTE_RW_ZERO) {
666
} else if (nfa_p2p_cb.
conn_cb
[xx].remote_miu < length) {
669
handle, nfa_p2p_cb.
conn_cb
[xx].remote_miu);
671
} else if (nfa_p2p_cb.
conn_cb
[xx].flags & NFA_P2P_CONN_FLAG_CONGESTED) {
677
} else if (LLCP_IsDataLinkCongested(nfa_p2p_cb.
conn_cb
[xx].local_sap,
678
nfa_p2p_cb.
conn_cb
[xx].remote_sap
[
all
...]
/system/nfc/src/nfa/int/
nfa_p2p_int.h
251
tNFA_P2P_CONN_CB
conn_cb
[LLCP_MAX_DATA_LINK];
member in struct:__anon114952
/system/nfc/src/nfc/int/
nfc_int.h
168
tNFC_CONN_CB
conn_cb
[NCI_MAX_CONN_CBS];
member in struct:__anon115098
170
based) to
conn_cb
[] */
Completed in 137 milliseconds