Home
last modified time | relevance | path

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

12

/frameworks/base/core/java/android/os/
DBuild.java721 final String vendor = SystemProperties.get("ro.vendor.build.fingerprint"); in isBuildConsistent() local
733 if (!TextUtils.isEmpty(vendor)) { in isBuildConsistent()
734 if (!Objects.equals(system, vendor)) { in isBuildConsistent()
736 + " but vendor reported " + vendor); in isBuildConsistent()
/frameworks/native/services/surfaceflinger/RenderEngine/
DGLExtensions.cpp34 GLubyte const* vendor, in initWithGLStrings() argument
39 mVendor = (char const*)vendor; in initWithGLStrings()
DGLExtensions.h60 GLubyte const* vendor,
/frameworks/base/include/androidfw/
DAssetManager.h134 void setVendor(const char* vendor);
251 const asset_path& path, const char* locale, const char* vendor);
253 const char* vendor);
276 const asset_path& path, const char* locale, const char* vendor,
/frameworks/native/libs/input/
DInputDevice.cpp59 if (deviceIdentifier.vendor !=0 && deviceIdentifier.product != 0) { in getInputDeviceConfigurationFilePathByDeviceIdentifier()
64 deviceIdentifier.vendor, deviceIdentifier.product, in getInputDeviceConfigurationFilePathByDeviceIdentifier()
75 deviceIdentifier.vendor, deviceIdentifier.product), in getInputDeviceConfigurationFilePathByDeviceIdentifier()
/frameworks/native/services/sensorservice/
DRotationVectorSensor.cpp66 hwSensor.vendor = "AOSP"; in getSensor()
115 hwSensor.vendor = "AOSP"; in getSensor()
DOrientationSensor.cpp79 hwSensor.vendor = "AOSP"; in getSensor()
DCorrectedGyroSensor.cpp72 hwSensor.vendor = "AOSP"; in getSensor()
DGravitySensor.cpp80 hwSensor.vendor = "AOSP"; in getSensor()
DLinearAccelerationSensor.cpp65 hwSensor.vendor = "AOSP"; in getSensor()
/frameworks/multidex/
Dbuild.gradle82 <sdk:vendor-display>Android</sdk:vendor-display>\n\
83 <sdk:vendor-id>android</sdk:vendor-id>\n\
/frameworks/native/include/input/
DInputDevice.h30 bus(0), vendor(0), product(0), version(0) { in InputDeviceIdentifier()
38 uint16_t vendor; member
/frameworks/base/core/jni/
Dandroid_hardware_SensorManager.cpp49 jfieldID vendor; member
76 sensorOffsets.vendor = _env->GetFieldID(sensorClass, "mVendor", "Ljava/lang/String;"); in nativeClassInit()
158 jstring vendor = getInternedString(env, &list->getVendor()); in nativeGetSensorAtIndex() local
161 env->SetObjectField(sensor, sensorOffsets.vendor, vendor); in nativeGetSensorAtIndex()
Dandroid_view_InputDevice.cpp66 static_cast<int32_t>(ident.vendor), static_cast<int32_t>(ident.product), in android_view_InputDevice_create()
/frameworks/support/
Dbuild.gradle87 <sdk:vendor-display>Android</sdk:vendor-display>\n\
88 <sdk:vendor-id>android</sdk:vendor-id>\n\
/frameworks/base/libs/androidfw/
DAssetManager.cpp441 void AssetManager::setVendor(const char* vendor) in setVendor() argument
451 mVendor = strdupNew(vendor); in setVendor()
946 const asset_path& ap, const char* locale, const char* vendor) in openInLocaleVendorLocked() argument
953 String8 path(createPathNameLocked(ap, locale, vendor)); in openInLocaleVendorLocked()
976 String8 path(createPathNameLocked(ap, locale, vendor)); in openInLocaleVendorLocked()
1035 path.appendPath((vendor != NULL) ? vendor : kDefaultVendor); in openInLocaleVendorLocked()
1081 const char* vendor) in createPathNameLocked() argument
1085 path.appendPath((vendor != NULL) ? vendor : kDefaultVendor); in createPathNameLocked()
1797 const asset_path& ap, const char* locale, const char* vendor, in fncScanAndMergeDirLocked() argument
1807 partialPath = createPathNameLocked(ap, locale, vendor); in fncScanAndMergeDirLocked()
[all …]
/frameworks/compile/mclinker/include/mcld/LD/
DDiagAttribute.inc8 "skip unrecognized private vendor subsection with name '%0' in %1.",
9 "skip unrecognized private vendor subsection with name '%0' in %1.")
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/example/
DREADME.md7 A vendor wishing to customize the behavior shall provides its own set of configuration files
/frameworks/av/media/mtp/
DMtpDevice.cpp42 static bool isMtpDevice(uint16_t vendor, uint16_t product) {
44 if (vendor == 0x0781 && product == 0x74c2)
47 if (vendor == 0x04e8 && product == 0x503c)
101 uint16_t vendor = usb_device_get_vendor_id(device); in open()
103 if (!isMtpDevice(vendor, product)) { in open()
/frameworks/rs/driver/
DrsdGL.h42 const uint8_t * vendor; member
DrsdGL.cpp138 ALOGE(" GL vendor: %s", dc->gl.gl.vendor); in DumpDebug()
351 dc->gl.gl.vendor = glGetString(GL_VENDOR); in rsdGLInit()
/frameworks/base/docs/html/tools/
Ddevice.jd113 is identified by a unique vendor ID, as specified by the
114 <code>ATTR{idVendor}</code> property. For a list of vendor IDs, see <a
121 <p>Use this format to add each vendor to the file:<br/>
125 In this example, the vendor ID is for HTC. The <code>MODE</code>
170 <p>This table provides a reference to the vendor IDs needed in order to add USB
/frameworks/base/docs/html/guide/topics/connectivity/usb/
Dhost.jd136 <code>&lt;usb-device&gt;</code>. In general, use vendor and product ID if you want to filter
143 <li><code>vendor-id</code></li>
190 &lt;usb-device vendor-id="1234" product-id="5678" class="255" subclass="66" protocol="1" /&gt;
223 device, such as product and vendor ID. When users connect a device that matches your device
247 &lt;usb-device vendor-id="1234" product-id="5678" /&gt;
366 vendor ID, or device class to figure out whether or not you want to communicate with the
/frameworks/native/opengl/libs/EGL/
Degl_display.h107 char const * vendor; member
/frameworks/native/services/inputflinger/
DEventHub.cpp587 rawDescriptor.appendFormat(":%04x:%04x:", identifier.vendor, in generateDescriptor()
597 if (identifier.vendor == 0 && identifier.product == 0) { in generateDescriptor()
1116 identifier.vendor = inputId.vendor; in openDeviceLocked()
1154 identifier.bus, identifier.vendor, identifier.product, identifier.version); in openDeviceLocked()
1691 device->identifier.bus, device->identifier.vendor, in dump()

12