OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sfgi
(Results
1 - 3
of
3
) sorted by null
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
ProtocolParamsReaderActivity.java
143
int
sfgi
= ats[atsIndex] & 0x0F;
local
144
if (
sfgi
> 8) {
146
sb.append(" (FAIL)
SFGI
=" + Integer.toString(
sfgi
) + ", should be <= 8\n");
148
sb.append(" (OK)
SFGI
=" + Integer.toString(
sfgi
) + "\n");
/system/nfc/src/nfc/include/
nfc_api.h
638
uint8_t
sfgi
; /* Start-up Frame Guard time Integer*/
member in struct:__anon3604
[
all
...]
/system/nfc/src/nfc/nfc/
nfc_ncif.cc
893
p_pa_iso->
sfgi
= ((*pp) & 0x0F);
[
all
...]
Completed in 831 milliseconds