/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/usb/java/com/android/server/usb/ |
D | UsbAlsaManager.java | 403 String manufacturer = usbDevice.getManufacturerName(); in usbDeviceAdded() local 407 if (manufacturer == null || manufacturer.isEmpty()) { in usbDeviceAdded() 410 name = manufacturer; in usbDeviceAdded() 412 name = manufacturer + " " + product; in usbDeviceAdded() 415 properties.putString(MidiDeviceInfo.PROPERTY_MANUFACTURER, manufacturer); in usbDeviceAdded()
|
D | UsbSettingsManager.java | 120 String manufacturer, String product, String serialnum) { in DeviceFilter() argument 126 mManufacturerName = manufacturer; in DeviceFilter() 379 public AccessoryFilter(String manufacturer, String model, String version) { in AccessoryFilter() argument 380 mManufacturer = manufacturer; in AccessoryFilter() 393 String manufacturer = null; in read() local 403 manufacturer = value; in read() 410 return new AccessoryFilter(manufacturer, model, version); in read()
|
/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 78 jstring manufacturerName = AndroidRuntime::NewStringLatin1(env, manufacturer); in usb_device_added() 91 free(manufacturer); in usb_device_added()
|
/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 | 1239 char manufacturer[PROPERTY_VALUE_MAX]; in DngCreator_setup() local 1242 property_get("ro.product.manufacturer", manufacturer, ""); in DngCreator_setup() 1243 uint32_t count = static_cast<uint32_t>(strlen(manufacturer)) + 1; in DngCreator_setup() 1246 reinterpret_cast<uint8_t*>(manufacturer), TIFF_IFD_0), env, TAG_MAKE, writer); in DngCreator_setup() 1601 char manufacturer[PROPERTY_VALUE_MAX]; in DngCreator_setup() local 1602 property_get("ro.product.manufacturer", manufacturer, ""); in DngCreator_setup() 1609 cameraModel += manufacturer; in DngCreator_setup()
|
/frameworks/base/docs/html/preview/features/ |
D | key-attestation.jd | 36 which the device manufacturer injects into the device’s hardware-backed 805 the hash of the device-embedded certificate, which the device manufacturer 824 manufacturer-provided boot partition.
|
D | multi-window.jd | 70 manufacturer enables this feature, the device offers freeform mode in addition
|
/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/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 569 supported</em> on all devices. Support for these formats can vary by manufacturer and device. For 720 manufacturer's implementation of the OpenGL ES graphics pipeline.</li>
|
/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/preview/ |
D | download.jd | 397 <li>For <strong>other devices</strong>, please contact the device 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/sdk/ |
D | RELEASENOTES.jd | 301 Magic devices. For other devices, contact the device manufacturer
|
/frameworks/base/api/ |
D | current.txt | 22307 field public static final java.lang.String PROPERTY_MANUFACTURER = "manufacturer";
|
D | test-current.txt | 22376 field public static final java.lang.String PROPERTY_MANUFACTURER = "manufacturer";
|
D | system-current.txt | 23901 field public static final java.lang.String PROPERTY_MANUFACTURER = "manufacturer";
|