Home
last modified time | relevance | path

Searched refs:move (Results 1 – 25 of 55) sorted by relevance

123

/drivers/peripheral/display/hal/default_standard/src/display_device/composer/
Dhdi_composer.cpp24 preComp_.emplace_back(std::move(pre)); in HdiComposer()
25 postComp_.emplace_back(std::move(post)); in HdiComposer()
29 AddPostComp(std::move(videoComp)); in HdiComposer()
Dhdi_composer.h72 postComp_.emplace_back(std::move(post)); in AddPostComp()
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/engine/graphics/
DXMat4.js76 move(x, y, z = 0) { method in XMat4
149 this.move(-w / 2 - x, -h / 2 - y, 0);
179 this.move(-ox, -oy, 0);
188 this.move(mx, my, 0);
195 this.move(-mx, -my, 0);
/drivers/peripheral/display/hal/default_standard/src/display_device/core/
Dhdi_device_interface.cpp34 devices.push_back(std::move(drmDevice)); in DiscoveryDevice()
45 devices.push_back(std::move(fbDevice)); in DiscoveryDevice()
Dhdi_display.cpp54 mClientLayer = std::move(layer); in Init()
102 mLayersMap.emplace(layer->GetId(), std::move(layer)); in CreateLayer()
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/engine/control/
DXButton.js21 this.move(x, y, w, h);
31 move(x, y, w, h) { method in XButton
/drivers/peripheral/display/hal/default_standard/src/display_device/drm/
Dhdi_drm_layer.cpp81 lastBuffer_ = std::move(mCurrentBuffer); in GetGemBuffer()
82 mCurrentBuffer = std::move(ptr); in GetGemBuffer()
Ddrm_device.cpp165 mCrtcs.emplace(crtc_id, std::move(drmCrtc)); in FindAllCrtc()
180 mEncoders.emplace(encoder->encoder_id, std::move(drmEncoder)); in FindAllEncoder()
204 mConnectors.emplace(connectorId, std::move(drmConnector)); in FindAllConnector()
231 mPlanes.emplace_back(std::move(drmPlane)); in FindAllPlane()
312 mDisplays.emplace(display->GetId(), std::move(display)); in DiscoveryDisplay()
Ddrm_display.cpp64 mComposer = std::make_unique<HdiComposer>(std::move(preComp), std::move(postComp)); in Init()
/drivers/peripheral/display/composer/test/common/
Dhdi_test_layer.cpp107 frontBuffers_.emplace(std::move(currentBuffer_)); in AcquireBackBuffer()
109 currentBuffer_ = std::move(backBuffers_.front()); in AcquireBackBuffer()
154 frontBuffers_.emplace(std::move(buffer)); in Init()
166 backBuffers_.emplace(std::move(frontBuffers_.front())); in SwapFrontToBackQ()
174 frontBuffers_.emplace(std::move(backBuffers_.front())); in SwapBackToFrontQ()
/drivers/peripheral/display/hal/default_standard/src/display_device/fbdev/
Dfb_device.cpp74 displays_.emplace(display->GetId(), std::move(display)); in Init()
Dfb_display.cpp85 mComposer = std::make_unique<HdiComposer>(std::move(preComp), std::move(postComp)); in Init()
/drivers/peripheral/intelligent_voice/utils/
Dscope_guard.h30 ScopeGuard(ScopeGuard &&rhs) : func_(std::move(rhs.func)), active_(rhs.active_) in ScopeGuard()
/drivers/interface/display/composer/v1_0/cache_manager/
Dcache_manager.h80 caches_[id] = std::move(*(new std::unique_ptr<CacheType>(cache))); in InsertCache()
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/
Dast.js222 move(src) { method in AstObject
522 move(src) { method in ConfigNode
523 return super.move(src);
532 return ref.move(this);
670 move(src) { method in ConfigTerm
671 return this.child_.move(src.child());
/drivers/peripheral/light/hdi_service/
Dlight_if_service.cpp110 info.push_back(std::move(hdfLightInfo)); in GetLightInfo()
163 colorVdi.push_back(std::move(lightColorVdi)); in TurnOnMultiLights()
/drivers/peripheral/display/hal/default_standard/src/utils/
Ddisplay_adapter.cpp32 instance = std::move(adapter); in GetInstance()
/drivers/external_device_manager/services/native/driver_extension/src/
Djs_driver_extension_context.cpp91 … engine, CreateAsyncTaskWithLastParam(engine, lastParam, nullptr, std::move(complete), &result)); in OnUpdateDriverState()
/drivers/hdf_core/adapter/uhdf2/hdi/src/
Dobject_collector.cpp38 constructorMapper_.emplace(interfaceName, std::move(constructor)); in ConstructorRegister()
/drivers/peripheral/intelligent_voice/hdi_service/engine/
Dintell_voice_engine_manager_impl.cpp105 …ptr<IIntellVoiceEngineAdapter>(new (std::nothrow) IntellVoiceEngineAdapterImpl(std::move(engine))); in CreateAdapter()
/drivers/hdf_core/framework/tools/idl-gen/
D_header_parser.py14 from shutil import copyfile, move
45 move(back_file, header_file)
/drivers/peripheral/intelligent_voice/hdi_service/trigger/
Dintell_voice_trigger_adapter_impl.cpp51 : adapter_(std::move(adapter)) in IntellVoiceTriggerAdapterImpl()
/drivers/peripheral/vibrator/hdi_service/
Dvibrator_if_service.cpp178 vibratorInfo.push_back(std::move(hdfVibratorInfo)); in GetVibratorInfo()
224 effectVdi.push_back(std::move(hdfEffectVdi)); in EnableCompositeEffect()
/drivers/hdf_core/framework/tools/hc-gen/src/
Dlexer.cpp261 token.strval = std::move(value); in LexFromString()
372 token.strval = std::move(value); in LexFromLiteral()
/drivers/peripheral/codec/test/demo/jpeg/src/
Dcodec_jpeg_helper.cpp429 decInfo.compInfo.push_back(std::move(comInfo)); in DessambleSof()
512 decInfo.quantTbl.push_back(std::move(table)); in DessambleDqt()
544 decInfo.acHuffTbl.push_back(std::move(table)); in DessambleDht()
546 decInfo.dcHuffTbl.push_back(std::move(table)); in DessambleDht()

123