Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/blueberry/controllers/
Dandroid_bt_target_device.py225 wave_file_path = self.wave_file_template % self.wave_file_number
226 while os.path.exists(wave_file_path):
228 wave_file_path = self.wave_file_template % self.wave_file_number
229 return wave_file_path
461 wave_file_path = self.get_new_wave_file_path()
463 wave_file_path)
464 btutils.convert_pcm_to_wav(pcm_file_path, wave_file_path, self.audio_params)
465 return wave_file_path
/packages/modules/Bluetooth/system/blueberry/utils/
Dbt_test_utils.py32 def convert_pcm_to_wav(pcm_file_path, wave_file_path, audio_params): argument
42 write_record_file(wave_file_path, audio_params, frames)