Searched refs:mTimestampCorrectedDevice (Results 1 – 2 of 2) sorted by relevance
650 audio_devices_t mTimestampCorrectedDevice = AUDIO_DEVICE_NONE; variable996 return audio_is_output_devices(mTimestampCorrectedDevice) in isTimestampCorrectionEnabled()997 && outDeviceTypes().count(mTimestampCorrectedDevice) != 0; in isTimestampCorrectionEnabled()1782 return audio_is_input_device(mTimestampCorrectedDevice) in isTimestampCorrectionEnabled()1783 && inDeviceType() == mTimestampCorrectedDevice; in isTimestampCorrectionEnabled()
1965 mTimestampCorrectedDevice = (audio_devices_t)property_get_int64(7017 mTimestampCorrectedDevice = (audio_devices_t)property_get_int64( in RecordThread()