Home
last modified time | relevance | path

Searched refs:getFrameCount (Results 1 – 7 of 7) sorted by relevance

/device/generic/goldfish/hals/audio/
Dstream_common.cpp45 uint64_t StreamCommon::getFrameCount() const { in getFrameCount() function in android::hardware::audio::CPP_VERSION::implementation::StreamCommon
50 return getFrameSize() * getFrameCount(); in getBufferSize()
Dstream_common.h40 uint64_t getFrameCount() const;
Dstream_out.cpp293 Return<uint64_t> StreamOut::getFrameCount() { in getFrameCount() function in android::hardware::audio::CPP_VERSION::implementation::StreamOut
294 return mCommon.getFrameCount(); in getFrameCount()
406 (mCommon.getFrameCount() * 1000 / mCommon.getSampleRate()); in getLatency()
Dstream_in.h50 Return<uint64_t> getFrameCount() override;
Dstream_in.cpp266 Return<uint64_t> StreamIn::getFrameCount() { in getFrameCount() function in android::hardware::audio::CPP_VERSION::implementation::StreamIn
267 return mCommon.getFrameCount(); in getFrameCount()
Dstream_out.h51 Return<uint64_t> getFrameCount() override;
/device/google/atv/products/lowram_boot_profiles/
Dboot-image-profile.txt26686 HSPLandroid/graphics/drawable/AnimatedVectorDrawable$VectorDrawableAnimatorRT;->getFrameCount(J)I