Home
last modified time | relevance | path

Searched refs:getRenderPosition (Results 1 – 17 of 17) 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() function in android_audio_legacy::AudioStreamOutStub
DAudioDumpInterface.cpp411 status_t AudioStreamOutDump::getRenderPosition(uint32_t *dspFrames) in getRenderPosition() function in android::AudioStreamOutDump
413 if (mFinalStream != 0 ) return mFinalStream->getRenderPosition(dspFrames); in getRenderPosition()
DAudioHardwareGeneric.cpp303 status_t AudioStreamOutGeneric::getRenderPosition(uint32_t *dspFrames) in getRenderPosition() function in android_audio_legacy::AudioStreamOutGeneric
DA2dpAudioInterface.cpp494 status_t A2dpAudioInterface::A2dpAudioStreamOut::getRenderPosition(uint32_t *driverFrames) in getRenderPosition() function in android_audio_legacy::A2dpAudioInterface::A2dpAudioStreamOut
Daudio_hw_hal.cpp250 return out->legacy_out->getRenderPosition(dsp_frames); in out_get_render_position()
/hardware/libhardware_legacy/include/hardware_legacy/
DAudioHardwareInterface.h112 virtual status_t getRenderPosition(uint32_t *dspFrames) = 0;
/hardware/interfaces/audio/2.0/default/
DStreamOut.h95 Return<void> getRenderPosition(getRenderPosition_cb _hidl_cb) override;
DStreamOut.cpp388 Return<void> StreamOut::getRenderPosition(getRenderPosition_cb _hidl_cb) { in getRenderPosition() function in android::hardware::audio::V2_0::implementation::StreamOut
/hardware/qcom/audio/legacy/alsa_sound/
DAudioStreamOutALSA.cpp378 status_t AudioStreamOutALSA::getRenderPosition(uint32_t *dspFrames) in getRenderPosition() function in android_audio_legacy::AudioStreamOutALSA
DAudioHardwareALSA.h334 virtual status_t getRenderPosition(uint32_t *dspFrames);
Daudio_hw_hal.cpp270 return out->qcom_out->getRenderPosition(dsp_frames); in out_get_render_position()
/hardware/interfaces/audio/2.0/
DIStreamOut.hal122 getRenderPosition() generates (Result retval, uint32_t dspFrames);
/hardware/interfaces/audio/2.0/vts/functional/
DAudioPrimaryHidlHalTest.cpp1195 ASSERT_OK(stream->getRenderPosition(returnIn(res, dspFrames))); in TEST_P()