/aosp12/hardware/interfaces/neuralnetworks/ |
H A D | TEST_MAPPING | 26 // testing time. The other sample drivers (fast-float, quant, etc.) 37 // testing time. The other sample drivers (fast-float, quant, etc.) 50 // testing time. The other sample drivers (fast-float, quant, etc.) 61 // testing time. The other sample drivers (fast-float, quant, etc.) 72 // testing time. The other sample drivers (fast-float, quant, etc.)
|
/aosp12/frameworks/base/core/proto/android/service/ |
H A D | battery.proto | 33 // Max current in microamperes. This may be 0 if the device's kernel drivers 36 // Max voltage. This may be 0 if the device's kernel drivers don't support
|
/aosp12/frameworks/native/opengl/specs/ |
H A D | EGL_ANDROID_GLES_layers.txt | 40 It does not add any requirements to drivers or hardware.
|
/aosp12/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
H A D | Android.mk | 35 external/wpa_supplicant_8/src/drivers
|
/aosp12/hardware/qcom/wlan/qcwcn/wpa_supplicant_8_lib/ |
H A D | Android.mk | 31 $(WPA_SUPPL_DIR)/src/drivers \
|
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/user/ |
H A D | ExperimentalCarUserManagerUnitTest.java | 143 List<Integer> drivers = mManager.getAllDrivers(); in testGetAllDrivers() local 144 assertThat(drivers).containsExactly(10, 20, 30); in testGetAllDrivers()
|
/aosp12/hardware/broadcom/wlan/bcmdhd/wpa_supplicant_8_lib/ |
H A D | Android.mk | 31 $(WPA_SUPPL_DIR)/src/drivers \
|
/aosp12/frameworks/native/vulkan/nulldrv/ |
H A D | Android.bp | 25 // Real drivers would set this to vulkan.$(TARGET_BOARD_PLATFORM)
|
/aosp12/system/sepolicy/prebuilts/api/28.0/private/ |
H A D | untrusted_app_25.te | 37 # Access to /proc/tty/drivers, to allow apps to determine if they
|
/aosp12/system/sepolicy/prebuilts/api/30.0/private/ |
H A D | untrusted_app_25.te | 22 # Access to /proc/tty/drivers, to allow apps to determine if they
|
/aosp12/system/sepolicy/prebuilts/api/26.0/private/ |
H A D | untrusted_app_25.te | 41 # Access to /proc/tty/drivers, to allow apps to determine if they
|
H A D | genfs_contexts | 38 genfscon proc /tty/drivers u:object_r:proc_tty_drivers:s0
|
/aosp12/system/sepolicy/prebuilts/api/27.0/private/ |
H A D | untrusted_app_25.te | 41 # Access to /proc/tty/drivers, to allow apps to determine if they
|
/aosp12/system/sepolicy/prebuilts/api/31.0/private/ |
H A D | untrusted_app_25.te | 22 # Access to /proc/tty/drivers, to allow apps to determine if they
|
/aosp12/system/sepolicy/prebuilts/api/32.0/private/ |
H A D | untrusted_app_25.te | 22 # Access to /proc/tty/drivers, to allow apps to determine if they
|
/aosp12/system/sepolicy/private/ |
H A D | untrusted_app_25.te | 22 # Access to /proc/tty/drivers, to allow apps to determine if they
|
/aosp12/packages/modules/NeuralNetworks/shim_and_sl/ |
H A D | Android.bp | 32 * intended to be used by a non-updatable (without an OTA) NNAPI vendor drivers
|
/aosp12/system/sepolicy/prebuilts/api/29.0/private/ |
H A D | untrusted_app_25.te | 38 # Access to /proc/tty/drivers, to allow apps to determine if they
|
/aosp12/hardware/interfaces/usb/1.2/ |
H A D | types.hal | 85 * enableContaminantPresencePortProtection set to false. Low level drivers should
|
/aosp12/packages/modules/NeuralNetworks/tools/systrace_parser/ |
H A D | contract-between-code-and-parser.txt | 169 … the time spent in sample and hvx drivers. 171 … this may not be the case - future drivers
|
/aosp12/frameworks/native/opengl/libs/EGL/ |
H A D | GLES_layers.md | 236 …ontinue to route to GLES 1.x drivers. But functions shared with GLES 2.0+ (like glGetString) will…
|
/aosp12/packages/services/Car/tests/BugReportApp/ |
H A D | README.md | 15 7. If the drivers cancels the dialog, the BugReportActivity deletes temp directory and closes the
|
/aosp12/hardware/interfaces/wifi/hostapd/1.0/ |
H A D | IHostapd.hal | 50 * case is currently supported only with drivers with which
|
/aosp12/frameworks/native/cmds/flatland/ |
H A D | README.txt | 5 synchronization framework, so it can only be run on devices with drivers
|
/aosp12/packages/modules/NeuralNetworks/runtime/ |
H A D | NeuralNetworks.cpp | 1195 const auto& drivers = DeviceManager::get()->getDrivers(); in ANeuralNetworksCompilation_create() local 1197 nonUpdatableDrivers.reserve(drivers.size()); in ANeuralNetworksCompilation_create() 1198 std::copy_if(drivers.begin(), drivers.end(), std::back_inserter(nonUpdatableDrivers), in ANeuralNetworksCompilation_create()
|