OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ee_old_status
(Results
1 - 3
of
3
) sorted by null
/external/libnfc-nci/src/nfa/ee/
nfa_ee_main.c
158
NFA_TRACE_DEBUG4 ("nfa_ee_restore_one_ecb () nfcee_id:0x%x, ecb_flags:0x%x ee_status:0x%x
ee_old_status
: 0x%x", p_cb->nfcee_id, p_cb->ecb_flags, p_cb->ee_status, p_cb->
ee_old_status
);
159
if ((p_cb->nfcee_id != NFA_EE_INVALID) && (p_cb->ee_status & NFA_EE_STATUS_RESTORING) == 0 && (p_cb->
ee_old_status
& NFA_EE_STATUS_RESTORING) != 0)
161
p_cb->
ee_old_status
&= ~NFA_EE_STATUS_RESTORING;
163
if (p_cb->ee_status != p_cb->
ee_old_status
)
166
if (p_cb->
ee_old_status
== NFC_NFCEE_STATUS_ACTIVE)
228
p_cb->
ee_old_status
= 0;
235
/* NFA_EE_STATUS_RESTORING bit makes sure the ee_status restore to
ee_old_status
237
* NFA_EE_STATUS_RESTORING bit is cleared in
ee_old_status
at restoring the activate/inactive status after NFCEE_DISCOVER NTF */
239
p_cb->
ee_old_status
= p_cb->ee_status
[
all
...]
nfa_ee_act.c
[
all
...]
/external/libnfc-nci/src/nfa/int/
nfa_ee_int.h
152
UINT8
ee_old_status
; /* The NFCEE status before going to low power mode */
member in struct:__anon7851
Completed in 562 milliseconds