Searched refs:vendor (Results 1 - 23 of 23) sorted by relevance

/frameworks/native/services/surfaceflinger/RenderEngine/
H A DGLExtensions.cpp34 GLubyte const* vendor,
39 mVendor = (char const*)vendor;
33 initWithGLStrings( GLubyte const* vendor, GLubyte const* renderer, GLubyte const* version, GLubyte const* extensions) argument
H A DGLExtensions.h60 GLubyte const* vendor,
/frameworks/base/core/java/android/os/
H A DBuild.java654 final String vendor = SystemProperties.get("ro.vendor.build.fingerprint");
661 if (!TextUtils.isEmpty(vendor)) {
662 if (!Objects.equals(system, vendor)) {
664 + " but vendor reported " + vendor);
/frameworks/native/libs/input/
H A DInputDevice.cpp59 if (deviceIdentifier.vendor !=0 && deviceIdentifier.product != 0) {
61 // Try vendor product version.
64 deviceIdentifier.vendor, deviceIdentifier.product,
72 // Try vendor product.
75 deviceIdentifier.vendor, deviceIdentifier.product),
/frameworks/native/include/input/
H A DInputDevice.h30 bus(0), vendor(0), product(0), version(0) {
38 uint16_t vendor; member in struct:android::InputDeviceIdentifier
145 * names to try based on the device name, vendor, product, and version.
/frameworks/native/services/sensorservice/
H A DRotationVectorSensor.cpp66 hwSensor.vendor = "AOSP";
115 hwSensor.vendor = "AOSP";
H A DLinearAccelerationSensor.cpp65 hwSensor.vendor = "AOSP";
H A DCorrectedGyroSensor.cpp72 hwSensor.vendor = "AOSP";
H A DGravitySensor.cpp80 hwSensor.vendor = "AOSP";
H A DOrientationSensor.cpp79 hwSensor.vendor = "AOSP";
/frameworks/base/include/androidfw/
H A DAssetManager.h127 * Set the current locale and vendor. The locale can change during
129 * language setting. The vendor is less likely to change.
134 void setVendor(const char* vendor);
148 * This will search through locale-specific and vendor-specific
160 * but aren't assets. These sit outside the usual "locale/vendor"
175 * The contents of the directory are an amalgam of vendor-specific,
187 * The contents of the directory are an amalgam of vendor-specific,
249 const asset_path& path, const char* locale, const char* vendor);
251 const char* vendor);
274 const asset_path& path, const char* locale, const char* vendor,
[all...]
/frameworks/base/core/jni/
H A Dandroid_hardware_SensorManager.cpp42 jfieldID vendor; member in struct:android::SensorOffsets
69 sensorOffsets.vendor = _env->GetFieldID(sensorClass, "mVendor", "Ljava/lang/String;");
100 jstring vendor = env->NewStringUTF(list->getVendor().string()); local
104 env->SetObjectField(sensor, sensorOffsets.vendor, vendor);
H A Dandroid_view_InputDevice.cpp61 static_cast<int32_t>(ident.vendor), static_cast<int32_t>(ident.product),
/frameworks/rs/driver/
H A DrsdGL.h45 const uint8_t * vendor; member in struct:RsdGLRec::__anon1492
H A DrsdGL.cpp138 ALOGE(" GL vendor: %s", dc->gl.gl.vendor);
351 dc->gl.gl.vendor = glGetString(GL_VENDOR);
/frameworks/base/libs/androidfw/
H A DAssetManager.cpp68 * Names for default app, locale, and vendor. We might want to change
87 const char* AssetManager::OVERLAY_DIR = "/vendor/overlay";
426 * Set the current vendor. Use NULL to indicate no vendor.
429 * information in the vendor-specific sections of the tree.
431 void AssetManager::setVendor(const char* vendor) argument
441 mVendor = strdupNew(vendor);
476 * - locale + vendor
477 * - "default" + vendor
906 * Try various combinations of locale and vendor
929 openInLocaleVendorLocked(const char* fileName, AccessMode mode, const asset_path& ap, const char* locale, const char* vendor) argument
1064 createPathNameLocked(const asset_path& ap, const char* locale, const char* vendor) argument
1781 fncScanAndMergeDirLocked( SortedVector<AssetDir::FileInfo>* pMergedInfo, const asset_path& ap, const char* locale, const char* vendor, const char* dirName) argument
[all...]
/frameworks/native/opengl/libs/EGL/
H A Degl_display.h107 char const * vendor; member in struct:android::egl_display_t::strings_t
H A Degl_display.cpp170 disp.queryString.vendor = cnx->egl.eglQueryString(idpy,
H A DeglApi.cpp1153 return dp->disp.queryString.vendor;
/frameworks/av/media/mtp/
H A DMtpDevice.cpp42 static bool isMtpDevice(uint16_t vendor, uint16_t product) {
44 if (vendor == 0x0781 && product == 0x74c2)
47 if (vendor == 0x04e8 && product == 0x503c)
99 // look for special cased devices based on vendor/product ID
101 uint16_t vendor = usb_device_get_vendor_id(device);
103 if (!isMtpDevice(vendor, product)) {
/frameworks/native/services/inputflinger/
H A DEventHub.cpp566 rawDescriptor.appendFormat(":%04x:%04x:", identifier.vendor,
576 if (identifier.vendor == 0 && identifier.product == 0) {
577 // If we don't know the vendor and product id, then the device is probably
1099 identifier.vendor = inputId.vendor;
1134 " vendor %04x\n"
1137 identifier.bus, identifier.vendor, identifier.product, identifier.version);
1644 dump.appendFormat(INDENT3 "Identifier: bus=0x%04x, vendor=0x%04x, "
1646 device->identifier.bus, device->identifier.vendor,
/frameworks/native/libs/gui/
H A DSensor.cpp46 mVendor = hwSensor->vendor;
/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp517 identifier.vendor, identifier.product));

Completed in 5276 milliseconds