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

/frameworks/av/services/audioflinger/
H A DFastThread.h80 status_t timestampStatus; member in class:android::FastThread
H A DFastThread.cpp64 timestampStatus(INVALID_OPERATION),
178 timestampStatus = INVALID_OPERATION;
H A DFastMixer.cpp338 if (timestampStatus == NO_ERROR) {
445 timestampStatus = outputSink->getTimestamp(timestamp);
446 if (timestampStatus == NO_ERROR) {
453 timestampStatus = INVALID_OPERATION;

Completed in 217 milliseconds