Home
last modified time | relevance | path

Searched refs:nci (Results 1 – 4 of 4) sorted by relevance

/system/chre/pal/include/chre/pal/
Dwwan.h158 static inline void chreWwanPackNrNci(int64_t nci, in chreWwanPackNrNci() argument
160 nrCellId->nci1 = (nci >> 32) & 0xffffffff; in chreWwanPackNrNci()
161 nrCellId->nci0 = nci & 0xffffffff; in chreWwanPackNrNci()
/system/nfc/src/
DAndroid.bp16 name: "libnfc-nci",
60 "nfc/nci/*.cc",
69 // Provide a default libnfc-nci.conf in /system/etc for devices that
71 "libnfc-nci.conf-default",
129 "nfc/nci/*.cc",
134 "fuzzers/nci/*.cc",
/system/nfc/conf/
DAndroid.bp25 name: "libnfc-nci.conf-default",
26 src: "libnfc-nci.conf",
27 filename: "libnfc-nci.conf",
/system/nfc/src/fuzzers/
DREADME.md11 * nci:
58 Here we use "nci" fuzzer as an example for building and running. The same
63 cd $ANDROID_BUILD_TOP/system/nfc/src/fuzzers/nci
66 The above commands will build the nci fuzzer and push it to the device.
71 directory ($ANDROID_BUILD_TOP/system/nfc/src/fuzzers/nci), all you need is