Home
last modified time | relevance | path

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

/system/bt/tools/scripts/
Dbtsnooz.py96 length, delta_time_ms, type = struct.unpack_from(
99 first_timestamp_ms -= delta_time_ms
104 length, delta_time_ms, type = struct.unpack_from(
106 first_timestamp_ms += delta_time_ms
127 length, packet_length, delta_time_ms, snooz_type = struct.unpack_from(
130 first_timestamp_ms -= delta_time_ms
135 length, packet_length, delta_time_ms, snooz_type = struct.unpack_from(
137 first_timestamp_ms += delta_time_ms
/system/nfc/src/adaptation/
Ddebug_nfcsnoop.cc64 uint64_t delta_time_ms = 0; in nfcsnoop_cb() local
66 __builtin_sub_overflow(timestamp_us, last_timestamp_ms, &delta_time_ms); in nfcsnoop_cb()
68 header.delta_time_ms = delta_time_ms; in nfcsnoop_cb()
/system/bt/btif/include/
Dbtif_debug_btsnoop.h36 uint32_t delta_time_ms; member
/system/nfc/src/include/
Ddebug_nfcsnoop.h37 uint32_t delta_time_ms; member
/system/bt/btif/src/
Dbtif_debug_btsnoop.cc73 header.delta_time_ms = in btsnoop_cb()
/system/nfc/src/nfc/nfc/
Dnfc_ncif.cc282 uint32_t delta_time_ms = (timer_end.tv_sec - timer_start.tv_sec) * 1000 + in nfc_ncif_send_data() local
287 (int32_t)delta_time_ms); in nfc_ncif_send_data()