Home
last modified time | relevance | path

Searched defs:last_timestamp_ms (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/tools/scripts/
Dbtsnooz.py93 def decode_snooz_v1(decompressed, last_timestamp_ms): argument
120 def decode_snooz_v2(decompressed, last_timestamp_ms): argument
/aosp_15_r20/system/nfc/src/include/
H A Ddebug_nfcsnoop.h34 uint64_t last_timestamp_ms; member
/aosp_15_r20/packages/modules/Bluetooth/system/btif/include/
Dbtif_debug_btsnoop.h29 uint64_t last_timestamp_ms; member
/aosp_15_r20/system/nfc/src/adaptation/
H A Ddebug_nfcsnoop.cc67 static uint64_t last_timestamp_ms[BUFFER_SIZE] = {0, 0}; variable