/packages/modules/NeuralNetworks/extensions/ |
D | README.md | 3 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/ |
D | README.md | 3 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/ |
D | build_and_run.sh | 52 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/ |
D | DoubleTwistPreferenceController.java | 57 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/ |
D | android.hardware.bluetooth@1.1-service.sim.rc | 1 service vendor.bluetooth-1-1 /vendor/bin/hw/android.hardware.bluetooth@1.1-service.sim
|
/packages/modules/Virtualization/microdroid/ |
D | fstab.microdroid | 2 vendor /vendor ext4 noatime,ro,errors=panic wait,slotselect,avb=vbmeta,first_stage_mount,logical
|
/packages/modules/adb/client/ |
D | usb_osx.cpp | 110 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/ |
D | OnDevicePersonalizationDataProcessingAsyncCallableManualTests.java | 29 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/ |
D | Android.bp | 36 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/ |
D | README.md | 11 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/ |
D | stack_avrcp_test.cc | 48 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/ |
D | car_ui_portrait_rro.mk | 19 $(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/ |
D | bta_dip_test.cc | 119 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/ |
D | README.md | 25 adb pull /vendor/etc/vintf/manifest.xml 36 adb push manifest.xml /vendor/etc/vintf/manifest.xml
|
/packages/modules/Bluetooth/system/main/ |
D | bte_conf.cc | 51 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/ |
D | car_system.mk | 22 $(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/ |
D | Android.bp | 35 name: "android-automotive-large-parcelable-vendor-test", 52 vendor: true,
|
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/ |
D | sdp.rs | 211 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/ |
D | OnDevicePersonalizationDataProcessingAsyncCallableTests.java | 30 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/ |
D | README.md | 42 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/ |
D | DataAccessServiceImplTest.java | 40 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/ |
D | Android.bp | 26 vendor: true, 103 vendor : true,
|
/packages/modules/Bluetooth/system/stack/test/fuzzers/avrc/ |
D | fuzz_avrc.cc | 176 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/ |
D | DisplayHelperTest.java | 39 import com.android.ondevicepersonalization.services.data.vendor.OnDevicePersonalizationVendorDataDa… 40 import com.android.ondevicepersonalization.services.data.vendor.VendorData;
|
/packages/modules/NeuralNetworks/driver/sample/ |
D | Android.bp | 83 // 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
|