Home
last modified time | relevance | path

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

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