Home
last modified time | relevance | path

Searched refs:checkServerLatencySupported (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/services/audioflinger/
DIAfTrack.h361 static bool checkServerLatencySupported(audio_format_t format, audio_output_flags_t flags) { in checkServerLatencySupported() function
533 static bool checkServerLatencySupported(audio_format_t format, audio_input_flags_t flags) { in checkServerLatencySupported() function
DTracks.cpp835 mServerLatencySupported = checkServerLatencySupported(format, flags); in Track()
2819 mServerLatencySupported = checkServerLatencySupported(mFormat, flags); in RecordTrack()
DThreads.cpp8635 const double latencyMs = IAfRecordTrack::checkServerLatencySupported(mFormat, flags) in threadLoop()