Searched refs:Device (Results 1 - 14 of 14) 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.h39 class Device;
68 static Context * createContext(Device *, const RsSurfaceConfig *sc);
214 Device *mDev;
243 bool initContext(Device *, const RsSurfaceConfig *sc);
H A DrsContext.cpp376 Context * Context::createContext(Device *dev, const RsSurfaceConfig *sc) {
392 bool Context::initContext(Device *dev, const RsSurfaceConfig *sc) {
743 Device * dev = static_cast<Device *>(vdev);
755 Device * dev = static_cast<Device *>(vdev);
/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.java228 case BluetoothClass.Device.COMPUTER_DESKTOP:
229 case BluetoothClass.Device.COMPUTER_LAPTOP:
230 case BluetoothClass.Device.COMPUTER_SERVER:
231 case BluetoothClass.Device.COMPUTER_UNCATEGORIZED:
/frameworks/base/services/input/
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...]
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...]
/frameworks/base/core/java/android/server/
H A DBluetoothEventLoop.java237 * org.bluez.Device.
386 * org.bluez.Device.
399 log("Device property changed: " + address + " property: "
490 log("Input Device : Name of Property is: " + propValues[0]);
514 log("Pan Device property changed: " + address + " property: "
668 case BluetoothClass.Device.AUDIO_VIDEO_WEARABLE_HEADSET:
669 case BluetoothClass.Device.AUDIO_VIDEO_HANDSFREE:
670 case BluetoothClass.Device.AUDIO_VIDEO_HEADPHONES:
671 case BluetoothClass.Device.AUDIO_VIDEO_PORTABLE_AUDIO:
672 case BluetoothClass.Device
[all...]
/frameworks/base/docs/html/distribute/
H A Ddistribute_toc.cs78 <span class="en">Device Art Generator</a></li>
/frameworks/base/services/input/tests/
H A DInputReader_test.cpp289 struct Device { struct in class:android::FakeEventHub
304 Device(uint32_t classes) : function in struct:android::FakeEventHub::Device
309 KeyedVector<int32_t, Device*> mDevices;
324 Device* device = new Device(classes);
343 Device* device = getDevice(deviceId);
348 Device* device = getDevice(deviceId);
354 Device* device = getDevice(deviceId);
367 Device* device = getDevice(deviceId);
372 Device* devic
[all...]
/frameworks/base/docs/html/tools/
H A Dtools_toc.cs134 <li><a href="<?cs var:toroot ?>tools/help/monitor.html">Device Monitor</a></li>
/frameworks/base/docs/html/training/
H A Dtraining_toc.cs509 <span class="en">Enhancing Security with Device Management Policies</span>
/frameworks/base/media/java/android/media/
H A DAudioService.java3428 case BluetoothClass.Device.AUDIO_VIDEO_WEARABLE_HEADSET:
3429 case BluetoothClass.Device.AUDIO_VIDEO_HANDSFREE:
3432 case BluetoothClass.Device.AUDIO_VIDEO_CAR_AUDIO:
5244 // Device orientation

Completed in 775 milliseconds