Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.h746 audio_devices_t mTimestampCorrectedDevice = AUDIO_DEVICE_NONE; // CONST set in ctor variable
1128 return audio_is_output_devices(mTimestampCorrectedDevice) in isTimestampCorrectionEnabled_l()
1129 && outDeviceTypes_l().count(mTimestampCorrectedDevice) != 0; in isTimestampCorrectionEnabled_l()
2096 return audio_is_input_device(mTimestampCorrectedDevice) in isTimestampCorrectionEnabled_l()
2097 && inDeviceType_l() == mTimestampCorrectedDevice; in isTimestampCorrectionEnabled_l()
DThreads.cpp2207 mTimestampCorrectedDevice = (audio_devices_t)property_get_int64(
8099 mTimestampCorrectedDevice = (audio_devices_t)property_get_int64( in RecordThread()