Searched defs:Device (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/services/input/ |
D | EventHub.h | 303 struct Device { struct 304 Device* next; argument 309 const InputDeviceIdentifier identifier; argument 332 Device(int fd, int32_t id, const String8& path, const InputDeviceIdentifier& identifier); argument 349 void addDeviceLocked(Device* device); argument
|
D | EventHub.cpp | 160 EventHub::Device::Device(int fd, int32_t id, const String8& path, in Device() function in android::EventHub::Device
|
/frameworks/rs/ |
D | rsDevice.cpp | 23 Device::Device() { in Device() function in Device
|
D | rsContext.h | 39 class Device; variable
|
/frameworks/base/services/input/tests/ |
D | InputReader_test.cpp | 289 struct Device { struct in android::FakeEventHub 290 InputDeviceIdentifier identifier; 291 uint32_t classes; 292 PropertyMap configuration; 293 KeyedVector<int, RawAbsoluteAxisInfo> absoluteAxes; 294 KeyedVector<int, bool> relativeAxes; 295 KeyedVector<int32_t, int32_t> keyCodeStates; 296 KeyedVector<int32_t, int32_t> scanCodeStates; 297 KeyedVector<int32_t, int32_t> switchStates; 298 KeyedVector<int32_t, int32_t> absoluteAxisValue; [all …]
|
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothClass.java | 143 public static class Device { class in BluetoothClass
|