Home
last modified time | relevance | path

Searched defs:DeviceIdentifier (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/
H A DRendererD3D.h63 struct DeviceIdentifier struct
65 UINT VendorId;
66 UINT DeviceId;
67 UINT SubSysId;
68 UINT Revision;
69 UINT FeatureLevel;
/aosp_15_r20/tools/netsim/rust/daemon/src/devices/
H A Ddevice.rs32 pub struct DeviceIdentifier(pub u32); struct
34 impl fmt::Display for DeviceIdentifier { implementation
40 impl fmt::Debug for DeviceIdentifier { implementation
56 id: DeviceIdentifier, in new()
202 ) -> Result<(DeviceIdentifier, ChipIdentifier), String> { in add_chip()
H A Ddevices_handler.rs104 pub fn add(&self, device_id: DeviceIdentifier) { in add()
109 pub fn remove(&self, device_id: &DeviceIdentifier) { in remove()
114 pub fn reset(&self, device_id: DeviceIdentifier) { in reset()
119 pub fn set_position(&self, device_id: DeviceIdentifier, position: &ProtoPosition) { in set_position()
125 pub fn set_orientation(&self, device_id: DeviceIdentifier, orientation: &ProtoOrientation) { in set_orientation()
159 fn next_id(&self) -> DeviceIdentifier { in next_id()
176 ) -> (DeviceIdentifier, String) { in get_or_create_device()
399 pub fn remove_chip(device_id: DeviceIdentifier, chip_id: ChipIdentifier) -> Result<(), String> { in remove_chip()
685 fn patch_device_json(id_option: Option<DeviceIdentifier>, patch_json: &str) -> Result<(), String> { in patch_device_json()
784 fn handle_device_patch(writer: ResponseWritable, id: Option<DeviceIdentifier>, patch_json: &str) { in handle_device_patch()
[all …]
H A Dchip.rs117 device_id: DeviceIdentifier, in new()
192 device_id: DeviceIdentifier, in new()
204 device_id: DeviceIdentifier, in new_chip()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/
H A Ddevice_util.h32 std::string DeviceIdentifier(se::StreamExecutor* stream_exec) { in DeviceIdentifier() function
/aosp_15_r20/tools/netsim/rust/daemon/src/transport/
H A Dfd.rs68 device_id: DeviceIdentifier, in fd_reader()
/aosp_15_r20/tools/test/openhst/
Dstress_test.proto174 message DeviceIdentifier { message
/aosp_15_r20/prebuilts/android-emulator/linux-x86_64/lib/
H A Demulated_bluetooth_device.proto71 message DeviceIdentifier { message
/aosp_15_r20/prebuilts/android-emulator/darwin-x86_64/lib/
H A Demulated_bluetooth_device.proto71 message DeviceIdentifier { message
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dd3d8types.h1005 GUID DeviceIdentifier; member
Dd3d9types.h1270 GUID DeviceIdentifier; member
/aosp_15_r20/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/
Dandroiddeviceprovisioning.v1.json1210 "DeviceIdentifier": { object
/aosp_15_r20/external/aws-sdk-java-v2/services/privatenetworks/src/main/resources/codegen-resources/
H A Dservice-2.json911 "DeviceIdentifier":{ object
/aosp_15_r20/external/mesa3d/include/D3D9/
H A Dd3d9types.h1299 GUID DeviceIdentifier; member