Home
last modified time | relevance | path

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

/frameworks/base/services/input/
DEventHub.h278 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
DEventHub.cpp117 EventHub::Device::Device(int fd, int32_t id, const String8& path, in Device() function in android::EventHub::Device
/frameworks/base/libs/rs/
DrsDevice.cpp23 Device::Device() { in Device() function in Device
/frameworks/base/services/input/tests/
DInputReader_test.cpp276 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/
DBluetoothClass.java143 public static class Device { class in BluetoothClass