Home
last modified time | relevance | path

Searched refs:GET_SCREEN_COLORSPACE (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/ohos/
H A Drs_irender_service_connection_ipc_interface_code.h88 GET_SCREEN_COLORSPACE, enumerator
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/transaction/
H A Drs_irender_service_connection_ipc_interface_code_access_verifier.cpp331 case static_cast<CodeUnderlyingType>(CodeEnumType::GET_SCREEN_COLORSPACE): { in IsExclusiveVerificationPassed()
H A Drs_render_service_connection_stub.cpp108 static_cast<uint32_t>(RSIRenderServiceConnectionInterfaceCode::GET_SCREEN_COLORSPACE),
1279 … case static_cast<uint32_t>(RSIRenderServiceConnectionInterfaceCode::GET_SCREEN_COLORSPACE): { in OnRemoteRequest()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/transaction/
H A Drs_render_service_connection_stub_test.cpp315 code = static_cast<uint32_t>(RSIRenderServiceConnectionInterfaceCode::GET_SCREEN_COLORSPACE);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_render_service_connection_proxy.cpp1815 …t32_t code = static_cast<uint32_t>(RSIRenderServiceConnectionInterfaceCode::GET_SCREEN_COLORSPACE); in GetScreenColorSpace()