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

/hardware/interfaces/audio/2.0/
H A DIStreamOut.hal122 getRenderPosition() generates (Result retval, uint32_t dspFrames);
/hardware/interfaces/audio/4.0/
H A DIStreamOut.hal129 getRenderPosition() generates (Result retval, uint32_t dspFrames);
/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.cpp494 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.cpp250 return out->legacy_out->getRenderPosition(dsp_frames);
/hardware/interfaces/audio/core/all-versions/default/include/core/all-versions/default/
H A DStreamOut.h108 Return<void> getRenderPosition(getRenderPosition_cb _hidl_cb) override;
H A DStreamOut.impl.h400 Return<void> StreamOut::getRenderPosition(getRenderPosition_cb _hidl_cb) { function in class:android::hardware::audio::AUDIO_HAL_VERSION::implementation::StreamOut
/hardware/libhardware_legacy/include/hardware_legacy/
H A DAudioHardwareInterface.h111 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);
/hardware/interfaces/audio/core/2.0/vts/functional/
H A DAudioPrimaryHidlHalTest.cpp1076 ASSERT_OK(stream->getRenderPosition(returnIn(res, dspFrames)));
1078 doc::partialTest("getRenderPosition is not supported");
/hardware/interfaces/audio/core/4.0/vts/functional/
H A DAudioPrimaryHidlHalTest.cpp1188 ASSERT_OK(stream->getRenderPosition(returnIn(res, dspFrames)));
1190 doc::partialTest("getRenderPosition is not supported");

Completed in 138 milliseconds