Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/tools/scripts/
Ddump_le_audio.py555 def convert_time_str(timestamp): function
609 file_name += ("_" + convert_time_str(connection_map[acl_handle].start_time))
665 file_name += ("_" + convert_time_str(bis_stream_map[iso_handle].start_time))
Ddump_hearingaid_audio.py332 …et_result[TIMESTAMP_STR_FORMAT], packet_result[TIMESTAMP_TIME_FORMAT] = convert_time_str(timestamp)
492 def convert_time_str(timestamp): function