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