Searched defs:Device (Results 1 - 8 of 8) 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/support/renderscript/v8/rs_support/
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/services/input/
H A DEventHub.cpp158 // --- EventHub::Device ---
160 EventHub::Device::Device(int fd, int32_t id, const String8& path, function in class:android::EventHub::Device
175 EventHub::Device::~Device() {
181 void EventHub::Device::close() {
244 Device* device = mClosingDevices;
259 Device* device = getDeviceLocked(deviceId);
266 Device* device = getDeviceLocked(deviceId);
273 Device* devic
[all...]
H A DEventHub.h48 // Device id of a special "virtual" keyboard that is always present.
50 // Device id of the "built-in" keyboard if there is one.
303 struct Device { struct in class:android::EventHub
304 Device* next;
332 Device(int fd, int32_t id, const String8& path, const InputDeviceIdentifier& identifier);
333 ~Device();
349 void addDeviceLocked(Device* device);
352 void closeDeviceLocked(Device* device);
359 Device* getDeviceLocked(int32_t deviceId) const;
360 Device* getDeviceByPathLocke
[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/base/services/input/tests/
H A DInputReader_test.cpp304 struct Device { struct in class:android::FakeEventHub
319 Device(uint32_t classes) : function in struct:android::FakeEventHub::Device
324 KeyedVector<int32_t, Device*> mDevices;
339 Device* device = new Device(classes);
358 Device* device = getDevice(deviceId);
363 Device* device = getDevice(deviceId);
369 Device* device = getDevice(deviceId);
382 Device* device = getDevice(deviceId);
387 Device* devic
[all...]

Completed in 521 milliseconds