Searched refs:checkFrameCountChange (Results 1 – 6 of 6) sorted by relevance
45 virtual bool checkFrameCountChange() = 0; // returns whether frame count has been updated
39 bool checkFrameCountChange() override;
47 virtual bool checkFrameCountChange();
85 bool EffectBufferHalAidl::checkFrameCountChange() { in checkFrameCountChange() function in android::effect::EffectBufferHalAidl
112 bool EffectBufferHalHidl::checkFrameCountChange() { in checkFrameCountChange() function in android::effect::EffectBufferHalHidl
152 bool inBufferFrameCountUpdated = mInBuffer->checkFrameCountChange(); in needToResetBuffers()153 bool outBufferFrameCountUpdated = mOutBuffer->checkFrameCountChange(); in needToResetBuffers()