Home
last modified time | relevance | path

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

123456

/packages/modules/NeuralNetworks/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 …]
/packages/services/Car/cpp/telemetry/cartelemetryd/sampleclient/
DREADME.md3 This is a sample vendor service that sends `CarData` to car telemetry service.
14 adb push $ANDROID_PRODUCT_OUT/vendor/bin/android.automotive.telemetryd-sampleclient /system/bin/
23 **2. Under vendor**
36 `adb shell /vendor/bin/android.automotive.telemetryd-sampleclient`.
51 /vendor/bin/android\.automotive\.telemetryd-sampleclient u:object_r:cartelemetryd_sample_exec:s0
60 service cartelemetryd_sample /vendor/bin/android.automotive.telemetryd-sampleclient
/packages/modules/Bluetooth/tools/rootcanal/scripts/
Dbuild_and_run.sh52 VENDOR_SYMBOLS_REL=/symbols/system/vendor/lib
56 TEST_VENDOR_LIB=test-vendor.so
58 VENDOR_LIB=libbt-vendor.so
108 adb push ${VENDOR_SYMBOLS_ABS}/${VENDOR_LIB} /vendor/lib
111 adb push ${TEST_VENDOR_LIB_ABS}/data/${CONTROLLER_PROPERTIES} /vendor/etc/bluetooth/
/packages/apps/Settings/src/com/android/settings/gestures/
DDoubleTwistPreferenceController.java57 final String vendor = resources.getString(R.string.gesture_double_twist_sensor_vendor); in isGestureAvailable() local
58 if (!TextUtils.isEmpty(type) && !TextUtils.isEmpty(vendor)) { in isGestureAvailable()
62 if (type.equals(s.getStringType()) && vendor.equals(s.getVendor())) { in isGestureAvailable()
/packages/modules/Bluetooth/system/test/rootcanal/
Dandroid.hardware.bluetooth@1.1-service.sim.rc1 service vendor.bluetooth-1-1 /vendor/bin/hw/android.hardware.bluetooth@1.1-service.sim
/packages/modules/Virtualization/microdroid/
Dfstab.microdroid2 vendor /vendor ext4 noatime,ro,errors=panic wait,slotselect,avb=vbmeta,first_stage_mount,logical
/packages/modules/adb/client/
Dusb_osx.cpp110 static std::unique_ptr<usb_handle> CheckInterface(IOUSBInterfaceInterface550** iface, UInt16 vendor,
156 UInt16 vendor; in AndroidInterfaceAdded() local
233 kr = (*dev)->GetDeviceVendor(dev, &vendor); in AndroidInterfaceAdded()
298 vendor, product, serial); in AndroidInterfaceAdded()
316 CheckInterface((IOUSBInterfaceInterface550**)iface, vendor, product); in AndroidInterfaceAdded()
357 UInt16 vendor, UInt16 product) { in CheckInterface() argument
/packages/modules/OnDevicePersonalization/tests/manualtests/src/com/android/ondevicepersonalization/services/download/
DOnDevicePersonalizationDataProcessingAsyncCallableManualTests.java29 import com.android.ondevicepersonalization.services.data.vendor.OnDevicePersonalizationVendorDataDa…
30 import com.android.ondevicepersonalization.services.data.vendor.VendorData;
31 import com.android.ondevicepersonalization.services.data.vendor.VendorDataContract;
/packages/modules/NeuralNetworks/driver/sample_shim/
DAndroid.bp36 vendor: true,
108 // Library prebuilt object and registers it as a sAIDL vendor service.
110 // To see an example where the driver code is available as a vendor service
/packages/services/Car/tests/CarTelemetryApp/
DREADME.md11 CarService should bind to the vendor service, the list of early start up applications that
12 CarService binds to are listed in `vendor/auto/embedded/products/rro_overlay/CarServiceOverlay/res/…
20 to `config_earlyStartupServices` in `vendor/auto/embedded/products/rro_overlay/CarServiceOverlay/re…
/packages/modules/Bluetooth/system/stack/test/
Dstack_avrcp_test.cc48 msg.vendor.p_vendor_data = vendor_rsp_buf; in TEST_F()
49 msg.vendor.vendor_len = 13; in TEST_F()
188 .vendor = in TEST_F()
/packages/services/Car/car_product/car_ui_portrait/rro/
Dcar_ui_portrait_rro.mk19 $(call inherit-product-if-exists, vendor/auto/embedded/products/coolwhip/car-ui-lib-rros/product.mk)
20 $(call inherit-product-if-exists, vendor/google/nexus_overlay/fonts/fonts.mk)
96 ro.boot.vendor.overlay.theme=$(subst $(space),,$(PORTRAIT_RRO_PACKAGES))
/packages/modules/Bluetooth/system/bta/test/
Dbta_dip_test.cc119 ASSERT_EQ(record.dip.vendor, 0x18d1); in TEST_F()
153 ASSERT_EQ(record.dip.vendor, 0); in TEST_F()
188 ASSERT_EQ(record.dip.vendor, 0); in TEST_F()
/packages/modules/ImsMedia/test/
DREADME.md25 adb pull /vendor/etc/vintf/manifest.xml
36 adb push manifest.xml /vendor/etc/vintf/manifest.xml
/packages/modules/Bluetooth/system/main/
Dbte_conf.cc51 record.vendor = in bte_load_did_conf()
84 LOG_INFO(" vendorId = %04x", record.vendor); in bte_load_did_conf()
/packages/services/Car/car_product/build/
Dcar_system.mk22 $(call inherit-product-if-exists, vendor/google/security/adb/vendor_key.mk)
145 …rservice.overlay.packages?=com.android.car.resources.vendor;com.google.android.car.resources.vendo…
/packages/services/Car/cpp/car_binder_lib/largeParcelable/tests/
DAndroid.bp35 name: "android-automotive-large-parcelable-vendor-test",
52 vendor: true,
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dsdp.rs211 pub vendor: u16, field
223 vendor: item.vendor, in from()
394 vendor: dip.vendor, in get_unsafe_record()
/packages/modules/OnDevicePersonalization/tests/servicetests/src/com/android/ondevicepersonalization/services/download/
DOnDevicePersonalizationDataProcessingAsyncCallableTests.java30 import com.android.ondevicepersonalization.services.data.vendor.OnDevicePersonalizationVendorDataDa…
31 import com.android.ondevicepersonalization.services.data.vendor.VendorData;
32 import com.android.ondevicepersonalization.services.data.vendor.VendorDataContract;
/packages/services/DeviceAsWebcam/res/raw/
DREADME.md42 For example, if a vendor would like to advertise 2 possible physical streams
80 For example, if a vendor would like to custom 2 possible physical streams'
99 For example, if a vendor would like to ignore camera ids 22 and 66, the ignored
/packages/modules/OnDevicePersonalization/tests/servicetests/src/com/android/ondevicepersonalization/services/data/
DDataAccessServiceImplTest.java40 import com.android.ondevicepersonalization.services.data.vendor.LocalData;
41 import com.android.ondevicepersonalization.services.data.vendor.OnDevicePersonalizationLocalDataDao;
42 import com.android.ondevicepersonalization.services.data.vendor.OnDevicePersonalizationVendorDataDa…
43 import com.android.ondevicepersonalization.services.data.vendor.VendorData;
/packages/services/Car/cpp/evs/sampleDriver/hidl/
DAndroid.bp26 vendor: true,
103 vendor : true,
/packages/modules/Bluetooth/system/stack/test/fuzzers/avrc/
Dfuzz_avrc.cc176 msg.vendor.p_vendor_data = (uint8_t*)&data[2]; in LLVMFuzzerTestOneInput()
177 msg.vendor.vendor_len = size - 2; in LLVMFuzzerTestOneInput()
/packages/modules/OnDevicePersonalization/tests/servicetests/src/com/android/ondevicepersonalization/services/display/
DDisplayHelperTest.java39 import com.android.ondevicepersonalization.services.data.vendor.OnDevicePersonalizationVendorDataDa…
40 import com.android.ondevicepersonalization.services.data.vendor.VendorData;
/packages/modules/NeuralNetworks/driver/sample/
DAndroid.bp83 // to be used directly by the build system for a vendor service. This SL object
86 // To see an example where the driver code is available as a vendor service

123456