Home
last modified time | relevance | path

Searched refs:flushedWorkBundle (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/codec2/hal/hidl/1.0/utils/
DComponent.cpp339 WorkBundle flushedWorkBundle; in flush() local
343 if (!objcpy(&flushedWorkBundle, c2flushedWorks, &mBufferPoolSender)) { in flush()
347 _hidl_cb(res, flushedWorkBundle); in flush()
/frameworks/av/media/codec2/hal/hidl/1.1/utils/
DComponent.cpp345 WorkBundle flushedWorkBundle; in flush() local
349 if (!objcpy(&flushedWorkBundle, c2flushedWorks, &mBufferPoolSender)) { in flush()
353 _hidl_cb(res, flushedWorkBundle); in flush()
/frameworks/av/media/codec2/hal/hidl/1.2/utils/
DComponent.cpp341 WorkBundle flushedWorkBundle; in flush() local
345 if (!objcpy(&flushedWorkBundle, c2flushedWorks, &mBufferPoolSender)) { in flush()
349 _hidl_cb(res, flushedWorkBundle); in flush()
/frameworks/av/media/codec2/hal/aidl/
DComponent.cpp254 ScopedAStatus Component::flush(WorkBundle *flushedWorkBundle) { in flush() argument
276 if (!ToAidl(flushedWorkBundle, c2flushedWorks, &mBufferPoolSender)) { in flush()