Home
last modified time | relevance | path

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

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