Home
last modified time | relevance | path

Searched defs:Device (Results 1 – 18 of 18) sorted by relevance

/frameworks/native/services/inputflinger/tests/
DFakeEventHub.h46 struct Device { struct
47 InputDeviceIdentifier identifier; argument
48 ftl::Flags<InputDeviceClass> classes; argument
49 PropertyMap configuration;
50 KeyedVector<int, RawAbsoluteAxisInfo> absoluteAxes;
51 KeyedVector<int, bool> relativeAxes;
52 KeyedVector<int32_t, int32_t> keyCodeStates;
53 KeyedVector<int32_t, int32_t> scanCodeStates;
54 KeyedVector<int32_t, int32_t> switchStates;
55 KeyedVector<int32_t, int32_t> absoluteAxisValue;
[all …]
/frameworks/native/services/inputflinger/reader/include/
DEventHub.h646 struct Device { struct
650 const InputDeviceIdentifier identifier; argument
652 std::unique_ptr<TouchVideoDevice> videoDevice; argument
654 ftl::Flags<InputDeviceClass> classes; argument
656 BitArray<KEY_CNT> keyBitmask;
657 BitArray<KEY_CNT> keyState;
658 BitArray<REL_CNT> relBitmask;
682 std::shared_ptr<const AssociatedDevice> associatedDevice; argument
686 Device(int fd, int32_t id, std::string path, InputDeviceIdentifier identifier, argument
701 status_t readDeviceBitMask(unsigned long ioctlCode, BitArray<N>& bitArray); argument
[all …]
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/plugin/
DProductStrategy.h33 struct Device struct
35 uint64_t applicableDevice; /**< applicable device for this strategy. */ argument
36 char deviceAddress[mMaxStringSize]; /**< device address associated with this strategy. */
/frameworks/base/tests/SystemMemoryTest/host/src/com/android/tests/sysmem/host/
DDevice.java25 class Device { class
29 Device(ITestDevice device) { in Device() method in Device
/frameworks/native/cmds/evemu-record/
Devdev.rs140 pub struct Device { struct
141 fd: OwnedFd,
168 impl Device { implementation
170 pub fn open(path: &Path) -> io::Result<Device> { in open()
Dmain.rs108 device: &evdev::Device, in print_device_description()
168 device: &evdev::Device, in print_events()
/frameworks/rs/
DrsDevice.cpp23 Device::Device() { in Device() function in android::renderscript::Device
DrsContext.h50 class Device; variable
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/bouncer/ui/composable/
DBouncerOverlayLayoutTest.kt218 sealed class Device( in <lambda>() class in com.android.systemui.bouncer.ui.composable.BouncerOverlayLayoutTest
/frameworks/base/cmds/hid/src/com/android/commands/hid/
DDevice.java39 public class Device { class
90 public Device( in Device() method in Device
/frameworks/base/cmds/uinput/src/com/android/commands/uinput/
DDevice.java42 public class Device { class
76 public Device(int id, String name, int vendorId, int productId, int versionId, int bus, in Device() method in Device
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/power/batterysaver/
DBatterySaverStateMachineTest.java92 private class Device { class in BatterySaverStateMachineTest
/frameworks/base/services/midi/java/com/android/server/midi/
DMidiService.java386 private final class Device implements IBinder.DeathRecipient { class in MidiService
419 public Device(IMidiDeviceServer server, MidiDeviceInfo deviceInfo, in Device() method in MidiService.Device
430 public Device(BluetoothDevice bluetoothDevice) { in Device() method in MidiService.Device
/frameworks/base/packages/SettingsLib/tests/unit/src/com/android/settingslib/bluetooth/
DBluetoothLeBroadcastMetadataExtTest.kt226 val Device: BluetoothDevice = constant
/frameworks/base/cmds/hid/jni/
Dcom_android_commands_hid_Device.cpp182 Device::Device(int32_t id, android::base::unique_fd fd, std::unique_ptr<DeviceCallback> callback) in Device() function in android::uhid::Device
/frameworks/native/vulkan/libvulkan/
Ddriver.cpp63 static const hwvulkan_device_t& Device() { return *Get().dev_; } in Device() function in vulkan::driver::__anon344a35ef0111::Hal
/frameworks/base/core/proto/android/providers/settings/
Dglobal.proto295 message Device { message
/frameworks/native/services/inputflinger/reader/
DEventHub.cpp561 EventHub::Device::Device(int fd, int32_t id, std::string path, InputDeviceIdentifier identifier, in Device() function in android::EventHub::Device