Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/audioflinger/
H A DThreads.h684 audio_devices_t mTimestampCorrectedDevice = AUDIO_DEVICE_NONE; variable
1037 return audio_is_output_devices(mTimestampCorrectedDevice) in isTimestampCorrectionEnabled()
1038 && outDeviceTypes().count(mTimestampCorrectedDevice) != 0; in isTimestampCorrectionEnabled()
1862 return audio_is_input_device(mTimestampCorrectedDevice) in isTimestampCorrectionEnabled()
1863 && inDeviceType() == mTimestampCorrectedDevice; in isTimestampCorrectionEnabled()
H A DThreads.cpp2046 mTimestampCorrectedDevice = (audio_devices_t)property_get_int64(
7333 mTimestampCorrectedDevice = (audio_devices_t)property_get_int64( in RecordThread()