HomeSort by relevance Sort by last modified time
    Searched defs:processDataNow (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libaaudio/src/client/
AudioStreamInternalCapture.cpp 47 aaudio_result_t AudioStreamInternalCapture::processDataNow(void *buffer, int32_t numFrames,
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",
AudioStreamInternalPlay.cpp 46 aaudio_result_t AudioStreamInternalPlay::processDataNow(void *buffer, int32_t numFrames,
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 141 milliseconds