Home
last modified time | relevance | path

Searched refs:drivers (Results 1 – 25 of 70) sorted by relevance

123

/aosp12/hardware/interfaces/neuralnetworks/
H A DTEST_MAPPING26 // 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 Dbattery.proto33 // 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 DEGL_ANDROID_GLES_layers.txt40 It does not add any requirements to drivers or hardware.
/aosp12/hardware/broadcom/wlan/bcmdhd/wifi_hal/
H A DAndroid.mk35 external/wpa_supplicant_8/src/drivers
/aosp12/hardware/qcom/wlan/qcwcn/wpa_supplicant_8_lib/
H A DAndroid.mk31 $(WPA_SUPPL_DIR)/src/drivers \
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/user/
H A DExperimentalCarUserManagerUnitTest.java143 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 DAndroid.mk31 $(WPA_SUPPL_DIR)/src/drivers \
/aosp12/frameworks/native/vulkan/nulldrv/
H A DAndroid.bp25 // Real drivers would set this to vulkan.$(TARGET_BOARD_PLATFORM)
/aosp12/system/sepolicy/prebuilts/api/28.0/private/
H A Duntrusted_app_25.te37 # Access to /proc/tty/drivers, to allow apps to determine if they
/aosp12/system/sepolicy/prebuilts/api/30.0/private/
H A Duntrusted_app_25.te22 # Access to /proc/tty/drivers, to allow apps to determine if they
/aosp12/system/sepolicy/prebuilts/api/26.0/private/
H A Duntrusted_app_25.te41 # Access to /proc/tty/drivers, to allow apps to determine if they
H A Dgenfs_contexts38 genfscon proc /tty/drivers u:object_r:proc_tty_drivers:s0
/aosp12/system/sepolicy/prebuilts/api/27.0/private/
H A Duntrusted_app_25.te41 # Access to /proc/tty/drivers, to allow apps to determine if they
/aosp12/system/sepolicy/prebuilts/api/31.0/private/
H A Duntrusted_app_25.te22 # Access to /proc/tty/drivers, to allow apps to determine if they
/aosp12/system/sepolicy/prebuilts/api/32.0/private/
H A Duntrusted_app_25.te22 # Access to /proc/tty/drivers, to allow apps to determine if they
/aosp12/system/sepolicy/private/
H A Duntrusted_app_25.te22 # Access to /proc/tty/drivers, to allow apps to determine if they
/aosp12/packages/modules/NeuralNetworks/shim_and_sl/
H A DAndroid.bp32 * intended to be used by a non-updatable (without an OTA) NNAPI vendor drivers
/aosp12/system/sepolicy/prebuilts/api/29.0/private/
H A Duntrusted_app_25.te38 # Access to /proc/tty/drivers, to allow apps to determine if they
/aosp12/hardware/interfaces/usb/1.2/
H A Dtypes.hal85 * enableContaminantPresencePortProtection set to false. Low level drivers should
/aosp12/packages/modules/NeuralNetworks/tools/systrace_parser/
H A Dcontract-between-code-and-parser.txt169 … 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 DGLES_layers.md236 …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 DREADME.md15 7. If the drivers cancels the dialog, the BugReportActivity deletes temp directory and closes the
/aosp12/hardware/interfaces/wifi/hostapd/1.0/
H A DIHostapd.hal50 * case is currently supported only with drivers with which
/aosp12/frameworks/native/cmds/flatland/
H A DREADME.txt5 synchronization framework, so it can only be run on devices with drivers
/aosp12/packages/modules/NeuralNetworks/runtime/
H A DNeuralNetworks.cpp1195 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()

123