Searched refs:processDataNow (Results 1 – 6 of 6) sorted by relevance
58 aaudio_result_t processDataNow(void *buffer,
80 aaudio_result_t processDataNow(void *buffer,
115 virtual aaudio_result_t processDataNow(void *buffer,
66 aaudio_result_t AudioStreamInternalCapture::processDataNow(void *buffer, int32_t numFrames, in processDataNow() function in AudioStreamInternalCapture
106 aaudio_result_t AudioStreamInternalPlay::processDataNow(void *buffer, int32_t numFrames, in processDataNow() function in AudioStreamInternalPlay
606 aaudio_result_t framesProcessed = processDataNow(audioData, framesLeft, in processData()