Searched defs:vendor (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/mopria/
H A DMopriaRecommendationPlugin.java43 public boolean matchesCriteria(String vendor, NsdServiceInfo nsdServiceInfo) { argument
/frameworks/native/services/sensorservice/hidl/
H A Dutils.cpp34 const String8& vendor = src.getVendor(); local
36 dst.vendor = hidl_string{vendor.string(), vendor.size()};
/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/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/hp/
H A DHPRecommendationPlugin.java87 public boolean matchesCriteria(String vendor, NsdServiceInfo nsdServiceInfo) { argument
88 if (!TextUtils.equals(vendor, mVendorInfo.mVendorID)) return false;
H A DServiceRecommendationPlugin.java83 public boolean matchesCriteria(String vendor, NsdServiceInfo nsdServiceInfo) { argument
84 return TextUtils.equals(vendor, mVendorInfo.mVendorID);
H A DServiceListener.java46 boolean matchesCriteria(String vendor, NsdServiceInfo serviceInfo); argument
78 String vendor = MDnsUtils.getVendor(nsdServiceInfo);
79 if (vendor == null) vendor = "";
82 if (vendor.equalsIgnoreCase(vendorValues)) {
83 vendor = entry.getValue().mVendorID;
89 if ((vendor != entry.getValue().mVendorID) &&
91 vendor = entry.getValue().mVendorID;
95 if (vendor == entry.getValue().mVendorID) break;
98 if (TextUtils.isEmpty(vendor)) {
[all...]
/frameworks/rs/driver/
H A DrsdGL.h42 const uint8_t * vendor; member in struct:RsdGLRec::__anon1989
/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
148 * names to try based on the device name, vendor, product, and version.
/frameworks/native/opengl/libs/EGL/
H A Degl_display.h94 char const * vendor; member in struct:android::egl_display_t::strings_t
/frameworks/native/services/vr/virtual_touchpad/
H A DEvdevInjector.cpp65 int16_t vendor, int16_t product,
69 device_name, bustype, vendor, product, version);
90 uidev_.id.vendor = vendor;
175 ALOGV(" id.vendor=0x%04" PRIX16, uidev_.id.vendor);
64 ConfigureBegin(const char* device_name, int16_t bustype, int16_t vendor, int16_t product, int16_t version) argument
/frameworks/base/core/java/android/hardware/location/
H A DContextHubInfo.java111 * get a string as the vendor name
113 * @return String - a name for the vendor
120 * set a string as the vendor name
122 * @param vendor - a name for the vendor
126 public void setVendor(String vendor) { argument
127 mVendor = vendor;
/frameworks/base/core/jni/
H A Dandroid_hardware_SensorManager.cpp54 jfieldID vendor; member in struct:__anon1068::SensorOffsets
97 sensorOffsets.vendor = GetFieldIDOrDie(_env, sensorClass, "mVendor", "Ljava/lang/String;");
164 jstring vendor = getJavaInternedString(env, nativeSensor.getVendor()); local
169 env->SetObjectField(sensor, sensorOffsets.vendor, vendor);

Completed in 237 milliseconds