Home
last modified time | relevance | path

Searched defs:Device (Results 1 – 8 of 8) 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.h41 class Device; variable
/frameworks/support/renderscript/v8/rs_support/
DrsDevice.cpp23 Device::Device() { in Device() function in Device
DrsContext.h34 class Device; variable
/frameworks/base/services/input/tests/
DInputReader_test.cpp304 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/
DBluetoothClass.java143 public static class Device { class in BluetoothClass