Searched defs:vendor (Results 1 - 8 of 8) 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/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
/frameworks/rs/driver/
H A DrsdGL.h45 const uint8_t * vendor; member in struct:RsdGLRec::__anon1614
/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
140 * names to try based on the device name, vendor, product, and version.
/frameworks/native/opengl/libs/EGL/
H A Degl_display.h107 char const * vendor; member in struct:android::egl_display_t::strings_t
/frameworks/base/core/jni/
H A Dandroid_hardware_SensorManager.cpp42 jfieldID vendor; member in struct:android::SensorOffsets
65 sensorOffsets.vendor = _env->GetFieldID(sensorClass, "mVendor", "Ljava/lang/String;");
91 jstring vendor = env->NewStringUTF(list->getVendor().string()); local
93 env->SetObjectField(sensor, sensorOffsets.vendor, vendor);
/frameworks/base/libs/androidfw/
H A DAssetManager.cpp70 * Names for default app, locale, and vendor. We might want to change
214 // When there is an environment variable for /vendor, this
217 String8 overlayPath("/vendor/overlay/framework/");
440 * Set the current vendor. Use NULL to indicate no vendor.
443 * information in the vendor-specific sections of the tree.
445 void AssetManager::setVendor(const char* vendor) argument
455 mVendor = strdupNew(vendor);
499 * - locale + vendor
500 * - "default" + vendor
884 openInLocaleVendorLocked(const char* fileName, AccessMode mode, const asset_path& ap, const char* locale, const char* vendor) argument
1021 createPathNameLocked(const asset_path& ap, const char* locale, const char* vendor) argument
1731 fncScanAndMergeDirLocked( SortedVector<AssetDir::FileInfo>* pMergedInfo, const asset_path& ap, const char* locale, const char* vendor, const char* dirName) argument
[all...]
/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).

Completed in 411 milliseconds