Searched refs:delta_time_ms (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Bluetooth/system/tools/scripts/ |
D | btsnooz.py | 102 length, delta_time_ms, type = struct.unpack_from('=HIb', decompressed, offset) 104 first_timestamp_ms -= delta_time_ms 109 length, delta_time_ms, type = struct.unpack_from('=HIb', decompressed, offset) 110 first_timestamp_ms += delta_time_ms 129 …length, packet_length, delta_time_ms, snooz_type = struct.unpack_from('=HHIb', decompressed, offse… 131 first_timestamp_ms -= delta_time_ms 136 …length, packet_length, delta_time_ms, snooz_type = struct.unpack_from('=HHIb', decompressed, offse… 137 first_timestamp_ms += delta_time_ms
|
/packages/modules/Nfc/libnfc-nci/src/adaptation/ |
D | debug_nfcsnoop.cc | 93 uint64_t delta_time_ms = 0; in nfcsnoop_cb() local 100 &delta_time_ms); in nfcsnoop_cb() 103 if (delta_time_ms > (uint64_t)MICRO_SECOND_THREE_DAYS || err) { in nfcsnoop_cb() 112 delta_time_ms = 0; in nfcsnoop_cb() 115 while (delta_time_ms > UINT32_MAX) { in nfcsnoop_cb() 124 &delta_time_ms); in nfcsnoop_cb() 142 header.delta_time_ms = delta_time_ms; in nfcsnoop_cb()
|
/packages/modules/Bluetooth/system/btif/include/ |
D | btif_debug_btsnoop.h | 36 uint32_t delta_time_ms; member
|
/packages/modules/Nfc/libnfc-nci/src/include/ |
D | debug_nfcsnoop.h | 41 uint32_t delta_time_ms; member
|
/packages/modules/Nfc/libnfc-nci/src/nfc/nfc/ |
D | nfc_ncif.cc | 246 uint32_t delta_time_ms = (timer_end.tv_sec - timer_start.tv_sec) * 1000 + in nfc_ncif_send_data() local 251 (int32_t)delta_time_ms); in nfc_ncif_send_data() 252 LOG(VERBOSE) << StringPrintf("%s: delta_time=%d", __func__, delta_time_ms); in nfc_ncif_send_data()
|