Home
last modified time | relevance | path

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

/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);
DAudioDumpInterface.h60 virtual status_t getRenderPosition(uint32_t *dspFrames);
DAudioHardwareStub.cpp162 status_t AudioStreamOutStub::getRenderPosition(uint32_t *dspFrames) in getRenderPosition() argument
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/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/include/hardware_legacy/
DAudioHardwareInterface.h111 virtual status_t getRenderPosition(uint32_t *dspFrames) = 0;
/hardware/interfaces/audio/2.0/
DIStreamOut.hal120 * @return dspFrames number of audio frames written.
122 getRenderPosition() generates (Result retval, uint32_t dspFrames);
/hardware/interfaces/audio/4.0/
DIStreamOut.hal127 * @return dspFrames number of audio frames written.
129 getRenderPosition() generates (Result retval, uint32_t dspFrames);
/hardware/interfaces/audio/5.0/
DIStreamOut.hal127 * @return dspFrames number of audio frames written.
129 getRenderPosition() generates (Result retval, uint32_t dspFrames);
/hardware/interfaces/audio/6.0/
DIStreamOut.hal128 * @return dspFrames number of audio frames written.
130 getRenderPosition() generates (Result retval, uint32_t dspFrames);
/hardware/interfaces/audio/7.0/
DIStreamOut.hal139 * @return dspFrames number of audio frames written.
141 getRenderPosition() generates (Result retval, uint32_t dspFrames);
/hardware/interfaces/audio/core/all-versions/vts/functional/
DAudioPrimaryHidlHalTest.h1701 uint32_t dspFrames; in TEST_P() local
1702 ASSERT_OK(stream->getRenderPosition(returnIn(res, dspFrames))); in TEST_P()
1707 expectValueOrFailure(res, 0U, dspFrames, Result::INVALID_STATE); in TEST_P()