Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/usb/
DUsbAccessory.java73 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/
DUsbAlsaManager.java403 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()
DUsbSettingsManager.java120 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/
Dcom_android_server_UsbHostManager.cpp72 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/
Daccessory.jd80 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 &lt;usb-accessory model="DemoKit" manufacturer="Google" version="1.0"/&gt;
272 accessory, such as manufacturer, model, and version. When users connect an accessory that matches
294 &lt;usb-accessory manufacturer="Google, Inc." model="DemoKit" version="1.0" /&gt;
/frameworks/base/core/jni/
Dandroid_hardware_camera2_DngCreator.cpp1239 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/
Dkey-attestation.jd36 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.
Dmulti-window.jd70 manufacturer enables this feature, the device offers freeform mode in addition
/frameworks/base/docs/html/guide/topics/sensors/
Dsensors_environment.jd39 and are available only if a device manufacturer has built them into a device. With the exception of
Dsensors_overview.jd89 <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
Dsensors_motion.jd225 sensors. For example, if a device manufacturer provides their own gravity sensor, then the AOSP
/frameworks/base/docs/html/about/versions/
Dandroid-2.3-highlights.jd400 <li>SIP stack, configurable by device manufacturer
401 <li>Support for Near Field Communications (NFC), configurable by device manufacturer</li>
Dandroid-2.3.jd64 the discretion of the manufacturer and associated carrier. For this reason,
141 varies at the discretion of the device manufacturer. </p>
Dandroid-3.1-highlights.jd284 identifying information such as product name, accessory type, manufacturer, and
Dandroid-3.1.jd186 manufacturer, model, serial number, and version.</li>
Djelly-bean.jd275 Nexus 4 devices, and any device manufacturer or chipset vendor can build them
/frameworks/base/docs/html/guide/topics/graphics/
Dopengl.jd67 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/
Dcompatibility.jd63 <p>Because Android is an open source project, any hardware manufacturer can build a device
/frameworks/base/docs/html/guide/topics/media/
Dmediarouteprovider.jd42 and home theater equipment. As a manufacturer of these devices, allowing Android users to
/frameworks/base/docs/html/preview/
Ddownload.jd397 <li>For <strong>other devices</strong>, please contact the device manufacturer
/frameworks/base/docs/html/guide/topics/data/
Dbackup.jd82 the device manufacturer and service provider. The backup transport may differ from device to device
/frameworks/base/docs/html/sdk/
DRELEASENOTES.jd301 Magic devices. For other devices, contact the device manufacturer
/frameworks/base/api/
Dcurrent.txt22307 field public static final java.lang.String PROPERTY_MANUFACTURER = "manufacturer";
Dtest-current.txt22376 field public static final java.lang.String PROPERTY_MANUFACTURER = "manufacturer";
Dsystem-current.txt23901 field public static final java.lang.String PROPERTY_MANUFACTURER = "manufacturer";