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

/frameworks/av/media/libaaudio/src/client/
H A DAudioStreamInternalCapture.cpp47 aaudio_result_t AudioStreamInternalCapture::processDataNow(void *buffer, int32_t numFrames, function in class:AudioStreamInternalCapture
55 //ALOGD("AudioStreamInternalCapture::processDataNow() - update remote counter");
68 //ALOGD("AudioStreamInternalCapture::processDataNow() - readNowWithConversion(%d)", numFrames);
70 //ALOGD("AudioStreamInternalCapture::processDataNow() - tried to read %d frames, read %d",
78 //ALOGD("AudioStreamInternalCapture::processDataNow() - wakeTime based on %s",
H A DAudioStreamInternalPlay.cpp46 aaudio_result_t AudioStreamInternalPlay::processDataNow(void *buffer, int32_t numFrames, function in class:AudioStreamInternalPlay
54 //ALOGD("AudioStreamInternal::processDataNow() - update read counter");
67 //ALOGD("AudioStreamInternal::processDataNow() - writeNowWithConversion(%d)", numFrames);
69 //ALOGD("AudioStreamInternal::processDataNow() - tried to write %d frames, wrote %d",
77 //ALOGD("AudioStreamInternal::processDataNow() - wakeTime based on %s",
104 // ALOGD("AudioStreamInternal::processDataNow finished: now = %llu, read# = %llu, wrote# = %llu",

Completed in 126 milliseconds