Home
last modified time | relevance | path

Searched refs:getRenderPosition (Results 1 – 19 of 19) 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.cpp161 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.cpp493 status_t A2dpAudioInterface::A2dpAudioStreamOut::getRenderPosition(uint32_t *driverFrames) in getRenderPosition() function in android_audio_legacy::A2dpAudioInterface::A2dpAudioStreamOut
Daudio_hw_hal.cpp248 return out->legacy_out->getRenderPosition(dsp_frames); in out_get_render_position()
/hardware/msm7k/libaudio-qdsp5v2/
DAudioHardware.h120 virtual status_t getRenderPosition(uint32_t *dspFrames);
DAudioHardware.cpp332 status_t AudioHardware::AudioStreamOutQ5V2::getRenderPosition(uint32_t *dspFrames) in getRenderPosition() function in android::AudioHardware::AudioStreamOutQ5V2
/hardware/libhardware_legacy/include/hardware_legacy/
DAudioHardwareInterface.h111 virtual status_t getRenderPosition(uint32_t *dspFrames) = 0;
/hardware/msm7k/libaudio/
DAudioHardware.h182 virtual status_t getRenderPosition(uint32_t *dspFrames);
DAudioHardware.cpp864 status_t AudioHardware::AudioStreamOutMSM72xx::getRenderPosition(uint32_t *dspFrames) in getRenderPosition() function in android::AudioHardware::AudioStreamOutMSM72xx
/hardware/msm7k/libaudio-qsd8k/
DAudioHardware.h259 virtual status_t getRenderPosition(uint32_t *dspFrames);
DAudioHardware.cpp1760 status_t AudioHardware::AudioStreamOutMSM72xx::getRenderPosition(uint32_t *dspFrames) in getRenderPosition() function in android::AudioHardware::AudioStreamOutMSM72xx
/hardware/qcom/audio/alsa_sound/
DAudioStreamOutALSA.cpp378 status_t AudioStreamOutALSA::getRenderPosition(uint32_t *dspFrames) in getRenderPosition() function in android_audio_legacy::AudioStreamOutALSA
DAudioHardwareALSA.h333 virtual status_t getRenderPosition(uint32_t *dspFrames);
Daudio_hw_hal.cpp270 return out->qcom_out->getRenderPosition(dsp_frames); in out_get_render_position()