Home
last modified time | relevance | path

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

/aosp12/system/nfc/src/include/
H A Ddebug_nfcsnoop.h45 void debug_nfcsnoop_dump(int fd);
/aosp12/system/nfc/src/fuzzers/
H A Dfuzz_cmn.cc5 void debug_nfcsnoop_dump(int){}; in debug_nfcsnoop_dump() function
/aosp12/system/nfc/src/adaptation/
H A Ddebug_nfcsnoop.cc159 void debug_nfcsnoop_dump(int fd) { in debug_nfcsnoop_dump() function
238 debug_nfcsnoop_dump(fileStream); in storeNfcSnoopLogs()
H A DNfcAdaptation.cc428 void NfcAdaptation::Dump(int fd) { debug_nfcsnoop_dump(fd); } in Dump()