Searched defs:Device (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/services/input/ |
D | EventHub.h | 278 struct Device { struct 279 Device* next; argument 284 const InputDeviceIdentifier identifier; argument 300 Device(int fd, int32_t id, const String8& path, const InputDeviceIdentifier& identifier); argument
|
D | EventHub.cpp | 117 EventHub::Device::Device(int fd, int32_t id, const String8& path, in Device() function in android::EventHub::Device
|
/frameworks/base/libs/rs/ |
D | rsDevice.cpp | 23 Device::Device() { in Device() function in Device
|
/frameworks/base/services/input/tests/ |
D | InputReader_test.cpp | 276 struct Device { struct in android::FakeEventHub 277 String8 name; 278 uint32_t classes; 279 PropertyMap configuration; 280 KeyedVector<int, RawAbsoluteAxisInfo> absoluteAxes; 281 KeyedVector<int, bool> relativeAxes; 282 KeyedVector<int32_t, int32_t> keyCodeStates; 283 KeyedVector<int32_t, int32_t> scanCodeStates; 284 KeyedVector<int32_t, int32_t> switchStates; 285 KeyedVector<int32_t, int32_t> absoluteAxisValue; [all …]
|
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothClass.java | 143 public static class Device { class in BluetoothClass
|