Home
last modified time | relevance | path

Searched refs:Device (Results 1 – 25 of 96) sorted by relevance

1234

/frameworks/base/core/java/android/bluetooth/
DBluetoothClass.java143 public static class Device { class in BluetoothClass
258 return (mClass & Device.Major.BITMASK); in getMajorDeviceClass()
271 return (mClass & Device.BITMASK); in getDeviceClass()
305 case Device.AUDIO_VIDEO_HIFI_AUDIO: in doesClassMatch()
306 case Device.AUDIO_VIDEO_HEADPHONES: in doesClassMatch()
307 case Device.AUDIO_VIDEO_LOUDSPEAKER: in doesClassMatch()
308 case Device.AUDIO_VIDEO_CAR_AUDIO: in doesClassMatch()
321 case Device.AUDIO_VIDEO_HANDSFREE: in doesClassMatch()
322 case Device.AUDIO_VIDEO_WEARABLE_HEADSET: in doesClassMatch()
323 case Device.AUDIO_VIDEO_CAR_AUDIO: in doesClassMatch()
[all …]
DBluetoothPbap.java288 case BluetoothClass.Device.COMPUTER_DESKTOP: in doesClassMatchSink()
289 case BluetoothClass.Device.COMPUTER_LAPTOP: in doesClassMatchSink()
290 case BluetoothClass.Device.COMPUTER_SERVER: in doesClassMatchSink()
291 case BluetoothClass.Device.COMPUTER_UNCATEGORIZED: in doesClassMatchSink()
/frameworks/rs/
DrsDevice.cpp23 Device::Device() { in Device() function in Device
27 Device::~Device() { in ~Device()
30 void Device::addContext(Context *rsc) { in addContext()
34 void Device::removeContext(Context *rsc) { in removeContext()
44 Device * d = new Device(); in rsDeviceCreate()
49 Device * d = static_cast<Device *>(dev); in rsDeviceDestroy()
54 Device * d = static_cast<Device *>(dev); in rsDeviceSetConfig()
DrsDevice.h28 class Device {
30 Device();
31 ~Device();
DrsContext.h41 class Device; variable
70 static Context * createContext(Device *, const RsSurfaceConfig *sc);
216 Device *mDev;
245 bool initContext(Device *, const RsSurfaceConfig *sc);
DrsContext.cpp429 Context * Context::createContext(Device *dev, const RsSurfaceConfig *sc) { in createContext()
445 bool Context::initContext(Device *dev, const RsSurfaceConfig *sc) { in initContext()
796 Device * dev = static_cast<Device *>(vdev); in rsContextCreate()
808 Device * dev = static_cast<Device *>(vdev); in rsContextCreateGL()
/frameworks/support/renderscript/v8/rs_support/
DrsDevice.cpp23 Device::Device() { in Device() function in Device
27 Device::~Device() { in ~Device()
30 void Device::addContext(Context *rsc) { in addContext()
34 void Device::removeContext(Context *rsc) { in removeContext()
44 Device * d = new Device(); in rsDeviceCreate()
49 Device * d = static_cast<Device *>(dev); in rsDeviceDestroy()
54 Device * d = static_cast<Device *>(dev); in rsDeviceSetConfig()
DrsDevice.h28 class Device {
30 Device();
31 ~Device();
DrsContext.h34 class Device; variable
63 static Context * createContext(Device *, const RsSurfaceConfig *sc);
151 Device *mDev;
175 bool initContext(Device *, const RsSurfaceConfig *sc);
DrsContext.cpp241 Context * Context::createContext(Device *dev, const RsSurfaceConfig *sc) { in createContext()
257 bool Context::initContext(Device *dev, const RsSurfaceConfig *sc) { in initContext()
473 Device * dev = static_cast<Device *>(vdev); in rsContextCreate()
/frameworks/base/services/input/
DEventHub.h303 struct Device { struct
304 Device* next; argument
332 Device(int fd, int32_t id, const String8& path, const InputDeviceIdentifier& identifier); argument
333 ~Device();
349 void addDeviceLocked(Device* device); argument
352 void closeDeviceLocked(Device* device);
359 Device* getDeviceLocked(int32_t deviceId) const;
360 Device* getDeviceByPathLocked(const char* devicePath) const;
362 bool hasKeycodeLocked(Device* device, int keycode) const;
364 void loadConfigurationLocked(Device* device);
[all …]
DEventHub.cpp160 EventHub::Device::Device(int fd, int32_t id, const String8& path, in Device() function in android::EventHub::Device
175 EventHub::Device::~Device() { in ~Device()
181 void EventHub::Device::close() { in close()
244 Device* device = mClosingDevices; in ~EventHub()
259 Device* device = getDeviceLocked(deviceId); in getDeviceIdentifier()
266 Device* device = getDeviceLocked(deviceId); in getDeviceClasses()
273 Device* device = getDeviceLocked(deviceId); in getConfiguration()
288 Device* device = getDeviceLocked(deviceId); in getAbsoluteAxisInfo()
315 Device* device = getDeviceLocked(deviceId); in hasRelativeAxis()
327 Device* device = getDeviceLocked(deviceId); in hasInputProperty()
[all …]
/frameworks/base/docs/html/tools/help/
Dmonitor.jd1 page.title=Device Monitor
4 <p>Android Device Monitor is a stand-alone tool that provides a graphical user interface for
19 <p>To start Device Monitor, enter the following command from the SDK <code>tools/</code>
23 <p>Start an Android emulator or connect an Android device via USB cable, and connect Device
Dgltracer.jd30 Device Monitor tool.</p>
41 <p>To run Tracer in Device Monitor:</p>
44 <li>Start the <a href="monitor.html">Device Monitor</a> tool.</li>
67 <li>In Eclipse or Device Monitor, activate the <strong>Tracer for OpenGL ES</strong>
71 <li>In the dialog box, select the <strong>Device</strong> to use for the trace.</li>
97 <li>In Eclipse or Device Monitor, activate the <strong>Tracer for OpenGL ES</strong>
/frameworks/base/docs/html/training/enterprise/
Ddevice-management-policy.jd1 page.title=Enhancing Security with Device Management Policies
13 <li><a href="#CreateDeviceAdminReceiver">Create a Device Administration Receiver</a></li>
14 <li><a href="#ActivateDeviceAdmin">Activate the Device Administrator</a></li>
15 <li><a href="#ImplementDevicePolicyController">Implement the Device Policy Controller</a></li>
21 <li><a href="{@docRoot}guide/topics/admin/device-admin.html">Device Administration</a></li>
37 capabilities through the Device Administration APIs.</p>
87 <h2 id="CreateDeviceAdminReceiver">Create a Device Administration Receiver</h2>
89 <p>Create a Device Administration broadcast receiver, which gets notified of events related to the …
91 <p>In the sample application, Device Admin, when the device administrator is deactivated by the
114 <h2 id="ActivateDeviceAdmin">Activate the Device Administrator</h2>
[all …]
Dindex.jd5 next.title=Enhancing Security with Device Management Policies
22 <li><a href="{@docRoot}guide/topics/admin/device-admin.html">Device Administration</a></li>
45 <dt><b><a href="device-management-policy.html">Enhancing Security with Device Management
/frameworks/base/docs/html/guide/topics/admin/
Ddevice-admin.jd1 page.title=Device Administration
8 <li><a href="#overview">Device Administration API Overview</a>
15 <li><a href="#developing">Developing a Device Administration Application</a>
40 Android Device Administration API. The Device Administration API provides device
53 provided by the Device Administration API to provide stronger security for
57 <h2 id="overview">Device Administration API Overview</h2>
59 <p>Here are examples of the types of applications that might use the Device Administration API:</p>
63 <li>Device management services and applications.</li>
67 <p>You use the Device Administration API to write device admin applications that users
98 supported in the Device Administration API, the connection will not
[all …]
/frameworks/base/docs/html/training/basics/firstapp/
Drunning-app.jd21 <li><a href="#RealDevice">Run on a Real Device</a></li>
102 <h2 id="RealDevice">Run on a Real Device</h2>
157 first create an <a href="{@docRoot}tools/devices/index.html">Android Virtual Device</a> (AVD). An
169 <li>Launch the Android Virtual Device Manager:
171 <li>In Eclipse, click Android Virtual Device Manager
179 <li>In the <em>Android Virtual Device Manager</em> panel, click <strong>New</strong>.</li>
183 <li>Select the new AVD from the <em>Android Virtual Device Manager</em> and click
/frameworks/base/docs/html/
Dlegal.jd104 <dt>Android Cloud to Device Messaging</dt>
105 <dd>Android Cloud to Device Messaging (C2DM) is a service that helps you send data from
108 fetch updated app or user data. Before you can sign up for Android Cloud to Device Messaging, you
110 <p><a href="https://developers.google.com/android/c2dm/terms">Android Cloud to Device
/frameworks/base/services/input/tests/
DInputReader_test.cpp304 struct Device { struct in android::FakeEventHub
319 Device(uint32_t classes) : in Device() argument
324 KeyedVector<int32_t, Device*> mDevices;
339 Device* device = new Device(classes); in addDevice()
358 Device* device = getDevice(deviceId); in addConfigurationProperty()
363 Device* device = getDevice(deviceId); in addConfigurationMap()
369 Device* device = getDevice(deviceId); in addAbsoluteAxis()
382 Device* device = getDevice(deviceId); in addRelativeAxis()
387 Device* device = getDevice(deviceId); in setKeyCodeState()
392 Device* device = getDevice(deviceId); in setScanCodeState()
[all …]
/frameworks/base/docs/html/tools/debugging/
Dindex.jd42 <dt><strong><a href="{@docRoot}tools/device.html">Device</a> or
43 <a href="{@docRoot}tools/devices/index.html">Android Virtual Device</a></strong></dt>
142 From the <strong>Device</strong> menu, select <strong>Dump
163 <strong>Device > Screen capture</strong>.</dd>
/frameworks/base/docs/html/guide/topics/resources/
Dproviding-resources.jd24 <li><a href="#Compatibility">Providing the Best Device Compatibility with Resources</a>
553 <li>{@code port}: Device is in portrait orientation (vertical)</li>
554 <li>{@code land}: Device is in landscape orientation (horizontal)</li>
574 <li>{@code car}: Device is displaying in a car dock</li>
575 <li>{@code desk}: Device is displaying in a desk dock</li>
576 <li>{@code television}: Device is displaying on a television, providing
580 <li>{@code appliance}: Device is serving as an appliance, with
660 <li>{@code notouch}: Device does not have a touchscreen.</li>
661 <li>{@code finger}: Device has a touchscreen that is intended to
677 <li>{@code keysexposed}: Device has a keyboard available. If the device has a
[all …]
/frameworks/base/docs/html/intl/ja/guide/developing/
Declipse-adt.jd89 …合のアプリケーションの実行について詳しくは、<a href="{@docRoot}tools/device.html">Developing On a Device</a> をご覧ください。</p>
184 …<li>端末またはエミュレータが複数実行中の場合は、そのうちのビルド ターゲットの要件を満たすものが「デバイス選択(Device Chooser)」に表示されるので、その中から選択できます。</l…
190 <p>起動構成が<strong>手動</strong>モードの場合は、アプリケーションを実行するたびに、「Device Chooser」が表示されるので、使用する AVD を選択できます。</p>
/frameworks/base/docs/html/google/play/
Ddist.jd15 Device Filtering
/frameworks/base/docs/html/tools/
Ddevice.jd8 <li><a href="#setting-up">Setting up a Device for Development</a>
47 <h2 id="setting-up">Setting up a Device for Development</h2>
119 presented with a <b>Device Chooser</b> dialog that lists the available

1234