Searched refs:splice (Results 1 - 6 of 6) sorted by relevance
/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/ |
H A D | buffer_pool.cpp | 171 busyList_.splice(busyList_.begin(), idleList_, it); in AcquireBuffer() 184 busyList_.splice(busyList_.begin(), idleList_, it); in AcquireBuffer() 201 busyList_.splice(busyList_.begin(), idleList_, it); in AcquireBuffer() 231 idleList_.splice(idleList_.end(), busyList_, it); in ReturnBuffer()
|
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/ |
H A D | ModifyNode.js | 108 parent.value_.splice(i, 1); 133 ps.splice(0, 0, pp);
|
H A D | NodeTools.js | 197 pn.value_.splice(i, 1);
|
/drivers/peripheral/distributed_camera/hdi_service/src/dstream_operator/ |
H A D | dbuffer_manager.cpp | 28 busyList_.splice(busyList_.begin(), idleList_, it); in AcquireBuffer()
|
/drivers/hdf_core/framework/tools/hc-gen/src/ |
H A D | parser.cpp | 112 astList.splice(astList.end(), includeAstList); in ParseOne()
|
/drivers/peripheral/camera/test/ut/buffer_manager/ |
H A D | buffer_manager_utest.cpp | 299 busyList.splice(busyList.begin(), idleList, it); in HWTEST_F() 327 idleList.splice(idleList.end(), busyList, retBufferIt); in HWTEST_F()
|
Completed in 4 milliseconds