Home
last modified time | relevance | path

Searched refs:onWorkDone (Results 1 – 14 of 14) sorted by relevance

/hardware/interfaces/media/c2/1.0/
DIComponentListener.hal28 * the component after onWorkDone() is called.
32 oneway onWorkDone(WorkBundle workBundle);
110 * earlier onWorkDone() call are assumed released, so they must not appear
114 * possible for an input buffer to be returned by onWorkDone() after it has
117 * @note onWorkDone() and onInputBuffersReleased() both notify the client
120 * onWorkDone() cannot be called, e.g., the component needs more input
DIComponent.hal50 * using the IComponentListener::onWorkDone() callback.
76 * via IComponentListener::onWorkDone(). This must be completed within
105 * IComponentListener::onWorkDone().
Dtypes.hal677 * IComponentListener::onWorkDone() shall be called to notify the listener,
739 * IComponentListener::onWorkDone(). A `WorkBundle` object consists of a list of
/hardware/google/av/media/codecs/cmds/
Dcodec2.cpp80 void onWorkDone(std::weak_ptr<C2Component> component,
121 mThis->onWorkDone(component, std::move(workItems)); in onWorkDone_nb()
174 void SimplePlayer::onWorkDone( in onWorkDone() function in __anona475c49d0111::SimplePlayer
/hardware/google/interfaces/media/c2/1.0/
DIComponentListener.hal27 oneway onWorkDone(WorkBundle workBundle);
DIComponent.hal44 * using the onWorkDone() callback.
70 * the onWorkDone() callback. This must be completed within 500ms.
100 * Work that is completed must be returned via the onWorkDone() callback.
/hardware/google/av/media/sfplugin/
DCCodec.h69 void onWorkDone(std::list<std::unique_ptr<C2Work>> &workItems,
DCCodecBufferChannel.h133 void onWorkDone(
DCCodec.cpp450 virtual void onWorkDone( in onWorkDone() function
459 codec->onWorkDone(workItems, numDiscardedInputBuffers); in onWorkDone()
1464 void CCodec::onWorkDone(std::list<std::unique_ptr<C2Work>> &workItems, in onWorkDone() function in android::CCodec
1638 mChannel->onWorkDone( in onMessageReceived()
DCCodecBufferChannel.cpp2520 void CCodecBufferChannel::onWorkDone( in onWorkDone() function in android::CCodecBufferChannel
/hardware/google/av/codec2/hidl/1.0/mts/common/
Dmedia_c2_hidl_test_common.h56 virtual void onWorkDone( in onWorkDone() function
/hardware/google/av/codec2/hidl/client/include/codec2/hidl/
Dclient.h253 virtual void onWorkDone(
/hardware/google/av/codec2/hidl/client/
Dclient.cpp336 virtual Return<void> onWorkDone(const WorkBundle& workBundle) override { in onWorkDone() function
351 listener->onWorkDone(component, workItems, numDiscardedInputBuffers); in onWorkDone()
/hardware/google/av/codec2/hidl/1.0/utils/
DComponent.cpp394 Return<void> transStatus = listener->onWorkDone(workBundle); in onWorkDone_nb()