Home
last modified time | relevance | path

Searched refs:proc_nfcc_pwr_mode_cplt_flags (Results 1 – 2 of 2) sorted by relevance

/external/libnfc-nci/src/nfa/sys/
Dnfa_sys_cback.c84 nfa_sys_cb.proc_nfcc_pwr_mode_cplt_flags = 0; in nfa_sys_cback_reg_nfcc_power_mode_proc_complete()
99 nfa_sys_cb.proc_nfcc_pwr_mode_cplt_flags |= (0x0001 << id); in nfa_sys_cback_notify_nfcc_power_mode_proc_complete()
102 nfa_sys_cb.proc_nfcc_pwr_mode_cplt_flags, in nfa_sys_cback_notify_nfcc_power_mode_proc_complete()
105 …if ( (nfa_sys_cb.proc_nfcc_pwr_mode_cplt_flags == nfa_sys_cb.proc_nfcc_pwr_mode_cplt_mask) /* exc… in nfa_sys_cback_notify_nfcc_power_mode_proc_complete()
/external/libnfc-nci/src/nfa/int/
Dnfa_sys_int.h54 UINT16 proc_nfcc_pwr_mode_cplt_flags; member