Home
last modified time | relevance | path

Searched refs:fullFrames (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/oboeservice/
DAAudioMixer.cpp62 fifo_frames_t fullFrames = fifo->getFullDataAvailable(&wrappingBuffer); in mix() local
68 ATRACE_INT(rdyText, fullFrames); in mix()
72 (void) fullFrames; in mix()
/frameworks/av/media/libaaudio/src/client/
DAudioStreamInternal.cpp572 int32_t fullFrames = mAudioEndpoint.getFullFramesAvailable(); in processData() local
573 ATRACE_INT(fifoName, fullFrames); in processData()
631 int32_t fullFrames = mAudioEndpoint.getFullFramesAvailable(); in processData() local
632 ATRACE_INT(fifoName, fullFrames); in processData()
643 int32_t fullFrames = mAudioEndpoint.getFullFramesAvailable(); in processData() local
644 ATRACE_INT(fifoName, fullFrames); in processData()