Searched refs:getRenderPosition (Results 1 – 17 of 17) sorted by relevance
97 virtual status_t getRenderPosition(uint32_t *dspFrames);
44 virtual status_t getRenderPosition(uint32_t *dspFrames);
61 virtual status_t getRenderPosition(uint32_t *dspFrames);
60 virtual status_t getRenderPosition(uint32_t *dspFrames);
162 status_t AudioStreamOutStub::getRenderPosition(uint32_t *dspFrames) in getRenderPosition() function in android_audio_legacy::AudioStreamOutStub
411 status_t AudioStreamOutDump::getRenderPosition(uint32_t *dspFrames) in getRenderPosition() function in android::AudioStreamOutDump413 if (mFinalStream != 0 ) return mFinalStream->getRenderPosition(dspFrames); in getRenderPosition()
303 status_t AudioStreamOutGeneric::getRenderPosition(uint32_t *dspFrames) in getRenderPosition() function in android_audio_legacy::AudioStreamOutGeneric
494 status_t A2dpAudioInterface::A2dpAudioStreamOut::getRenderPosition(uint32_t *driverFrames) in getRenderPosition() function in android_audio_legacy::A2dpAudioInterface::A2dpAudioStreamOut
250 return out->legacy_out->getRenderPosition(dsp_frames); in out_get_render_position()
112 virtual status_t getRenderPosition(uint32_t *dspFrames) = 0;
95 Return<void> getRenderPosition(getRenderPosition_cb _hidl_cb) override;
388 Return<void> StreamOut::getRenderPosition(getRenderPosition_cb _hidl_cb) { in getRenderPosition() function in android::hardware::audio::V2_0::implementation::StreamOut
378 status_t AudioStreamOutALSA::getRenderPosition(uint32_t *dspFrames) in getRenderPosition() function in android_audio_legacy::AudioStreamOutALSA
334 virtual status_t getRenderPosition(uint32_t *dspFrames);
270 return out->qcom_out->getRenderPosition(dsp_frames); in out_get_render_position()
122 getRenderPosition() generates (Result retval, uint32_t dspFrames);
1195 ASSERT_OK(stream->getRenderPosition(returnIn(res, dspFrames))); in TEST_P()