/drivers/peripheral/display/hal/default_standard/src/display_device/composer/ |
D | hdi_composer.cpp | 24 preComp_.emplace_back(std::move(pre)); in HdiComposer() 25 postComp_.emplace_back(std::move(post)); in HdiComposer() 29 AddPostComp(std::move(videoComp)); in HdiComposer()
|
D | hdi_composer.h | 72 postComp_.emplace_back(std::move(post)); in AddPostComp()
|
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/engine/graphics/ |
D | XMat4.js | 76 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/ |
D | hdi_device_interface.cpp | 34 devices.push_back(std::move(drmDevice)); in DiscoveryDevice() 45 devices.push_back(std::move(fbDevice)); in DiscoveryDevice()
|
D | hdi_display.cpp | 54 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/ |
D | XButton.js | 21 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/ |
D | hdi_drm_layer.cpp | 81 lastBuffer_ = std::move(mCurrentBuffer); in GetGemBuffer() 82 mCurrentBuffer = std::move(ptr); in GetGemBuffer()
|
D | drm_device.cpp | 165 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()
|
D | drm_display.cpp | 64 mComposer = std::make_unique<HdiComposer>(std::move(preComp), std::move(postComp)); in Init()
|
/drivers/peripheral/display/composer/test/common/ |
D | hdi_test_layer.cpp | 107 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/ |
D | fb_device.cpp | 74 displays_.emplace(display->GetId(), std::move(display)); in Init()
|
D | fb_display.cpp | 85 mComposer = std::make_unique<HdiComposer>(std::move(preComp), std::move(postComp)); in Init()
|
/drivers/peripheral/intelligent_voice/utils/ |
D | scope_guard.h | 30 ScopeGuard(ScopeGuard &&rhs) : func_(std::move(rhs.func)), active_(rhs.active_) in ScopeGuard()
|
/drivers/interface/display/composer/v1_0/cache_manager/ |
D | cache_manager.h | 80 caches_[id] = std::move(*(new std::unique_ptr<CacheType>(cache))); in InsertCache()
|
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/ |
D | ast.js | 222 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/ |
D | light_if_service.cpp | 110 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/ |
D | display_adapter.cpp | 32 instance = std::move(adapter); in GetInstance()
|
/drivers/external_device_manager/services/native/driver_extension/src/ |
D | js_driver_extension_context.cpp | 91 … engine, CreateAsyncTaskWithLastParam(engine, lastParam, nullptr, std::move(complete), &result)); in OnUpdateDriverState()
|
/drivers/hdf_core/adapter/uhdf2/hdi/src/ |
D | object_collector.cpp | 38 constructorMapper_.emplace(interfaceName, std::move(constructor)); in ConstructorRegister()
|
/drivers/peripheral/intelligent_voice/hdi_service/engine/ |
D | intell_voice_engine_manager_impl.cpp | 105 …ptr<IIntellVoiceEngineAdapter>(new (std::nothrow) IntellVoiceEngineAdapterImpl(std::move(engine))); in CreateAdapter()
|
/drivers/hdf_core/framework/tools/idl-gen/ |
D | _header_parser.py | 14 from shutil import copyfile, move 45 move(back_file, header_file)
|
/drivers/peripheral/intelligent_voice/hdi_service/trigger/ |
D | intell_voice_trigger_adapter_impl.cpp | 51 : adapter_(std::move(adapter)) in IntellVoiceTriggerAdapterImpl()
|
/drivers/peripheral/vibrator/hdi_service/ |
D | vibrator_if_service.cpp | 178 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/ |
D | lexer.cpp | 261 token.strval = std::move(value); in LexFromString() 372 token.strval = std::move(value); in LexFromLiteral()
|
/drivers/peripheral/codec/test/demo/jpeg/src/ |
D | codec_jpeg_helper.cpp | 429 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()
|