Searched defs:Device (Results 1 – 8 of 8) 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 | 41 class Device; variable
|
/frameworks/support/renderscript/v8/rs_support/ |
D | rsDevice.cpp | 23 Device::Device() { in Device() function in Device
|
D | rsContext.h | 34 class Device; variable
|
/frameworks/base/services/input/tests/ |
D | InputReader_test.cpp | 304 struct Device { struct in android::FakeEventHub 305 InputDeviceIdentifier identifier; 306 uint32_t classes; 307 PropertyMap configuration; 308 KeyedVector<int, RawAbsoluteAxisInfo> absoluteAxes; 309 KeyedVector<int, bool> relativeAxes; 310 KeyedVector<int32_t, int32_t> keyCodeStates; 311 KeyedVector<int32_t, int32_t> scanCodeStates; 312 KeyedVector<int32_t, int32_t> switchStates; 313 KeyedVector<int32_t, int32_t> absoluteAxisValue; [all …]
|
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothClass.java | 143 public static class Device { class in BluetoothClass
|