Searched refs:onWorkQueued (Results 1 – 4 of 4) sorted by relevance
103 void onWorkQueued(bool eos);
45 virtual void onWorkQueued(bool eos) = 0;
532 void onWorkQueued(bool eos) override { in onWorkQueued() function in android::CCodecCallbackImpl533 mCodec->onWorkQueued(eos); in onWorkQueued()1693 void CCodec::onWorkQueued(bool eos) { in onWorkQueued() function in android::CCodec
1669 mCCodecCallback->onWorkQueued(false); in queueInputBufferInternal()1683 mCCodecCallback->onWorkQueued(eos); in queueInputBufferInternal()