Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/audioflinger/
H A DThreads.h529 virtual bool isTimestampCorrectionEnabled() const { return false; } in isTimestampCorrectionEnabled() function
1036 bool isTimestampCorrectionEnabled() const override { in isTimestampCorrectionEnabled() function
1860 bool isTimestampCorrectionEnabled() const override { in isTimestampCorrectionEnabled() function
H A DThreads.cpp967 dprintf(fd, " Timestamp corrected: %s\n", isTimestampCorrectionEnabled() ? "yes" : "no"); in dumpBase_l()
4293 if (isTimestampCorrectionEnabled()) { in collectTimestamps_l()
7826 if (isTimestampCorrectionEnabled()) { in threadLoop()