Searched refs:getRenderPosition (Results 1 - 13 of 13) sorted by relevance

/hardware/libhardware_legacy/audio/
H A DA2dpAudioInterface.h97 virtual status_t getRenderPosition(uint32_t *dspFrames);
H A DAudioHardwareGeneric.h61 virtual status_t getRenderPosition(uint32_t *dspFrames);
H A DAudioHardwareStub.h44 virtual status_t getRenderPosition(uint32_t *dspFrames);
H A DAudioDumpInterface.cpp411 status_t AudioStreamOutDump::getRenderPosition(uint32_t *dspFrames) function in class:android::AudioStreamOutDump
413 if (mFinalStream != 0 ) return mFinalStream->getRenderPosition(dspFrames);
H A DAudioDumpInterface.h60 virtual status_t getRenderPosition(uint32_t *dspFrames);
H A DAudioHardwareStub.cpp162 status_t AudioStreamOutStub::getRenderPosition(uint32_t *dspFrames) function in class:android_audio_legacy::AudioStreamOutStub
H A DA2dpAudioInterface.cpp493 status_t A2dpAudioInterface::A2dpAudioStreamOut::getRenderPosition(uint32_t *driverFrames) function in class:android_audio_legacy::A2dpAudioInterface::A2dpAudioStreamOut
H A DAudioHardwareGeneric.cpp303 status_t AudioStreamOutGeneric::getRenderPosition(uint32_t *dspFrames) function in class:android_audio_legacy::AudioStreamOutGeneric
H A Daudio_hw_hal.cpp248 return out->legacy_out->getRenderPosition(dsp_frames);
/hardware/libhardware_legacy/include/hardware_legacy/
H A DAudioHardwareInterface.h112 virtual status_t getRenderPosition(uint32_t *dspFrames) = 0;
/hardware/qcom/audio/legacy/alsa_sound/
H A DAudioHardwareALSA.h334 virtual status_t getRenderPosition(uint32_t *dspFrames);
H A DAudioStreamOutALSA.cpp378 status_t AudioStreamOutALSA::getRenderPosition(uint32_t *dspFrames) function in class:android_audio_legacy::AudioStreamOutALSA
H A Daudio_hw_hal.cpp270 return out->qcom_out->getRenderPosition(dsp_frames);

Completed in 121 milliseconds