/aosp_15_r20/external/mesa3d/src/gallium/targets/d3dadapter9/ |
H A D | drm.c | 185 drvid->DeviceIdentifier.Data1 = 0xaeb2cdd4; in read_descriptor() 186 drvid->DeviceIdentifier.Data2 = 0x6e41; in read_descriptor() 187 drvid->DeviceIdentifier.Data3 = 0x43ea; in read_descriptor() 188 drvid->DeviceIdentifier.Data4[0] = 0x94; in read_descriptor() 189 drvid->DeviceIdentifier.Data4[1] = 0x1c; in read_descriptor() 190 drvid->DeviceIdentifier.Data4[2] = 0x83; in read_descriptor() 191 drvid->DeviceIdentifier.Data4[3] = 0x61; in read_descriptor() 192 drvid->DeviceIdentifier.Data4[4] = 0xcc; in read_descriptor() 193 drvid->DeviceIdentifier.Data4[5] = 0x76; in read_descriptor() 194 drvid->DeviceIdentifier.Data4[6] = 0x07; in read_descriptor() [all …]
|
/aosp_15_r20/tools/netsim/rust/daemon/src/ |
H A D | events.rs | 21 use crate::devices::device::DeviceIdentifier; 40 pub id: DeviceIdentifier, 48 pub id: DeviceIdentifier, 55 pub id: DeviceIdentifier, 70 pub device_id: DeviceIdentifier, 184 id: DeviceIdentifier(123), in test_subscribe_and_publish() 216 id: DeviceIdentifier(123), in test_publish_to_multiple_subscribers() 238 id: DeviceIdentifier(123), in test_publish_to_dropped_subscriber()
|
H A D | session.rs | 212 use crate::devices::device::DeviceIdentifier; 305 id: DeviceIdentifier(1), in test_start_and_device_add() 350 id: DeviceIdentifier(1), in test_start_and_device_add_and_remove() 363 id: DeviceIdentifier(1), in test_start_and_device_add_and_remove() 373 id: DeviceIdentifier(2), in test_start_and_device_add_and_remove() 386 id: DeviceIdentifier(2), in test_start_and_device_add_and_remove()
|
/aosp_15_r20/tools/netsim/rust/daemon/src/devices/ |
H A D | devices_handler.rs | 27 use super::device::DeviceIdentifier; 92 positions: RwLock<HashMap<DeviceIdentifier, ProtoPosition>>, 93 orientations: RwLock<HashMap<DeviceIdentifier, ProtoOrientation>>, 104 pub fn add(&self, device_id: DeviceIdentifier) { in add() argument 109 pub fn remove(&self, device_id: &DeviceIdentifier) { in remove() argument 114 pub fn reset(&self, device_id: DeviceIdentifier) { in reset() argument 119 pub fn set_position(&self, device_id: DeviceIdentifier, position: &ProtoPosition) { in set_position() argument 122 pub fn get_position(&self, device_id: &DeviceIdentifier) -> Option<ProtoPosition> { in get_position() 125 pub fn set_orientation(&self, device_id: DeviceIdentifier, orientation: &ProtoOrientation) { in set_orientation() argument 128 pub fn get_orientation(&self, device_id: &DeviceIdentifier) -> Option<ProtoOrientation> { in get_orientation() [all …]
|
H A D | device.rs | 32 pub struct DeviceIdentifier(pub u32); struct 34 impl fmt::Display for DeviceIdentifier { implementation 40 impl fmt::Debug for DeviceIdentifier { implementation 47 pub id: DeviceIdentifier, 56 id: DeviceIdentifier, in new() argument 74 pub device_id: DeviceIdentifier, 202 ) -> Result<(DeviceIdentifier, ChipIdentifier), String> { in add_chip() argument 239 let mut device = Device::new(DeviceIdentifier(0), "0", TEST_DEVICE_NAME, false); in create_test_device()
|
H A D | chip.rs | 33 use super::device::DeviceIdentifier; 89 pub device_id: DeviceIdentifier, 117 device_id: DeviceIdentifier, in new() argument 192 device_id: DeviceIdentifier, in new() argument 204 device_id: DeviceIdentifier, in new_chip() argument 231 const DEVICE_ID: DeviceIdentifier = DeviceIdentifier(0);
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/nine/ |
H A D | nine_dump.c | 404 id->DeviceIdentifier.Data1, in nine_dump_D3DADAPTER_IDENTIFIER9() 405 id->DeviceIdentifier.Data2, in nine_dump_D3DADAPTER_IDENTIFIER9() 406 id->DeviceIdentifier.Data3, in nine_dump_D3DADAPTER_IDENTIFIER9() 407 id->DeviceIdentifier.Data4[0], in nine_dump_D3DADAPTER_IDENTIFIER9() 408 id->DeviceIdentifier.Data4[1], in nine_dump_D3DADAPTER_IDENTIFIER9() 409 id->DeviceIdentifier.Data4[2], in nine_dump_D3DADAPTER_IDENTIFIER9() 410 id->DeviceIdentifier.Data4[3], in nine_dump_D3DADAPTER_IDENTIFIER9() 411 id->DeviceIdentifier.Data4[4], in nine_dump_D3DADAPTER_IDENTIFIER9() 412 id->DeviceIdentifier.Data4[5], in nine_dump_D3DADAPTER_IDENTIFIER9() 413 id->DeviceIdentifier.Data4[6], in nine_dump_D3DADAPTER_IDENTIFIER9() [all …]
|
/aosp_15_r20/external/python/bumble/bumble/transport/grpc_protobuf/ |
D | emulated_bluetooth_device_pb2.pyi | 48 from_device: DeviceIdentifier 49 …CallbackIdentifier, _Mapping]] = ..., from_device: _Optional[_Union[DeviceIdentifier, _Mapping]] =… 75 from_device: DeviceIdentifier 77 …CallbackIdentifier, _Mapping]] = ..., from_device: _Optional[_Union[DeviceIdentifier, _Mapping]] =… 79 class DeviceIdentifier(_message.Message):
|
/aosp_15_r20/tools/netsim/rust/daemon/src/transport/ |
H A D | fd.rs | 23 use crate::devices::device::DeviceIdentifier; 68 device_id: DeviceIdentifier, in fd_reader() argument 143 let mut fd_vec: Vec<(i32, i32, ChipKind, DeviceIdentifier, ChipIdentifier)> = Vec::new(); in run_fd_transport()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/ |
H A D | device_util.h | 32 std::string DeviceIdentifier(se::StreamExecutor* stream_exec) { in DeviceIdentifier() function
|
/aosp_15_r20/tools/test/openhst/ |
D | stress_test.proto | 174 message DeviceIdentifier { message 185 repeated DeviceIdentifier device = 4;
|
/aosp_15_r20/prebuilts/android-emulator/linux-x86_64/lib/ |
H A D | emulated_bluetooth_device.proto | 71 message DeviceIdentifier { message 90 DeviceIdentifier from_device = 2; 153 DeviceIdentifier from_device = 2;
|
/aosp_15_r20/prebuilts/android-emulator/darwin-x86_64/lib/ |
H A D | emulated_bluetooth_device.proto | 71 message DeviceIdentifier { message 90 DeviceIdentifier from_device = 2; 153 DeviceIdentifier from_device = 2;
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/ |
H A D | RendererD3D.h | 63 struct DeviceIdentifier struct 190 virtual DeviceIdentifier getAdapterIdentifier() const = 0;
|
H A D | ProgramExecutableD3D.cpp | 494 DeviceIdentifier binaryDeviceIdentifier = {}; in load() 496 sizeof(DeviceIdentifier)); in load() 498 DeviceIdentifier identifier = renderer->getAdapterIdentifier(); in load() 499 if (memcmp(&identifier, &binaryDeviceIdentifier, sizeof(DeviceIdentifier)) != 0) in load() 888 DeviceIdentifier binaryIdentifier = renderer->getAdapterIdentifier(); in save() 890 sizeof(DeviceIdentifier)); in save()
|
/aosp_15_r20/tools/netsim/rust/daemon/src/bluetooth/ |
H A D | mocked.rs | 17 use crate::devices::device::{AddChipResult, DeviceIdentifier};
|
H A D | beacon.rs | 21 use crate::devices::device::{AddChipResult, DeviceIdentifier};
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | d3d8types.h | 1005 GUID DeviceIdentifier; member
|
D | d3d9types.h | 1270 GUID DeviceIdentifier; member
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d9/ |
H A D | Renderer9.h | 161 DeviceIdentifier getAdapterIdentifier() const override;
|
H A D | Renderer9.cpp | 2425 DeviceIdentifier Renderer9::getAdapterIdentifier() const in getAdapterIdentifier() 2427 DeviceIdentifier deviceIdentifier = {}; in getAdapterIdentifier()
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
H A D | Renderer11.h | 127 DeviceIdentifier getAdapterIdentifier() const override;
|
H A D | Renderer11.cpp | 2303 DeviceIdentifier Renderer11::getAdapterIdentifier() const in getAdapterIdentifier() 2306 DeviceIdentifier deviceIdentifier = {}; in getAdapterIdentifier()
|
/aosp_15_r20/external/mesa3d/include/D3D9/ |
H A D | d3d9types.h | 1299 GUID DeviceIdentifier; member
|