/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 | 227 case BluetoothClass.Device.COMPUTER_DESKTOP: in doesClassMatchSink() 228 case BluetoothClass.Device.COMPUTER_LAPTOP: in doesClassMatchSink() 229 case BluetoothClass.Device.COMPUTER_SERVER: in doesClassMatchSink() 230 case BluetoothClass.Device.COMPUTER_UNCATEGORIZED: in doesClassMatchSink()
|
/frameworks/base/libs/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 | 76 static Context * createContext(Device *, const RsSurfaceConfig *sc); 218 Device *mDev; 247 bool initContext(Device *, const RsSurfaceConfig *sc);
|
D | rsContext.cpp | 364 Context * Context::createContext(Device *dev, const RsSurfaceConfig *sc) { in createContext() 380 bool Context::initContext(Device *dev, const RsSurfaceConfig *sc) { in initContext() 709 Device * dev = static_cast<Device *>(vdev); in rsContextCreate() 721 Device * dev = static_cast<Device *>(vdev); in rsContextCreateGL()
|
/frameworks/base/services/input/ |
D | EventHub.h | 278 struct Device { struct 279 Device* next; argument 300 Device(int fd, int32_t id, const String8& path, const InputDeviceIdentifier& identifier); argument 301 ~Device(); 309 void closeDeviceLocked(Device* device); 316 Device* getDeviceLocked(int32_t deviceId) const; 317 Device* getDeviceByPathLocked(const char* devicePath) const; 319 bool hasKeycodeLocked(Device* device, int keycode) const; 321 void loadConfigurationLocked(Device* device); 322 status_t loadVirtualKeyMapLocked(Device* device); [all …]
|
D | EventHub.cpp | 117 EventHub::Device::Device(int fd, int32_t id, const String8& path, in Device() function in android::EventHub::Device 130 EventHub::Device::~Device() { in ~Device() 136 void EventHub::Device::close() { in close() 201 Device* device = mClosingDevices; in ~EventHub() 216 Device* device = getDeviceLocked(deviceId); in getDeviceName() 223 Device* device = getDeviceLocked(deviceId); in getDeviceClasses() 230 Device* device = getDeviceLocked(deviceId); in getConfiguration() 245 Device* device = getDeviceLocked(deviceId); in getAbsoluteAxisInfo() 272 Device* device = getDeviceLocked(deviceId); in hasRelativeAxis() 284 Device* device = getDeviceLocked(deviceId); in hasInputProperty() [all …]
|
/frameworks/base/docs/html/guide/topics/admin/ |
D | device-admin.jd | 1 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> 34 Android Device Administration API. The Device Administration API provides device 47 provided by the Device Administration API to provide stronger security for 51 <h2 id="overview">Device Administration API Overview</h2> 53 <p>Here are examples of the types of applications that might use the Device Administration API:</p> 57 <li>Device management services and applications.</li> 61 <p>You use the Device Administration API to write device admin applications that users 92 supported in the Device Administration API, the connection will not [all …]
|
/frameworks/base/core/java/android/server/ |
D | BluetoothEventLoop.java | 660 case BluetoothClass.Device.AUDIO_VIDEO_WEARABLE_HEADSET: in onRequestPinCode() 661 case BluetoothClass.Device.AUDIO_VIDEO_HANDSFREE: in onRequestPinCode() 662 case BluetoothClass.Device.AUDIO_VIDEO_HEADPHONES: in onRequestPinCode() 663 case BluetoothClass.Device.AUDIO_VIDEO_PORTABLE_AUDIO: in onRequestPinCode() 664 case BluetoothClass.Device.AUDIO_VIDEO_HIFI_AUDIO: in onRequestPinCode() 669 if (btDeviceClass == BluetoothClass.Device.PERIPHERAL_KEYBOARD || in onRequestPinCode() 670 btDeviceClass == BluetoothClass.Device.PERIPHERAL_KEYBOARD_POINTING) { in onRequestPinCode()
|
/frameworks/base/docs/html/resources/ |
D | index.jd | 83 <dt><b>Device Dashboard</b></dt> 84 <dd>Device distribution data, grouped by various dimensions such as screen size
|
D | resources_toc.cs | 75 <h2><span class="en">Device Dashboard</span>
|
/frameworks/base/services/input/tests/ |
D | InputReader_test.cpp | 276 struct Device { struct in android::FakeEventHub 290 Device(const String8& name, uint32_t classes) : in Device() function 295 KeyedVector<int32_t, Device*> mDevices; 310 Device* device = new Device(name, classes); in addDevice() 328 Device* device = getDevice(deviceId); in addConfigurationProperty() 333 Device* device = getDevice(deviceId); in addConfigurationMap() 339 Device* device = getDevice(deviceId); in addAbsoluteAxis() 352 Device* device = getDevice(deviceId); in addRelativeAxis() 357 Device* device = getDevice(deviceId); in setKeyCodeState() 362 Device* device = getDevice(deviceId); in setScanCodeState() [all …]
|
/frameworks/base/docs/html/guide/developing/debugging/ |
D | index.jd | 42 <dt><strong><a href="{@docRoot}guide/developing/device.html">Device</a> or 43 <a href="{@docRoot}guide/developing/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/sdk/ |
D | win-usb.jd | 20 <li><a href="{@docRoot}guide/developing/device.html">Developing on a Device</a></li> 56 Device</a> to start development with a device.</p> 197 href="{@docRoot}guide/developing/device.html">Developing on a Device</a> for 243 <li>Select <strong>Device Manager</strong> in the left pane of the Computer Management 288 <li>Select <strong>Device Manager</strong> in the left pane.</li> 334 <li>Select <strong>Device Manager</strong> in the left pane.</li>
|
D | android-2.2-highlights.jd | 226 <h3>Android Cloud to Device Messaging</h3> 228 <p>Apps can utilize Android Cloud to Device Messaging to enable mobile alert, send to phone, and 276 <h3>Device policy manager</h3>
|
D | oem-usb.jd | 8 <li><a href="{@docRoot}guide/developing/device.html">Developing on a Device</a></li> 21 Refer to <a href="{@docRoot}guide/developing/device.html#setting-up">Setting up a Device</a> to
|
/frameworks/base/docs/html/intl/ja/guide/developing/ |
D | eclipse-adt.jd | 89 …実行について詳しくは、<a href="{@docRoot}guide/developing/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/guide/topics/resources/ |
D | providing-resources.jd | 24 <li><a href="#Compatibility">Providing the Best Device Compatibility with Resources</a> 270 href="#Compatibility">Providing the Best Device Compatibility with Resources</a>.</p> 524 <li>{@code port}: Device is in portrait orientation (vertical)</li> 525 <li>{@code land}: Device is in landscape orientation (horizontal)</li> 543 <li>{@code car}: Device is in a car dock</li> 544 <li>{@code desk}: Device is in a desk dock</li> 620 <li>{@code notouch}: Device does not have a touchscreen.</li> 621 <li>{@code stylus}: Device has a resistive touchscreen that's suited for use with a 623 <li>{@code finger}: Device has a touchscreen.</li> 638 <li>{@code keysexposed}: Device has a keyboard available. If the device has a [all …]
|
/frameworks/base/docs/html/guide/developing/ |
D | device.jd | 8 <li><a href="#setting-up">Setting up a Device for Development</a> 47 <h2 id="setting-up">Setting up a Device for Development</h2> 124 presented with a <b>Device Chooser</b> dialog that lists the available
|
/frameworks/base/docs/html/guide/developing/tools/ |
D | adb.jd | 19 <li><a href="#devicestatus">Querying for Emulator/Device Instances</a></li> 20 <li><a href="#directingcommands">Directing Commands to a Specific Emulator/Device Instance</a></li> 23 <li><a href="#copyfiles">Copying Files to or from an Emulator/Device Instance</a></li> 75 …ee <a href="#directingcommands">Directing Commands to a Specific Emulator/Device Instance</a>. </p> 79 <h2>Querying for Emulator/Device Instances</h2> 119 <h2>Directing Commands to a Specific Emulator/Device Instance</h2> 157 <h2>Copying Files to or from an Emulator/Device Instance</h2> 210 <td>See <a href="#devicestatus">Querying for Emulator/Device Instances</a> for more information.</t… 293 <td rowspan="2">See <a href="#devicestatus">Querying for Emulator/Device Instances</a> for more inf…
|
/frameworks/base/docs/html/guide/developing/devices/ |
D | managing-avds.jd | 20 <p>The AVD Manager is an easy to use user interface to manage your AVD (Android Virtual Device) 92 <td>Device ram size</td>
|
D | index.jd | 5 <p>An Android Virtual Device (AVD) is an emulator configuration that lets you model an actual
|
/frameworks/base/services/java/com/android/server/ |
D | EventLogTags.logtags | 43 # Device low memory notification and disk space free on the /data partition, in bytes at that time
|
/frameworks/base/docs/html/guide/topics/usb/ |
D | index.jd | 38 library to support a broader range of devices. Device manufacturers can choose whether or not to
|