Home
last modified time | relevance | path

Searched refs:isLoad (Results 1 - 15 of 15) sorted by relevance

/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/unittest/
H A Degl_wrapper_display_test.cpp94 auto temp = gWrapperHook.isLoad; in HWTEST_F()
95 gWrapperHook.isLoad = false; in HWTEST_F()
99 gWrapperHook.isLoad = temp; in HWTEST_F()
111 auto temp = gWrapperHook.isLoad; in HWTEST_F()
112 gWrapperHook.isLoad = false; in HWTEST_F()
116 gWrapperHook.isLoad = temp; in HWTEST_F()
154 auto temp = gWrapperHook.isLoad; in HWTEST_F()
155 gWrapperHook.isLoad = false; in HWTEST_F()
160 gWrapperHook.isLoad = temp; in HWTEST_F()
185 auto temp = gWrapperHook.isLoad; in HWTEST_F()
[all...]
H A Degl_core_test.cpp52 auto temp = gWrapperHook.isLoad; in HWTEST_F()
53 gWrapperHook.isLoad = true; in HWTEST_F()
58 gWrapperHook.isLoad = temp; in HWTEST_F()
H A Degl_wrapper_entry_test.cpp474 auto temp = gWrapperHook.isLoad; in HWTEST_F()
475 gWrapperHook.isLoad = false; in HWTEST_F()
479 gWrapperHook.isLoad = temp; in HWTEST_F()
489 auto temp = gWrapperHook.isLoad; in HWTEST_F()
490 gWrapperHook.isLoad = true; in HWTEST_F()
494 gWrapperHook.isLoad = temp; in HWTEST_F()
765 auto temp = gWrapperHook.isLoad; in HWTEST_F()
766 gWrapperHook.isLoad = false; in HWTEST_F()
769 gWrapperHook.isLoad = temp; in HWTEST_F()
780 auto temp = gWrapperHook.isLoad; in HWTEST_F()
[all...]
H A Degl_wrapper_loader_test.cpp135 dispatchTable.isLoad = false; in HWTEST_F()
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_wrapper_entry.cpp81 if (table->isLoad && table->egl.eglChooseConfig) { in EglChooseConfigImpl()
191 if (table->isLoad && table->egl.eglGetConfigAttrib) { in EglGetConfigAttribImpl()
216 if (table->isLoad && table->egl.eglGetConfigs) { in EglGetConfigsImpl()
287 if (table->isLoad && table->egl.eglGetError) { in EglGetErrorImpl()
333 if (table->isLoad && table->egl.eglGetProcAddress) { in EglGetProcAddressImpl()
407 if (table->isLoad && table->egl.eglQueryString) { in EglQueryStringImpl()
487 if (table->isLoad && table->egl.eglWaitGL) { in EglWaitGLImpl()
501 if (table->isLoad && table->egl.eglWaitNative) { in EglWaitNativeImpl()
557 if (table->isLoad && table->egl.eglSwapInterval) { in EglSwapIntervalImpl()
572 if (table->isLoad in EglBindAPIImpl()
[all...]
H A Degl_wrapper_display.cpp109 if (table->isLoad && table->egl.eglInitialize) { in Init()
146 if (table->isLoad) { in Terminate()
180 if (table->isLoad && table->egl.eglMakeCurrent) { in InternalMakeCurrent()
340 if (table->isLoad) { in GetEglNativeDisplay()
370 if (table->isLoad && table->egl.eglGetPlatformDisplayEXT) { in GetEglNativeDisplayExt()
438 if (table->isLoad && table->egl.eglCreateContext) { in CreateEglContext()
471 if (table->isLoad && table->egl.eglDestroyContext) { in DestroyEglContext()
497 if (table->isLoad && table->egl.eglCreateWindowSurface) { in CreateEglSurface()
526 if (table->isLoad && table->egl.eglDestroySurface) { in DestroyEglSurface()
586 if (table->isLoad in CopyBuffers()
[all...]
H A Degl_defs.h25 inline EglWrapperDispatchTable() noexcept : isLoad(false) {}
29 bool isLoad; member
H A Degl_wrapper_loader.cpp199 if (table->isLoad) { in Load()
209 table->isLoad = true; in Load()
220 if (!table->isLoad) { in Unload()
225 table->isLoad = false; in Unload()
H A Degl_core.cpp95 if (gWrapperHook.isLoad) { in EglCoreInit()
H A Degl_blob_cache.cpp101 if (table->isLoad && table->egl.eglSetBlobCacheFuncsANDROID) { in Init()
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H A Dimage_module.cpp210 bool isLoad = image.PreParse(imageModel->src_); in OnSrcSetter() local
211 if (!isLoad) { in OnSrcSetter()
/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/c/
H A Dc_client_proxy_code_emitter.h134 void EmitProxyLoadOrUnLoadHdiImpl(const std::string &serviceName, bool isLoad, StringBuilder &sb,
H A Dc_client_proxy_code_emitter.cpp812 void CClientProxyCodeEmitter::EmitProxyLoadOrUnLoadHdiImpl(const std::string &serviceName, bool isLoad, in EmitProxyLoadOrUnLoadHdiImpl() argument
822 if (isLoad) { in EmitProxyLoadOrUnLoadHdiImpl()
/foundation/multimedia/audio_framework/services/audio_policy/server/include/service/
H A Daudio_policy_service.h1025 void SetDefaultDeviceLoadFlag(bool isLoad);
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/
H A Daudio_policy_service.cpp6787 void AudioPolicyService::SetDefaultDeviceLoadFlag(bool isLoad) in SetDefaultDeviceLoadFlag() argument
6789 isPrimaryMicModuleInfoLoaded_.store(isLoad); in SetDefaultDeviceLoadFlag()

Completed in 29 milliseconds