Searched refs:Device (Results 1 - 16 of 16) 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;
87 static Context * createContext(Device *, const RsSurfaceConfig *sc,
250 Device *mDev;
285 bool initContext(Device *, const RsSurfaceConfig *sc);
H A DrsContext.cpp531 Context * Context::createContext(Device *dev, const RsSurfaceConfig *sc,
557 bool Context::initContext(Device *dev, const RsSurfaceConfig *sc) {
965 Device * dev = static_cast<Device *>(vdev);
978 Device * dev = static_cast<Device *>(vdev);
H A DAndroid.mk279 # 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.java219 * @param device Remote Bluetooth Device
248 case BluetoothClass.Device.COMPUTER_DESKTOP:
249 case BluetoothClass.Device.COMPUTER_LAPTOP:
250 case BluetoothClass.Device.COMPUTER_SERVER:
251 case BluetoothClass.Device.COMPUTER_UNCATEGORIZED:
/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/base/docs/html/distribute/tools/
H A Ddisttools_toc.cs14 <div class="nav-section empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/tools/promote/device-art.html" zh-cn-lang="Device Art Generator">
15 <span class="en">Device Art Generator</span></a>
/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...]
/frameworks/base/docs/html/training/
H A Dtraining_toc.cs270 >Sending Files to Another Device</a>
273 >Receiving Files from Another Device</a></li>
1555 >Managing Device Awake State</a>
1559 Keeping the Device Awake</a>
1752 Enhancing Security with Device Management Policies
/frameworks/base/docs/html/guide/
H A Dguide_toc.cs19 <span class="en">Device Compatibility</span>
511 <span class="en">Device Policies</span></a>
/frameworks/base/docs/html/tools/
H A Dtools_toc.cs157 <li><a href="<?cs var:toroot ?>tools/help/monitor.html">Device Monitor</a></li>
/frameworks/base/media/java/android/media/
H A DAudioService.java4939 case BluetoothClass.Device.AUDIO_VIDEO_WEARABLE_HEADSET:
4940 case BluetoothClass.Device.AUDIO_VIDEO_HANDSFREE:
4943 case BluetoothClass.Device.AUDIO_VIDEO_CAR_AUDIO:
4975 // Playback Device
5001 // Playback Device
5007 // Capture Device
5170 // Device orientation

Completed in 275 milliseconds