Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DFastThread.cpp64 timestampStatus(INVALID_OPERATION), in FastThread()
178 timestampStatus = INVALID_OPERATION; in threadLoop()
DFastThread.h80 status_t timestampStatus; variable
DFastMixer.cpp338 if (timestampStatus == NO_ERROR) { in onWork()
445 timestampStatus = outputSink->getTimestamp(timestamp); in onWork()
446 if (timestampStatus == NO_ERROR) { in onWork()
453 timestampStatus = INVALID_OPERATION; in onWork()