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

12

/frameworks/base/core/java/android/util/
H A DCharsetUtils.java31 * class is primarily useful for code that wishes to be vendor-aware
38 * each vendor-specific charset. You may need to modify the C libraries
46 * name of the vendor "DoCoMo". <b>Note:</b> This isn't a public
48 * reference list of vendor names.
52 * Name of the vendor "KDDI".
56 * Name of the vendor "SoftBank".
61 * Represents one-to-one mapping from a vendor name to a charset specific to the vendor.
80 * Returns the name of the vendor-specific character set
82 * vendor
90 nameForVendor(String charsetName, String vendor) argument
139 charsetForVendor(String charsetName, String vendor) argument
[all...]
/frameworks/base/libs/hwui/
H A DExtensions.h70 const char* vendor = (const char*) glGetString(GL_VENDOR); local
71 EXT_LOGD("Vendor: %s", vendor);
72 mNeedsHighpTexCoords = strcmp(vendor, VENDOR_IMG) == 0;
/frameworks/base/core/tests/overlaytests/
H A Druntests.sh44 $adb shell rm /vendor/overlay/framework/framework-res.apk
45 $adb shell rm /data/resource-cache/vendor@overlay@framework@framework-res.apk@idmap
51 $adb shell ln -s /data/app/com.android.overlaytest.overlay.apk /vendor/overlay/framework/framework-res.apk
/frameworks/base/tools/localize/
H A DConfiguration.cpp12 n = vendor.compare(that.vendor);
H A DConfiguration.h11 string vendor; member in struct:Configuration
/frameworks/base/services/surfaceflinger/
H A DGLExtensions.cpp36 GLubyte const* vendor,
44 mVendor = (char const*)vendor;
35 initWithGLStrings( GLubyte const* vendor, GLubyte const* renderer, GLubyte const* version, GLubyte const* extensions, char const* egl_vendor, char const* egl_version, char const* egl_extensions) argument
H A DGLExtensions.h75 GLubyte const* vendor,
/frameworks/base/core/jni/
H A Dandroid_hardware_SensorManager.cpp34 jfieldID vendor; member in struct:android::SensorOffsets
69 jstring vendor = env->NewStringUTF(list->getVendor().string()); local
71 env->SetObjectField(sensor, sensorOffsets.vendor, vendor);
152 sensorOffsets.vendor = _env->GetFieldID(sensorClass, "mVendor", "Ljava/lang/String;");
/frameworks/base/services/sensorservice/
H A DRotationVectorSensor.cpp66 hwSensor.vendor = "Google Inc.";
115 hwSensor.vendor = "Google Inc.";
H A DLinearAccelerationSensor.cpp65 hwSensor.vendor = "Google Inc.";
H A DCorrectedGyroSensor.cpp72 hwSensor.vendor = "Google Inc.";
H A DGravitySensor.cpp80 hwSensor.vendor = "Google Inc.";
H A DOrientationSensor.cpp76 hwSensor.vendor = "Google Inc.";
/frameworks/base/include/utils/
H A DAssetManager.h118 * Set the current locale and vendor. The locale can change during
120 * language setting. The vendor is less likely to change.
125 void setVendor(const char* vendor);
139 * This will search through locale-specific and vendor-specific
151 * but aren't assets. These sit outside the usual "locale/vendor"
166 * The contents of the directory are an amalgam of vendor-specific,
178 * The contents of the directory are an amalgam of vendor-specific,
233 const asset_path& path, const char* locale, const char* vendor);
235 const char* vendor);
258 const asset_path& path, const char* locale, const char* vendor,
[all...]
/frameworks/base/libs/rs/driver/
H A DrsdGL.h45 const uint8_t * vendor; member in struct:RsdGLRec::__anon285
H A DrsdGL.cpp113 LOGE(" GL vendor: %s", dc->gl.gl.vendor);
302 dc->gl.gl.vendor = glGetString(GL_VENDOR);
/frameworks/base/opengl/libs/EGL/
H A Degl_display.h103 char const * vendor; member in struct:android::egl_display_t::strings_t
H A Degl_display.cpp194 disp[i].queryString.vendor = cnx->egl.eglQueryString(idpy,
/frameworks/base/libs/utils/
H A DAssetManager.cpp57 * Names for default app, locale, and vendor. We might want to change
183 // When there is an environment variable for /vendor, this
186 String8 overlayPath("/vendor/overlay/framework/");
409 * Set the current vendor. Use NULL to indicate no vendor.
412 * information in the vendor-specific sections of the tree.
414 void AssetManager::setVendor(const char* vendor) argument
424 mVendor = strdupNew(vendor);
468 * - locale + vendor
469 * - "default" + vendor
851 openInLocaleVendorLocked(const char* fileName, AccessMode mode, const asset_path& ap, const char* locale, const char* vendor) argument
988 createPathNameLocked(const asset_path& ap, const char* locale, const char* vendor) argument
1698 fncScanAndMergeDirLocked( SortedVector<AssetDir::FileInfo>* pMergedInfo, const asset_path& ap, const char* locale, const char* vendor, const char* dirName) argument
[all...]
/frameworks/base/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/base/libs/gui/
H A DSensor.cpp42 mVendor = hwSensor->vendor;
/frameworks/base/include/ui/
H A DInput.h851 bus(0), vendor(0), product(0), version(0) {
858 uint16_t vendor; member in struct:android::InputDeviceIdentifier
875 * names to try based on the device name, vendor, product, and version.
/frameworks/base/tools/aapt/
H A DAaptAssets.h76 : locale(_locale), vendor(_vendor), mParamsChanged(true) { }
127 String8 vendor; member in struct:AaptGroupEntry
225 * vendor/locale variations).
/frameworks/base/services/input/
H A DEventHub.cpp891 identifier.vendor = inputId.vendor;
924 " vendor %04x\n"
927 identifier.bus, identifier.vendor, identifier.product, identifier.version);
1316 dump.appendFormat(INDENT3 "Identifier: bus=0x%04x, vendor=0x%04x, "
1318 device->identifier.bus, device->identifier.vendor,
/frameworks/base/libs/ui/
H A DInput.cpp74 if (deviceIdentifier.vendor !=0 && deviceIdentifier.product != 0) {
76 // Try vendor product version.
79 deviceIdentifier.vendor, deviceIdentifier.product,
87 // Try vendor product.
90 deviceIdentifier.vendor, deviceIdentifier.product),

Completed in 2015 milliseconds

12