Searched refs:flushedWorkBundle (Results 1 – 4 of 4) sorted by relevance
/frameworks/av/media/codec2/hal/hidl/1.0/utils/ |
D | Component.cpp | 339 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/ |
D | Component.cpp | 345 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/ |
D | Component.cpp | 341 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/ |
D | Component.cpp | 254 ScopedAStatus Component::flush(WorkBundle *flushedWorkBundle) { in flush() argument 276 if (!ToAidl(flushedWorkBundle, c2flushedWorks, &mBufferPoolSender)) { in flush()
|