Home
last modified time | relevance | path

Searched defs:delta_time_ms (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/nfc/src/include/
H A Ddebug_nfcsnoop.h37 uint32_t delta_time_ms; member
/aosp12/system/bt/btif/include/
H A Dbtif_debug_btsnoop.h36 uint32_t delta_time_ms; member
/aosp12/system/nfc/src/adaptation/
H A Ddebug_nfcsnoop.cc77 uint64_t delta_time_ms = 0; in nfcsnoop_cb() local
/aosp12/hardware/st/nfc/st21nfc/hal/
H A Dhalcore.cc90 int delta_time_ms; in HalCoreCallback() local
/aosp12/system/nfc/src/nfc/nfc/
H A Dnfc_ncif.cc243 uint32_t delta_time_ms = (timer_end.tv_sec - timer_start.tv_sec) * 1000 + in nfc_ncif_send_data() local