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

/frameworks/rs/
H A DrsDevice.h28 class Device { class in namespace:android::renderscript
30 Device();
31 ~Device();
H A DrsDevice.cpp23 Device::Device() { function in class:Device
27 Device::~Device() {
30 void Device::addContext(Context *rsc) {
34 void Device::removeContext(Context *rsc) {
44 Device * d = new Device();
49 Device * d = static_cast<Device *>(de
[all...]
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothClass.java47 * constants and methods to determine which Service Class(es) and Device Class
138 * BluetoothClass.Device} represent a combination of major and minor
140 * BluetoothClass.Device.Major} represent only major device classes.
143 public static class Device { class in class:BluetoothClass
148 * <p>See {@link BluetoothClass.Device} for minor classes.
252 * public constants in {@link BluetoothClass.Device.Major} to determine
258 return (mClass & Device.Major.BITMASK);
265 * public constants in {@link BluetoothClass.Device} to determine which
271 return (mClass & Device.BITMASK);
305 case Device
[all...]
/frameworks/native/services/inputflinger/
H A DEventHub.h63 // Device id of a special "virtual" keyboard that is always present.
65 // Device id of the "built-in" keyboard if there is one.
324 struct Device { struct in class:android::EventHub
325 Device* next;
358 Device(int fd, int32_t id, const String8& path, const InputDeviceIdentifier& identifier);
359 ~Device();
375 void addDeviceLocked(Device* device);
379 void closeDeviceLocked(Device* device);
386 Device* getDeviceByDescriptorLocked(String8& descriptor) const;
387 Device* getDeviceLocke
[all...]
H A DEventHub.cpp138 // --- EventHub::Device ---
140 EventHub::Device::Device(int fd, int32_t id, const String8& path, function in class:android::EventHub::Device
156 EventHub::Device::~Device() {
162 void EventHub::Device::close() {
230 Device* device = mClosingDevices;
245 Device* device = getDeviceLocked(deviceId);
252 Device* device = getDeviceLocked(deviceId);
259 Device* devic
[all...]
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp314 struct Device { struct in class:android::FakeEventHub
329 Device(uint32_t classes) : function in struct:android::FakeEventHub::Device
334 KeyedVector<int32_t, Device*> mDevices;
349 Device* device = new Device(classes);
368 Device* device = getDevice(deviceId);
373 Device* device = getDevice(deviceId);
379 Device* device = getDevice(deviceId);
392 Device* device = getDevice(deviceId);
397 Device* devic
[all...]

Completed in 383 milliseconds