Searched refs:Device (Results 1 - 15 of 15) sorted by relevance

/frameworks/rs/
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...]
H A DrsDevice.h28 class Device { class in namespace:android::renderscript
30 Device();
31 ~Device();
H A DrsContext.h55 class Device;
86 static Context * createContext(Device *, const RsSurfaceConfig *sc,
249 Device *mDev;
284 bool initContext(Device *, const RsSurfaceConfig *sc);
H A DrsContext.cpp520 Context * Context::createContext(Device *dev, const RsSurfaceConfig *sc,
545 bool Context::initContext(Device *dev, const RsSurfaceConfig *sc) {
939 Device * dev = static_cast<Device *>(vdev);
952 Device * dev = static_cast<Device *>(vdev);
H A DAndroid.mk254 # android librsloader for libbcc (Device)
/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...]
H A DBluetoothPbap.java292 case BluetoothClass.Device.COMPUTER_DESKTOP:
293 case BluetoothClass.Device.COMPUTER_LAPTOP:
294 case BluetoothClass.Device.COMPUTER_SERVER:
295 case BluetoothClass.Device.COMPUTER_UNCATEGORIZED:
H A DBluetoothMap.java220 * @param device Remote Bluetooth Device
249 case BluetoothClass.Device.COMPUTER_DESKTOP:
250 case BluetoothClass.Device.COMPUTER_LAPTOP:
251 case BluetoothClass.Device.COMPUTER_SERVER:
252 case BluetoothClass.Device.COMPUTER_UNCATEGORIZED:
/frameworks/base/services/input/
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.
322 struct Device { struct in class:android::EventHub
323 Device* next;
356 Device(int fd, int32_t id, const String8& path, const InputDeviceIdentifier& identifier);
357 ~Device();
373 void addDeviceLocked(Device* device);
376 void closeDeviceLocked(Device* device);
383 Device* getDeviceLocked(int32_t deviceId) const;
384 Device* getDeviceByPathLocke
[all...]
H A DEventHub.cpp158 // --- EventHub::Device ---
160 EventHub::Device::Device(int fd, int32_t id, const String8& path, function in class:android::EventHub::Device
176 EventHub::Device::~Device() {
182 void EventHub::Device::close() {
245 Device* device = mClosingDevices;
260 Device* device = getDeviceLocked(deviceId);
267 Device* device = getDeviceLocked(deviceId);
274 Device* devic
[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...]
/frameworks/base/docs/html/distribute/
H A Ddistribute_toc.cs43 <li><a href="<?cs var:toroot ?>distribute/promote/device-art.html">Device Art Generator</a></li>
/frameworks/base/docs/html/training/
H A Dtraining_toc.cs272 >Sending Files to Another Device</a>
275 >Receiving Files from Another Device</a></li>
1135 >Managing Device Awake State</a>
1139 Keeping the Device Awake</a>
1324 Enhancing Security with Device Management Policies
/frameworks/base/docs/html/tools/
H A Dtools_toc.cs175 <li><a href="<?cs var:toroot ?>tools/help/monitor.html">Device Monitor</a></li>
/frameworks/base/media/java/android/media/
H A DAudioService.java4068 case BluetoothClass.Device.AUDIO_VIDEO_WEARABLE_HEADSET:
4069 case BluetoothClass.Device.AUDIO_VIDEO_HANDSFREE:
4072 case BluetoothClass.Device.AUDIO_VIDEO_CAR_AUDIO:
4327 // Device orientation

Completed in 358 milliseconds