Home
last modified time | relevance | path

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

/hardware/qcom/audio/legacy/alsa_sound/
DAudioStreamOutALSA.cpp378 status_t AudioStreamOutALSA::getRenderPosition(uint32_t *dspFrames) in getRenderPosition() argument
380 *dspFrames = mFrameCount; in getRenderPosition()
DAudioHardwareALSA.h334 virtual status_t getRenderPosition(uint32_t *dspFrames);
/hardware/libhardware_legacy/audio/
DA2dpAudioInterface.h97 virtual status_t getRenderPosition(uint32_t *dspFrames);
DAudioHardwareStub.h44 virtual status_t getRenderPosition(uint32_t *dspFrames);
DAudioHardwareGeneric.h61 virtual status_t getRenderPosition(uint32_t *dspFrames);
DAudioHardwareStub.cpp162 status_t AudioStreamOutStub::getRenderPosition(uint32_t *dspFrames) in getRenderPosition() argument
DAudioDumpInterface.h60 virtual status_t getRenderPosition(uint32_t *dspFrames);
DAudioDumpInterface.cpp411 status_t AudioStreamOutDump::getRenderPosition(uint32_t *dspFrames) in getRenderPosition() argument
413 if (mFinalStream != 0 ) return mFinalStream->getRenderPosition(dspFrames); in getRenderPosition()
DAudioHardwareGeneric.cpp303 status_t AudioStreamOutGeneric::getRenderPosition(uint32_t *dspFrames) in getRenderPosition() argument
/hardware/libhardware_legacy/include/hardware_legacy/
DAudioHardwareInterface.h112 virtual status_t getRenderPosition(uint32_t *dspFrames) = 0;