Home
last modified time | relevance | path

Searched defs:DeviceCreate (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/tools/netsim/rust/proto/src/
H A Dmodel.rs2972 pub struct DeviceCreate { struct
2976 // @@protoc_insertion_point(field:netsim.model.DeviceCreate.position) argument
2978 // @@protoc_insertion_point(field:netsim.model.DeviceCreate.orientation) argument
2980 // @@protoc_insertion_point(field:netsim.model.DeviceCreate.chips) argument
2983 // @@protoc_insertion_point(special_field:netsim.model.DeviceCreate.special_fields) argument
2987 impl<'a> ::std::default::Default for &'a DeviceCreate { argument
2993 impl DeviceCreate { impl
3029 impl ::protobuf::Message for DeviceCreate { implementation
3132 impl ::protobuf::MessageFull for DeviceCreate { implementation
3139 impl ::std::fmt::Display for DeviceCreate { implementation
[all …]
/aosp_15_r20/tools/netsim/proto/netsim/
H A Dmodel.proto258 message DeviceCreate { message
/aosp_15_r20/tools/netsim/ui/ts/netsim/
H A Dmodel.ts265 export interface DeviceCreate { interface
/aosp_15_r20/frameworks/rs/cpp/
H A DrsDispatch.h191 DeviceCreateFnPtr DeviceCreate; member
/aosp_15_r20/external/OpenCL-CTS/test_conformance/extensions/cl_khr_dx9_media_sharing/
H A Dutils.cpp1381 bool DeviceCreate(cl_dx9_media_adapter_type_khr adapterType, in DeviceCreate() function