/frameworks/base/core/java/android/hardware/usb/ |
D | UsbAccessory.java | 73 public UsbAccessory(String manufacturer, String model, String description, in UsbAccessory() argument 75 mManufacturer = manufacturer; in UsbAccessory() 196 String manufacturer = in.readString(); 202 return new UsbAccessory(manufacturer, model, description, version, uri, serial);
|
/frameworks/base/services/core/jni/ |
D | com_android_server_UsbHostManager.cpp | 72 char *manufacturer = usb_device_get_manufacturer_name(device); in usb_device_added() local 77 jstring manufacturerName = AndroidRuntime::NewStringLatin1(env, manufacturer); in usb_device_added() 90 free(manufacturer); in usb_device_added()
|
/frameworks/base/services/usb/java/com/android/server/usb/ |
D | UsbSettingsManager.java | 121 String manufacturer, String product, String serialnum) { in DeviceFilter() argument 127 mManufacturerName = manufacturer; in DeviceFilter() 380 public AccessoryFilter(String manufacturer, String model, String version) { in AccessoryFilter() argument 381 mManufacturer = manufacturer; in AccessoryFilter() 394 String manufacturer = null; in read() local 404 manufacturer = value; in read() 411 return new AccessoryFilter(manufacturer, model, version); in read()
|
/frameworks/base/docs/html/guide/topics/connectivity/usb/ |
D | accessory.jd | 80 required to support the USB accessory feature. Each individual device manufacturer decides 192 <li><code>manufacturer</code></li> 232 corresponding model, manufacturer, and version should be filtered. The accessory sends these 238 <usb-accessory model="DemoKit" manufacturer="Google" version="1.0"/> 272 accessory, such as manufacturer, model, and version. When users connect an accessory that matches 294 <usb-accessory manufacturer="Google, Inc." model="DemoKit" version="1.0" />
|
/frameworks/base/core/jni/ |
D | android_hardware_camera2_DngCreator.cpp | 1002 char manufacturer[PROPERTY_VALUE_MAX]; in DngCreator_init() local 1005 property_get("ro.product.manufacturer", manufacturer, ""); in DngCreator_init() 1006 uint32_t count = static_cast<uint32_t>(strlen(manufacturer)) + 1; in DngCreator_init() 1008 BAIL_IF_INVALID(writer->addEntry(TAG_MAKE, count, reinterpret_cast<uint8_t*>(manufacturer), in DngCreator_init() 1374 char manufacturer[PROPERTY_VALUE_MAX]; in DngCreator_init() local 1375 property_get("ro.product.manufacturer", manufacturer, ""); in DngCreator_init() 1382 cameraModel += manufacturer; in DngCreator_init()
|
/frameworks/base/docs/html/tools/help/ |
D | sdk-manager.jd | 104 <p>For example, a mobile carrier or device manufacturer might offer additional 109 <p>If a carrier or device manufacturer has hosted an SDK add-on repository file
|
D | MonkeyDevice.jd | 1244 <td><code>manufacturer</code></td> 1245 <td>The product/hardware manufacturer.</td>
|
/frameworks/base/docs/html/guide/topics/sensors/ |
D | sensors_environment.jd | 39 and are available only if a device manufacturer has built them into a device. With the exception of
|
D | sensors_overview.jd | 89 <li>Determine an individual sensor's capabilities, such as its maximum range, manufacturer, power 451 different manufacturer's sensors or different versions of a sensor. For example, if your application
|
D | sensors_motion.jd | 225 sensors. For example, if a device manufacturer provides their own gravity sensor, then the AOSP
|
/frameworks/base/docs/html/guide/faq/ |
D | security.jd | 132 <p>The manufacturer of each device is responsible for distributing software
|
/frameworks/base/docs/html/about/versions/ |
D | android-2.3-highlights.jd | 400 <li>SIP stack, configurable by device manufacturer 401 <li>Support for Near Field Communications (NFC), configurable by device manufacturer</li>
|
D | android-2.3.jd | 64 the discretion of the manufacturer and associated carrier. For this reason, 141 varies at the discretion of the device manufacturer. </p>
|
D | android-3.1-highlights.jd | 284 identifying information such as product name, accessory type, manufacturer, and
|
D | android-3.1.jd | 186 manufacturer, model, serial number, and version.</li>
|
D | jelly-bean.jd | 275 Nexus 4 devices, and any device manufacturer or chipset vendor can build them
|
/frameworks/base/docs/html/guide/topics/graphics/ |
D | opengl.jd | 67 pipeline provided by the device manufacturer. A device running Android 4.3 or higher <em>may 568 supported</em> on all devices. Support for these formats can vary by manufacturer and device. For 719 manufacturer's implementation of the OpenGL ES graphics pipeline.</li>
|
/frameworks/base/docs/html/tools/ |
D | device.jd | 112 you want to use for development. In the rules file, each device manufacturer
|
/frameworks/base/docs/html/guide/practices/ |
D | compatibility.jd | 63 <p>Because Android is an open source project, any hardware manufacturer can build a device
|
/frameworks/base/docs/html/guide/topics/media/ |
D | mediarouteprovider.jd | 42 and home theater equipment. As a manufacturer of these devices, allowing Android users to
|
/frameworks/base/docs/html/sdk/ |
D | win-usb.jd | 202 manufacturer, as listed in the <a href="{@docRoot}tools/extras/oem-usb.html">OEM USB Drivers</a>
|
D | RELEASENOTES.jd | 301 Magic devices. For other devices, contact the device manufacturer
|
/frameworks/base/docs/html/tools/adk/ |
D | adk.jd | 487 sendString(addr, ACCESSORY_STRING_MANUFACTURER, manufacturer);
|
/frameworks/base/docs/html/guide/topics/data/ |
D | backup.jd | 82 the device manufacturer and service provider. The backup transport may differ from device to device
|
/frameworks/base/docs/html/tools/devices/ |
D | emulator.jd | 325 <p>The specifications from the manufacturer of your CPU should indicate if it supports
|