Searched refs:RSIRenderServiceInterfaceCode (Results 1 – 6 of 6) sorted by relevance
66 uint32_t code = static_cast<uint32_t>(RSIRenderServiceInterfaceCode::CREATE_CONNECTION);84 uint32_t code = static_cast<uint32_t>(RSIRenderServiceInterfaceCode::CREATE_CONNECTION);
23 enum class RSIRenderServiceInterfaceCode : CodeUnderlyingType { enum
30 using CodeEnumType = RSIRenderServiceInterfaceCode;
44 uint32_t code = static_cast<uint32_t>(RSIRenderServiceInterfaceCode::CREATE_CONNECTION); in CreateConnection()
48 case static_cast<uint32_t>(RSIRenderServiceInterfaceCode::CREATE_CONNECTION): { in OnRemoteRequest()
89 uint32_t code = static_cast<uint32_t>(RSIRenderServiceInterfaceCode::CREATE_CONNECTION); in RSRenderServiceStubFuzztest002()