Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.h579 audio_devices_t mTimestampCorrectedDevice = AUDIO_DEVICE_NONE; variable
921 return audio_is_output_devices(mTimestampCorrectedDevice) in isTimestampCorrectionEnabled()
922 && outDeviceTypes().count(mTimestampCorrectedDevice) != 0; in isTimestampCorrectionEnabled()
1661 return audio_is_input_device(mTimestampCorrectedDevice) in isTimestampCorrectionEnabled()
1662 && inDeviceType() == mTimestampCorrectedDevice; in isTimestampCorrectionEnabled()
DThreads.cpp1859 mTimestampCorrectedDevice = (audio_devices_t)property_get_int64( in PlaybackThread()
6739 mTimestampCorrectedDevice = (audio_devices_t)property_get_int64( in RecordThread()