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

/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/core/tests/overlaytests/
H A Druntests.sh74 $adb shell rm /vendor/overlay/framework/framework-res.apk
75 $adb shell rm /data/resource-cache/vendor@overlay@framework@framework-res.apk@idmap
81 mkdir_if_needed "/system/vendor"
82 mkdir_if_needed "/vendor/overlay/framework"
83 $adb shell ln -s /data/app/com.android.overlaytest.overlay.apk /vendor/overlay/framework/framework-res.apk
/frameworks/native/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);
155 sensorOffsets.vendor = _env->GetFieldID(sensorClass, "mVendor", "Ljava/lang/String;");
/frameworks/base/libs/androidfw/
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),
H A DAssetManager.cpp57 * Names for default app, locale, and vendor. We might want to change
201 // When there is an environment variable for /vendor, this
204 String8 overlayPath("/vendor/overlay/framework/");
427 * Set the current vendor. Use NULL to indicate no vendor.
430 * information in the vendor-specific sections of the tree.
432 void AssetManager::setVendor(const char* vendor) argument
442 mVendor = strdupNew(vendor);
486 * - locale + vendor
487 * - "default" + vendor
869 openInLocaleVendorLocked(const char* fileName, AccessMode mode, const asset_path& ap, const char* locale, const char* vendor) argument
1006 createPathNameLocked(const asset_path& ap, const char* locale, const char* vendor) argument
1716 fncScanAndMergeDirLocked( SortedVector<AssetDir::FileInfo>* pMergedInfo, const asset_path& ap, const char* locale, const char* vendor, const char* dirName) argument
[all...]
/frameworks/base/include/androidfw/
H A DInputDevice.h30 bus(0), vendor(0), product(0), version(0) {
38 uint16_t vendor; member in struct:android::InputDeviceIdentifier
133 * names to try based on the device name, vendor, product, and version.
H A DAssetManager.h119 * Set the current locale and vendor. The locale can change during
121 * language setting. The vendor is less likely to change.
126 void setVendor(const char* vendor);
140 * This will search through locale-specific and vendor-specific
152 * but aren't assets. These sit outside the usual "locale/vendor"
167 * The contents of the directory are an amalgam of vendor-specific,
179 * The contents of the directory are an amalgam of vendor-specific,
234 const asset_path& path, const char* locale, const char* vendor);
236 const char* vendor);
259 const asset_path& path, const char* locale, const char* vendor,
[all...]
/frameworks/native/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/rs/driver/
H A DrsdGL.h45 const uint8_t * vendor; member in struct:RsdGLRec::__anon1537
H A DrsdGL.cpp140 ALOGE(" GL vendor: %s", dc->gl.gl.vendor);
360 dc->gl.gl.vendor = glGetString(GL_VENDOR);
/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.cpp193 disp.queryString.vendor = cnx->egl.eglQueryString(idpy,
/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/libs/gui/
H A DSensor.cpp42 mVendor = hwSensor->vendor;
/frameworks/base/services/input/
H A DEventHub.cpp102 rawDescriptor.appendFormat(":%04x:%04x:", identifier.vendor, identifier.product);
106 } if (identifier.vendor == 0 && identifier.product == 0) {
107 // If we don't know the vendor and product id, then the device is probably
1015 identifier.vendor = inputId.vendor;
1050 " vendor %04x\n"
1053 identifier.bus, identifier.vendor, identifier.product, identifier.version);
1493 dump.appendFormat(INDENT3 "Identifier: bus=0x%04x, vendor=0x%04x, "
1495 device->identifier.bus, device->identifier.vendor,
/frameworks/base/tools/aapt/
H A DAaptAssets.h70 : locale(_locale), vendor(_vendor), mParamsChanged(true) { }
122 String8 vendor; member in struct:AaptGroupEntry
221 * vendor/locale variations).
H A DAaptAssets.cpp702 this->vendor = "";
1471 if (v == 0) v = vendor.compare(o.vendor);
/frameworks/base/
H A DAndroid.mk716 $(call all-java-files-under, ../../vendor/unbundled_google/libs/gcm/gcm-client/src) \
717 $(call all-java-files-under, ../../vendor/unbundled_google/libs/gcm/gcm-server/src) \
718 $(call all-html-files-under, ../../vendor/unbundled_google/libs/gcm/gcm-client/src) \
719 $(call all-html-files-under, ../../vendor/unbundled_google/libs/gcm/gcm-server/src) \

Completed in 375 milliseconds