/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothClass.java | 143 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 …]
|
D | BluetoothPbap.java | 292 case BluetoothClass.Device.COMPUTER_DESKTOP: in doesClassMatchSink() 293 case BluetoothClass.Device.COMPUTER_LAPTOP: in doesClassMatchSink() 294 case BluetoothClass.Device.COMPUTER_SERVER: in doesClassMatchSink() 295 case BluetoothClass.Device.COMPUTER_UNCATEGORIZED: in doesClassMatchSink()
|
D | BluetoothMap.java | 248 case BluetoothClass.Device.COMPUTER_DESKTOP: in doesClassMatchSink() 249 case BluetoothClass.Device.COMPUTER_LAPTOP: in doesClassMatchSink() 250 case BluetoothClass.Device.COMPUTER_SERVER: in doesClassMatchSink() 251 case BluetoothClass.Device.COMPUTER_UNCATEGORIZED: in doesClassMatchSink()
|
/frameworks/rs/ |
D | rsDevice.cpp | 23 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()
|
D | rsDevice.h | 28 class Device { 30 Device(); 31 ~Device();
|
D | rsContext.h | 55 class Device; variable 87 static Context * createContext(Device *, const RsSurfaceConfig *sc, 250 Device *mDev; 285 bool initContext(Device *, const RsSurfaceConfig *sc);
|
D | rsContext.cpp | 531 Context * Context::createContext(Device *dev, const RsSurfaceConfig *sc, in createContext() 557 bool Context::initContext(Device *dev, const RsSurfaceConfig *sc) { in initContext() 965 Device * dev = static_cast<Device *>(vdev); in rsContextCreate() 978 Device * dev = static_cast<Device *>(vdev); in rsContextCreateGL()
|
/frameworks/native/services/inputflinger/ |
D | EventHub.h | 324 struct Device { struct 325 Device* next; argument 358 Device(int fd, int32_t id, const String8& path, const InputDeviceIdentifier& identifier); argument 359 ~Device(); 375 void addDeviceLocked(Device* device); argument 379 void closeDeviceLocked(Device* device); 386 Device* getDeviceByDescriptorLocked(String8& descriptor) const; 387 Device* getDeviceLocked(int32_t deviceId) const; 388 Device* getDeviceByPathLocked(const char* devicePath) const; 390 bool hasKeycodeLocked(Device* device, int keycode) const; [all …]
|
D | EventHub.cpp | 140 EventHub::Device::Device(int fd, int32_t id, const String8& path, in Device() function in android::EventHub::Device 156 EventHub::Device::~Device() { in ~Device() 162 void EventHub::Device::close() { in close() 230 Device* device = mClosingDevices; in ~EventHub() 245 Device* device = getDeviceLocked(deviceId); in getDeviceIdentifier() 252 Device* device = getDeviceLocked(deviceId); in getDeviceClasses() 259 Device* device = getDeviceLocked(deviceId); in getDeviceControllerNumber() 266 Device* device = getDeviceLocked(deviceId); in getConfiguration() 281 Device* device = getDeviceLocked(deviceId); in getAbsoluteAxisInfo() 308 Device* device = getDeviceLocked(deviceId); in hasRelativeAxis() [all …]
|
/frameworks/base/docs/html/tools/help/ |
D | monitor.jd | 1 page.title=Device Monitor 16 <p>Android Device Monitor is a stand-alone tool that provides a graphical user interface for 33 <p>To start Device Monitor, enter the following command from the SDK <code>tools/</code> 37 <p>Start an Android emulator or connect an Android device via USB cable, and connect Device 41 If you're using ADT, you may need to close the debugging tool before launching the Device Monitor
|
D | gltracer.jd | 30 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>
|
D | avd-manager.jd | 11 <li>In Eclipse: select <strong>Window > Android Virtual Device Manager</strong>, or click
|
/frameworks/base/docs/html/training/enterprise/ |
D | device-management-policy.jd | 1 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 …]
|
D | index.jd | 6 next.title=Enhancing Security with Device Management Policies 23 <li><a href="{@docRoot}guide/topics/admin/device-admin.html">Device Administration</a></li> 46 <dt><b><a href="device-management-policy.html">Enhancing Security with Device Management
|
/frameworks/base/docs/html/training/cloudsave/ |
D | conflict-res.jd | 26 <li><a href="#solution">Solution: Store the Sub-totals per Device</a></li> 153 <th>Data on Device A</th> 154 <th>Data on Device B</th> 180 <td>Device B saves state to cloud</td> 187 <td>Device A tries to save state to cloud.<br /> 195 <td>Device A resolves conflict by picking largest of the two numbers.</td> 259 <th>Data on Device A</th> 260 <th>Data on Device B</th> 302 <td>Device B uploads its data to the cloud 311 <td>Device A tries to upload its data to the cloud. [all …]
|
/frameworks/base/docs/html/guide/topics/admin/ |
D | device-admin.jd | 1 page.title=Device Administration 9 <li><a href="#overview">Device Administration API Overview</a> 16 <li><a href="#developing">Developing a Device Administration Application</a> 35 Android Device Administration API. The Device Administration API provides device 48 provided by the Device Administration API to provide stronger security for 52 <h2 id="overview">Device Administration API Overview</h2> 54 <p>Here are examples of the types of applications that might use the Device Administration API:</p> 58 <li>Device management services and applications.</li> 62 <p>You use the Device Administration API to write device admin applications that users 93 supported in the Device Administration API, the connection will not [all …]
|
/frameworks/base/docs/html/training/basics/firstapp/ |
D | running-app.jd | 21 <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/training/scheduling/ |
D | index.jd | 1 page.title=Managing Device Awake State 52 <strong><a href="wakelock.html">Keeping the Device Awake</a></strong>
|
/frameworks/base/docs/html/training/beam-files/ |
D | index.jd | 50 <b><a href="send-files.html">Sending Files to Another Device</a></b> 55 <b><a href="receive-files.html">Receiving Files from Another Device</a></b>
|
/frameworks/base/docs/html/distribute/tools/ |
D | disttools_toc.cs | 15 <span class="en">Device Art Generator</span></a>
|
/frameworks/base/docs/html/sdk/installing/ |
D | studio-debug.jd | 31 <li><a href="{@docRoot}tools/help/monitor.html">Device Monitor</a></li> 58 <p class="img-caption"><strong>Figure 1.</strong> The Choose Device window enables you to 74 <li>On the <em>Choose Device</em> window, select a hardware device from the list or 79 <p>Figure 1 shows the <em>Choose Device</em> window. The list shows all the Android devices 83 <a href="{@docRoot}tools/devices/managing-avds.html">Android Virtual Device Manager</a>.</p> 338 <p>The Android Device Monitor is a stand-alone tool with a graphical user interface for serveral 340 You can use the Android Device Monitor to analyze memory usage, profile methods, 343 <p>To open the Android Device Monitor from Android Studio, click 345 style="vertical-align:bottom;margin:0;height:20px"/> on the toolbar. The Android Device Monitor 348 <p>For more information about the Android Device Monitor and DDMS, see [all …]
|
/frameworks/base/docs/html/tv/adt-1/ |
D | index.jd | 18 <li><a href="#setup">Device Setup</a></li> 48 <h3 id="setup">Device Setup</h3> 61 <strong>Settings > Device > Display > Daydream</strong>. 68 network, go to <strong>Settings > Device > Wi-Fi</strong>. To use an Ethernet network 95 Device > Wi-Fi > your-network-name > Status info</strong>.</li> 217 <li>Go to <strong>Settings > Device > Google Cast</strong> and turn on developer support, 259 <p>From the home screen, go to <strong>Settings > Device > Storage & Reset</strong>, and
|
/frameworks/base/docs/html/ |
D | legal.jd | 101 <dt>Android Cloud to Device Messaging</dt> 102 <dd>Android Cloud to Device Messaging (C2DM) is a service that helps you send data from 105 fetch updated app or user data. Before you can sign up for Android Cloud to Device Messaging, you 107 <p><a href="https://developers.google.com/android/c2dm/terms">Android Cloud to Device
|
/frameworks/base/docs/html/guide/webapps/ |
D | targeting.jd | 15 <li><a href="#DensityCSS">Targeting Device Density with CSS</a></li> 16 <li><a href="#DensityJS">targeting Device Density with JavaScript</a></li> 122 <h2 id="DensityCSS">Targeting Device Density with CSS</h2> 167 <h2 id="DensityJS">Targeting Device Density with JavaScript</h2>
|
/frameworks/base/docs/html/training/wearables/apps/ |
D | creating.jd | 10 <li><a href="#SetupDevice">Set Up an Android Wear Device</a></li> 38 <h2 id="SetupEmulator">Set Up an Android Wear Emulator or Device</h2> 43 <h3>Set up an Android Wear Virtual Device</h3> 53 <li><b>Device</b> - Android Wear Round or Square device types</li> 86 <h3 id="SetupDevice">Set Up an Android Wear Device</h3>
|