Home
last modified time | relevance | path

Searched refs:firmware (Results 1 – 25 of 53) sorted by relevance

123

/system/core/init/
Dfirmware_handler.cpp64 static void LoadFirmware(const std::string& firmware, const std::string& root, int fw_fd, in LoadFirmware() argument
72 PLOG(ERROR) << "firmware: sendfile failed { '" << root << "', '" << firmware << "' }"; in LoadFirmware()
127 setenv("FIRMWARE", uevent.firmware.c_str(), 1); in RunExternalHandler()
196 << "' for devpath: '" << uevent.path << "' firmware: '" << uevent.firmware in GetFirmwarePath()
204 return uevent.firmware; in GetFirmwarePath()
210 return uevent.firmware; in GetFirmwarePath()
212 LOG(INFO) << "Loading firmware '" << *result << "' in place of '" << uevent.firmware in GetFirmwarePath()
217 LOG(INFO) << "firmware: loading '" << uevent.firmware << "' for '" << uevent.path << "'"; in GetFirmwarePath()
218 return uevent.firmware; in GetFirmwarePath()
222 const std::string& firmware) const { in ProcessFirmwareEvent()
[all …]
DREADME.ueventd.md3 Ueventd manages `/dev`, sets permissions for `/sys`, and handles firmware uevents. It has default
103 Ueventd by default serves firmware requests by searching through a list of firmware directories
104 for a file matching the uevent `FIRMWARE`. It then forks a process to serve this firmware to the
107 `/apex/*/etc/firmware` is also searched after a list of firmware directories.
109 The list of firmware directories is customized by a `firmware_directories` line in a ueventd.rc
115 firmware_directories /etc/firmware/ /odm/firmware/ /vendor/firmware/ /firmware/image/
116 Adds those 4 directories, in that order to the list of firmware directories that will be tried by
123 The exact firmware file to be served can be customized by running an external program by a
129 … external_firmware_handler /devices/leds/red/firmware/coeffs.bin system /vendor/bin/led_coeffs.bin
130 Will launch `/vendor/bin/led_coeffs.bin` as the system user instead of serving the default firmware
[all …]
Dfirmware_handler_test.cpp42 .firmware = "test_firmware001.bin", in FirmwareTestWithExternalHandler()
54 .firmware = "test_firmware001.bin", in FirmwareTestWithExternalHandler()
Duevent.h29 std::string firmware; member
Duevent_listener.cpp39 uevent->firmware.clear(); in ParseEvent()
56 uevent->firmware = msg; in ParseEvent()
84 << uevent->subsystem << "', '" << uevent->firmware << "', " << uevent->major in ParseEvent()
Dfirmware_handler.h57 void ProcessFirmwareEvent(const std::string& root, const std::string& firmware) const;
/system/core/rootdir/
Dueventd.rc4 firmware_directories /etc/firmware/ /odm/firmware/ /vendor/firmware/ /firmware/image/
/system/sepolicy/prebuilts/api/28.0/public/
Dupdate_engine_common.te44 # Read files in /sys/firmware/devicetree/base/firmware/android/
Dhal_wifi.te23 # hal_wifi writes firmware paths to this file.
/system/libufdt/tests/
DverifyDTBO.sh24 adb pull /sys/firmware/fdt final_dt > /dev/null
/system/bt/doc/
Dproperties.md9 Maximum amount of time Bluetooth can take to start-up, upload firmware etc.
/system/update_engine/cros/
Domaha_response.h105 uint16_t firmware = std::numeric_limits<uint16_t>::max();
Domaha_response_handler_action.cc171 static_cast<uint32_t>(response.rollback_key_version.firmware); in PerformAction()
269 static_cast<uint32_t>(version.firmware); in PerformAction()
/system/sepolicy/prebuilts/api/26.0/public/
Dhal_wifi.te22 # hal_wifi writes firmware paths to this file.
/system/sepolicy/prebuilts/api/29.0/public/
Dupdate_engine_common.te56 # Read files in /sys/firmware/devicetree/base/firmware/android/
Dhal_wifi.te22 # hal_wifi writes firmware paths to this file.
/system/sepolicy/prebuilts/api/27.0/public/
Dhal_wifi.te22 # hal_wifi writes firmware paths to this file.
/system/sepolicy/public/
Dueventd.te31 # Access for /vendor/ueventd.rc and /vendor/firmware
34 # Access for /apex/*/firmware
Dhal_wifi.te23 # hal_wifi writes firmware paths to this file.
Dupdate_engine_common.te56 # Read files in /sys/firmware/devicetree/base/firmware/android/
/system/sepolicy/prebuilts/api/31.0/public/
Dueventd.te31 # Access for /vendor/ueventd.rc and /vendor/firmware
34 # Access for /apex/*/firmware
Dhal_wifi.te23 # hal_wifi writes firmware paths to this file.
Dupdate_engine_common.te56 # Read files in /sys/firmware/devicetree/base/firmware/android/
/system/sepolicy/prebuilts/api/30.0/public/
Dupdate_engine_common.te56 # Read files in /sys/firmware/devicetree/base/firmware/android/
Dhal_wifi.te22 # hal_wifi writes firmware paths to this file.

123