Searched refs:checkServerLatencySupported (Results 1 – 3 of 3) sorted by relevance
361 static bool checkServerLatencySupported(audio_format_t format, audio_output_flags_t flags) { in checkServerLatencySupported() function533 static bool checkServerLatencySupported(audio_format_t format, audio_input_flags_t flags) { in checkServerLatencySupported() function
835 mServerLatencySupported = checkServerLatencySupported(format, flags); in Track()2819 mServerLatencySupported = checkServerLatencySupported(mFormat, flags); in RecordTrack()
8635 const double latencyMs = IAfRecordTrack::checkServerLatencySupported(mFormat, flags) in threadLoop()