Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.h530 bool isTimestampCorrectionEnabled_l() const override REQUIRES(mutex()) { return false; } in isTimestampCorrectionEnabled_l() function
1127 bool isTimestampCorrectionEnabled_l() const final REQUIRES(mutex()) { in isTimestampCorrectionEnabled_l() function
2092 bool isTimestampCorrectionEnabled_l() const override REQUIRES(mutex()) { in isTimestampCorrectionEnabled_l() function
DIAfThread.h357 virtual bool isTimestampCorrectionEnabled_l() const REQUIRES(mutex()) = 0;
DThreads.cpp1115 isTimestampCorrectionEnabled_l() ? "yes" : "no"); in dumpBase_l()
4687 if (isTimestampCorrectionEnabled_l()) { in collectTimestamps_l()
8454 timestampCorrectionEnabled = isTimestampCorrectionEnabled_l(); in threadLoop()