Home
last modified time | relevance | path

Searched refs:vendor (Results 1 – 25 of 187) sorted by relevance

12345678

/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/hp/
DServiceListener.java47 boolean matchesCriteria(String vendor, NsdServiceInfo serviceInfo); in matchesCriteria() argument
79 String vendor = MDnsUtils.getVendor(nsdServiceInfo); in printerFound()
80 if (vendor == null) vendor = ""; in printerFound()
83 if (vendor.equalsIgnoreCase(vendorValues)) { in printerFound()
84 vendor = entry.getValue().mVendorID; in printerFound()
90 if ((vendor != entry.getValue().mVendorID) && in printerFound()
92 vendor = entry.getValue().mVendorID; in printerFound()
96 if (vendor == entry.getValue().mVendorID) break; in printerFound()
99 if (TextUtils.isEmpty(vendor)) { in printerFound()
103 if (!mObserver.matchesCriteria(vendor, nsdServiceInfo)) in printerFound()
[all …]
DMDnsUtils.java49 String vendor; in getVendor() local
52 vendor = getString(attributes.get(ATTRIBUTE__MFG)); in getVendor()
53 if (!TextUtils.isEmpty(vendor)) return vendor; in getVendor()
54 vendor = getString(attributes.get(ATTRIBUTE__USB_MFG)); in getVendor()
55 if (!TextUtils.isEmpty(vendor)) return vendor; in getVendor()
/frameworks/av/media/audioserver/
Daudioserver.rc18 stop vendor.audio-hal
19 stop vendor.audio-hal-4-0-msd
21 stop vendor.audio-hal-2-0
26 start vendor.audio-hal
27 start vendor.audio-hal-4-0-msd
29 start vendor.audio-hal-2-0
33 start vendor.audio-hal
34 start vendor.audio-hal-4-0-msd
36 start vendor.audio-hal-2-0
40 restart vendor.audio-hal
[all …]
/frameworks/av/services/audiopolicy/config/
DAndroid.bp22 vendor: true,
27 vendor: true,
32 vendor: true,
37 vendor: true,
42 vendor: true,
47 vendor: true,
52 vendor: true,
57 vendor: true,
63 vendor: true,
/frameworks/av/media/libeffects/data/
Daudio_effects.conf27 path /vendor/lib/soundfx/libbundlewrapper.so
30 path /vendor/lib/soundfx/libreverbwrapper.so
33 path /vendor/lib/soundfx/libvisualizer.so
36 path /vendor/lib/soundfx/libdownmix.so
39 path /vendor/lib/soundfx/libldnhncr.so
42 path /vendor/lib/soundfx/libdynproc.so
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/xerox/
DMDnsUtils.java49 String vendor; in getVendor() local
52 vendor = getString(attributes.get(ATTRIBUTE__MFG)); in getVendor()
53 if (!TextUtils.isEmpty(vendor)) return vendor; in getVendor()
54 vendor = getString(attributes.get(ATTRIBUTE__USB_MFG)); in getVendor()
55 if (!TextUtils.isEmpty(vendor)) return vendor; in getVendor()
DServiceResolver.java163 String vendor = MDnsUtils.getVendor(nsdServiceInfo); in printerFound()
164 if (vendor == null) vendor = ""; in printerFound()
167 if (vendor.equalsIgnoreCase(vendorValues)) { in printerFound()
168 vendor = mVendorInfo.mVendorID; in printerFound()
173 if ((vendor != mVendorInfo.mVendorID) && in printerFound()
175 vendor = mVendorInfo.mVendorID; in printerFound()
178 if (!(vendor == mVendorInfo.mVendorID)) { in printerFound()
/frameworks/av/apex/
Dld.config.txt80 namespace.sphal.search.paths += /vendor/${LIB}
83 namespace.sphal.permitted.paths += /vendor/${LIB}
84 namespace.sphal.permitted.paths += /vendor/${LIB}/hw
85 namespace.sphal.permitted.paths += /system/vendor/${LIB}
89 namespace.sphal.asan.search.paths += /data/asan/vendor/${LIB}
90 namespace.sphal.asan.search.paths += /vendor/${LIB}
94 namespace.sphal.asan.permitted.paths += /data/asan/vendor/${LIB}
95 namespace.sphal.asan.permitted.paths += /vendor/${LIB}
103 namespace.sphal.search.paths += /vendor/${LIB}/vndk-sp
108 namespace.sphal.permitted.paths += /vendor/${LIB}/hw
[all …]
/frameworks/base/packages/overlays/
DCleanSpec.mk47 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/overlay/AccentColor*)
48 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/overlay/DisplayCutout*)
49 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/overlay/IconShape*)
/frameworks/native/libs/binder/tests/
DbinderStabilityTest.cpp87 static sp<BadStableBinder> vendor() { in vendor() function in BadStableBinder
120 *_aidl_return = BadStableBinder::vendor(); in returnVendorStabilityBinder()
129 EXPECT_FALSE(Stability::requiresVintfDeclaration(BadStableBinder::vendor())); in TEST()
158 EXPECT_TRUE(server->sendBinder(BadStableBinder::vendor()).isOk()); in TEST()
178 sp<BadStableBinder> binder = BadStableBinder::vendor(); in TEST()
266 SpAIBinder vendor = SpAIBinder(AIBinder_new(kNdkBadStableBinder, nullptr /*args*/)); in TEST() local
267 AIBinder_markVendorStability(vendor.get()); in TEST()
268 EXPECT_TRUE(remoteServer->sendBinder(vendor).isOk()); in TEST()
269 EXPECT_FALSE(remoteServer->sendAndCallBinder(vendor).isOk()); in TEST()
270 EXPECT_FALSE(NdkBadStableBinder_getUserData(vendor.get())->gotUserTransaction); in TEST()
/frameworks/av/services/audiopolicy/engineconfigurable/config/example/phone/
DAndroid.bp27 vendor: true,
38 vendor: true,
43 vendor: true,
48 vendor: true,
53 vendor: true,
/frameworks/ml/nn/extensions/
DREADME.md3 Neural Networks API (NNAPI) vendor extensions, introduced in Android 10, are
4 collections of vendor-defined operations and data types. On devices running NN
6 supporting corresponding vendor extensions. Vendor extensions don't modify the
16 native binaries on the `/product`, `/vendor`, `/odm`, and `/data` partitions.
17 Apps and native binaries located on the `/system` partition can't use vendor
20 A list of Android apps and binaries permitted to use NNAPI vendor extensions is
21 stored in `/vendor/etc/nnapi_extensions_app_allowlist`. Each line of the file
32 The vendor creates and maintains a header file with the extension definition. A
37 of the vendor.
40 vendor name. The vendor name is represented by `EXAMPLE` in the code samples on
[all …]
/frameworks/av/services/audiopolicy/enginedefault/config/example/
DAndroid.bp24 vendor: true,
34 vendor: true,
39 vendor: true,
44 vendor: true,
/frameworks/native/services/sensorservice/hidl/
Dutils.cpp34 const String8& vendor = src.getVendor(); in convertSensor() local
36 dst.vendor = hidl_string{vendor.string(), vendor.size()}; in convertSensor()
/frameworks/av/services/audiopolicy/engineconfigurable/config/example/automotive/
DAndroid.bp27 vendor: true,
38 vendor: true,
43 vendor: true,
48 vendor: true,
/frameworks/base/tests/privapp-permissions/
DAndroid.bp19 manifest: "vendor/AndroidManifest.xml",
20 vendor: true,
26 src: "vendor/privapp-permissions-test.xml",
/frameworks/av/services/mediacodec/
Dandroid.hardware.media.omx@1.0-service.rc1 service vendor.media.omx /vendor/bin/hw/android.hardware.media.omx@1.0-service
/frameworks/av/media/codec2/hidl/services/
DAndroid.bp20 // accordingly. The contents of "vendor.cpp" and files in the subdirectory
30 // vendor.cpp also needs to be updated because it needs the absolute path to the
34 vendor: true,
41 "vendor.cpp",
65 vendor: true,
/frameworks/av/media/libeffects/factory/
DAndroid.bp12 vendor: true,
39 vendor: true,
/frameworks/av/services/audiopolicy/engineconfigurable/config/example/caremu/
DAndroid.bp28 vendor: true,
39 vendor: true,
44 vendor: true,
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
Dandroid.hardware.drm@1.2-service-lazy.clearkey.rc1 service vendor.drm-clearkey-hal-1-2 /vendor/bin/hw/android.hardware.drm@1.2-service-lazy.clearkey
Dandroid.hardware.drm@1.2-service.clearkey.rc1 service vendor.drm-clearkey-hal-1-2 /vendor/bin/hw/android.hardware.drm@1.2-service.clearkey
Dandroid.hardware.drm@1.3-service.clearkey.rc1 service vendor.drm-clearkey-hal-1-3 /vendor/bin/hw/android.hardware.drm@1.3-service.clearkey
/frameworks/native/cmds/servicemanager/
DAndroid.bp26 vendor: {
43 vendor: true,
/frameworks/av/media/libeffects/lvm/wrapper/
DAndroid.bp11 vendor: true,
51 vendor: true,

12345678