Searched refs:onWorkDone (Results 1 – 14 of 14) sorted by relevance
/hardware/interfaces/media/c2/1.0/ |
D | IComponentListener.hal | 28 * 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
|
D | IComponent.hal | 50 * using the IComponentListener::onWorkDone() callback. 76 * via IComponentListener::onWorkDone(). This must be completed within 105 * IComponentListener::onWorkDone().
|
D | types.hal | 677 * 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/ |
D | codec2.cpp | 80 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/ |
D | IComponentListener.hal | 27 oneway onWorkDone(WorkBundle workBundle);
|
D | IComponent.hal | 44 * 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/ |
D | CCodec.h | 69 void onWorkDone(std::list<std::unique_ptr<C2Work>> &workItems,
|
D | CCodecBufferChannel.h | 133 void onWorkDone(
|
D | CCodec.cpp | 450 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()
|
D | CCodecBufferChannel.cpp | 2520 void CCodecBufferChannel::onWorkDone( in onWorkDone() function in android::CCodecBufferChannel
|
/hardware/google/av/codec2/hidl/1.0/mts/common/ |
D | media_c2_hidl_test_common.h | 56 virtual void onWorkDone( in onWorkDone() function
|
/hardware/google/av/codec2/hidl/client/include/codec2/hidl/ |
D | client.h | 253 virtual void onWorkDone(
|
/hardware/google/av/codec2/hidl/client/ |
D | client.cpp | 336 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/ |
D | Component.cpp | 394 Return<void> transStatus = listener->onWorkDone(workBundle); in onWorkDone_nb()
|