Home
last modified time | relevance | path

Searched refs:delta_time_ms (Results 1 – 7 of 7) sorted by relevance

/aosp12/system/bt/tools/scripts/
H A Dbtsnooz.py101 length, delta_time_ms, type = struct.unpack_from('=HIb', decompressed, offset)
103 first_timestamp_ms -= delta_time_ms
108 length, delta_time_ms, type = struct.unpack_from('=HIb', decompressed, offset)
109 first_timestamp_ms += delta_time_ms
128 …length, packet_length, delta_time_ms, snooz_type = struct.unpack_from('=HHIb', decompressed, offse…
130 first_timestamp_ms -= delta_time_ms
135 …length, packet_length, delta_time_ms, snooz_type = struct.unpack_from('=HHIb', decompressed, offse…
136 first_timestamp_ms += delta_time_ms
/aosp12/system/nfc/src/adaptation/
H A Ddebug_nfcsnoop.cc77 uint64_t delta_time_ms = 0; in nfcsnoop_cb() local
79 __builtin_sub_overflow(timestamp_us, last_timestamp_ms, &delta_time_ms); in nfcsnoop_cb()
81 header.delta_time_ms = delta_time_ms; in nfcsnoop_cb()
/aosp12/hardware/st/nfc/st21nfc/hal/
H A Dhalcore.cc90 int delta_time_ms; in HalCoreCallback() local
98 delta_time_ms = HalTimeDiffInMs(start_tx_data, HalGetTimestamp()); in HalCoreCallback()
99 if (delta_time_ms >= 0 && delta_time_ms < TX_DELAY) { in HalCoreCallback()
100 STLOG_HAL_D("Delay %d ms\n", TX_DELAY - delta_time_ms); in HalCoreCallback()
101 usleep(1000 * (TX_DELAY - delta_time_ms)); in HalCoreCallback()
/aosp12/system/bt/btif/include/
H A Dbtif_debug_btsnoop.h36 uint32_t delta_time_ms; member
/aosp12/system/nfc/src/include/
H A Ddebug_nfcsnoop.h37 uint32_t delta_time_ms; member
/aosp12/system/bt/btif/src/
H A Dbtif_debug_btsnoop.cc69 header.delta_time_ms = in btsnoop_cb()
/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
248 (int32_t)delta_time_ms); in nfc_ncif_send_data()