HomeSort by relevance Sort by last modified time
    Searched refs:vendor (Results 101 - 125 of 1281) sorted by null

1 2 3 45 6 7 8 91011>>

  /device/google/taimen/
aosp_taimen.mk 26 $(call inherit-product-if-exists, vendor/google_devices/taimen/proprietary/device-vendor.mk)
  /device/google/wahoo/
init.qcom.devstart.sh 0 #! /vendor/bin/sh
8 /vendor/firmware/slpi_v2.b04 | \
  /device/huawei/angler/
aosp_angler.mk 37 $(call inherit-product-if-exists, vendor/huawei/angler/device-vendor.mk)
  /device/lge/bullhead/
aosp_bullhead.mk 37 $(call inherit-product-if-exists, vendor/lge/bullhead/device-vendor.mk)
audio_effects.conf 10 path /vendor/lib/soundfx/libbundlewrapper.so
13 path /vendor/lib/soundfx/libreverbwrapper.so
16 path /vendor/lib/soundfx/libvisualizer.so
19 path /vendor/lib/soundfx/libqcomvisualizer.so
22 path /vendor/lib/soundfx/libdownmix.so
25 path /vendor/lib/soundfx/libeffectproxy.so
28 path /vendor/lib/soundfx/libqcompostprocbundle.so
31 path /vendor/lib/soundfx/libqcomvoiceprocessing.so
34 path /vendor/lib/soundfx/libldnhncr.so
37 path /vendor/lib/soundfx/libvolumelistener.s
    [all...]
  /device/linaro/hikey/self-extractors/linaro/staging/
device-partial.mk 17 vendor/linaro/hikey/proprietary/lib64/libGLES_mali.so:system/vendor/lib64/egl/libGLES_mali.so:linaro \
18 vendor/linaro/hikey/proprietary/libGLES_mali.so:system/vendor/lib/egl/libGLES_mali.so:linaro \
  /frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/xerox/
ServiceResolver.java 162 String vendor = MDnsUtils.getVendor(nsdServiceInfo);
163 if (vendor == null) vendor = "";
166 if (vendor.equalsIgnoreCase(vendorValues)) {
167 vendor = mVendorInfo.mVendorID;
172 if ((vendor != mVendorInfo.mVendorID) &&
174 vendor = mVendorInfo.mVendorID;
177 if (!(vendor == mVendorInfo.mVendorID)) {
  /frameworks/native/services/surfaceflinger/RenderEngine/
GLExtensions.cpp 34 GLubyte const* vendor,
39 mVendor = (char const*)vendor;
  /hardware/marvell/bt/libbt-vendor/
Android.mk 18 LOCAL_MODULE := libbt-vendor
  /system/tools/hidl/test/vendor/1.0/
IVendor.hal 17 package tests.vendor@1.0;
  /system/tools/hidl/
update-all-google-makefiles.sh 10 $ANDROID_BUILD_TOP/system/tools/hidl/test/vendor/1.0/update-makefile.sh
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-tic6x/
attr-compatibility-gnu-gnu.d 11 Tag_ABI_compatibility: flag = 1, vendor = gnu
attr-compatibility-gnu-other.d 6 #error: .*Object has vendor-specific contents that must be processed by the 'other' toolchain
attr-compatibility-other-other.d 6 #error: .*Object has vendor-specific contents that must be processed by the 'other' toolchain
  /build/make/target/board/
treble_common.mk 40 # Generic AOSP image always requires separate vendor.img
41 TARGET_COPY_OUT_VENDOR := vendor
  /build/make/target/product/
aosp_x86.mk 18 rild.libpath=/vendor/lib/libreference-ril.so
  /device/google/contexthub/lefty/
Lefty.cpp 21 namespace vendor { namespace
31 // Methods from ::vendor::google_clockwork::lefty::V1_0::ILefty follow.
49 } // namespace vendor
  /device/google/muskie/walleye/
BoardConfig.mk 21 -include vendor/google_devices/muskie/proprietary/BoardConfigVendor.mk
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/
AmrSpecificBox.java 35 private String vendor; field in class:AmrSpecificBox
46 return vendor;
73 vendor = IsoFile.bytesToFourCC(v);
84 byteBuffer.put(IsoFile.fourCCtoBytes(vendor));
93 buffer.append("AmrSpecificBox[vendor=").append(getVendor());
  /external/toybox/toys/other/
lspci.c 42 char *p = toybuf, *vendor = toybuf+9, *device = toybuf+18, local
57 for (fields = (char*[]){"class", "vendor", "device", 0}; *fields; fields++) {
87 if (strstart(&s, vbig ? device : vendor)) {
101 new->name+5, toybuf, vbig ? vbig : "", vendor,
110 vbig ? vbig : vendor, dbig ? dbig : device);
  /frameworks/native/services/sensorservice/hidl/
utils.cpp 34 const String8& vendor = src.getVendor(); local
36 dst.vendor = hidl_string{vendor.string(), vendor.size()};
  /system/chre/platform/shared/nanoapp/
nanoapp_support_lib_dso.c 43 .vendor = NANOAPP_VENDOR_STRING,
  /external/syslinux/com32/lua/src/
pci.c 50 lua_pushstring(L, "vendor");
51 lua_pushnumber(L, pci_device->vendor);
78 char vendor[255]; local
105 /* If the line doesn't start with a tab, it means that's a vendor id */
111 /* the vendor name is the next field*/
113 strlcpy(vendor,skipspace(strstr(line," ")),255);
114 remove_eol(vendor);
116 /* ffff is an invalid vendor id */
120 lua_pushstring(L, vendor);
  /external/wpa_supplicant_8/src/eap_common/
eap_common.c 52 * @vendor: Expected EAP Vendor-Id (0 = IETF)
66 const u8 * eap_hdr_validate(int vendor, EapType eap_type,
93 if (exp_vendor != vendor || exp_type != (u32) eap_type) {
102 if (vendor != EAP_VENDOR_IETF || *pos != eap_type) {
114 * @vendor: Vendor-Id (0 = IETF)
123 * if the selected Vendor-Id is not IETF. In other words, most EAP methods do
128 struct wpabuf * eap_msg_alloc(int vendor, EapType type, size_t payload_len,
135 len = sizeof(struct eap_hdr) + (vendor == EAP_VENDOR_IETF ? 1 : 8)
    [all...]
  /development/build/tools/
mk_sdk_repo_xml.sh 112 # (note that vendor is mapped to different XML elements based on the XSD version)
113 Extra.VendorDisplay vendor-display 4
114 Extra.VendorId vendor-id 4
115 Extra.Vendor vendor-id 4
116 Extra.Vendor vendor 1
125 Addon.VendorId add-on/vendor-id s:3
126 Addon.VendorDisplay add-on/vendor-display s:3
128 # (note that vendor/name are mapped to different XML elements based on the XSD version
    [all...]

Completed in 494 milliseconds

1 2 3 45 6 7 8 91011>>