Searched defs:wakeTimePtr (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libaaudio/src/client/
H A DAudioStreamInternalCapture.cpp48 int64_t currentNanoTime, int64_t *wakeTimePtr) {
74 if (wakeTimePtr != nullptr && framesProcessed >= 0) {
98 *wakeTimePtr = wakeTime;
47 processDataNow(void *buffer, int32_t numFrames, int64_t currentNanoTime, int64_t *wakeTimePtr) argument
H A DAudioStreamInternalPlay.cpp47 int64_t currentNanoTime, int64_t *wakeTimePtr) {
73 if (wakeTimePtr != nullptr && framesWritten >= 0) {
101 *wakeTimePtr = wakeTime;
46 processDataNow(void *buffer, int32_t numFrames, int64_t currentNanoTime, int64_t *wakeTimePtr) argument

Completed in 82 milliseconds