Home
last modified time | relevance | path

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

/device/asus/fugu/libaudio/
DAudioStreamOut.h40 status_t getRenderPosition(uint32_t *dspFrames);
DAudioStreamOut.cpp458 status_t AudioStreamOut::getRenderPosition(__unused uint32_t *dspFrames) in getRenderPosition() argument
460 if (dspFrames == NULL) { in getRenderPosition()
463 *dspFrames = (uint32_t) mRenderPosition; in getRenderPosition()