Home
last modified time | relevance | path

Searched refs:ns_to_ms (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Nfc/tests/cts/hostsidetests/multidevices/
Dcts_nfc_hce_multi_device_test.py71 ns_to_ms,
1109 ns_to_ms(timestamp_host - first_timestamp)
1110 total_error = ns_to_ms(timestamp_error + first_timestamp_error)
1118 "time_host": ns_to_ms(timestamp_host - first_timestamp),
/packages/modules/Nfc/NfcNci/testutils/pn532/nfcutils/
Ddata.py33 def ns_to_ms(t): function