Searched refs:firmware (Results 1 – 25 of 53) sorted by relevance
123
/system/core/init/ |
D | firmware_handler.cpp | 64 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 …]
|
D | README.ueventd.md | 3 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 …]
|
D | firmware_handler_test.cpp | 42 .firmware = "test_firmware001.bin", in FirmwareTestWithExternalHandler() 54 .firmware = "test_firmware001.bin", in FirmwareTestWithExternalHandler()
|
D | uevent.h | 29 std::string firmware; member
|
D | uevent_listener.cpp | 39 uevent->firmware.clear(); in ParseEvent() 56 uevent->firmware = msg; in ParseEvent() 84 << uevent->subsystem << "', '" << uevent->firmware << "', " << uevent->major in ParseEvent()
|
D | firmware_handler.h | 57 void ProcessFirmwareEvent(const std::string& root, const std::string& firmware) const;
|
/system/core/rootdir/ |
D | ueventd.rc | 4 firmware_directories /etc/firmware/ /odm/firmware/ /vendor/firmware/ /firmware/image/
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | update_engine_common.te | 44 # Read files in /sys/firmware/devicetree/base/firmware/android/
|
D | hal_wifi.te | 23 # hal_wifi writes firmware paths to this file.
|
/system/libufdt/tests/ |
D | verifyDTBO.sh | 24 adb pull /sys/firmware/fdt final_dt > /dev/null
|
/system/bt/doc/ |
D | properties.md | 9 Maximum amount of time Bluetooth can take to start-up, upload firmware etc.
|
/system/update_engine/cros/ |
D | omaha_response.h | 105 uint16_t firmware = std::numeric_limits<uint16_t>::max();
|
D | omaha_response_handler_action.cc | 171 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/ |
D | hal_wifi.te | 22 # hal_wifi writes firmware paths to this file.
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | update_engine_common.te | 56 # Read files in /sys/firmware/devicetree/base/firmware/android/
|
D | hal_wifi.te | 22 # hal_wifi writes firmware paths to this file.
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | hal_wifi.te | 22 # hal_wifi writes firmware paths to this file.
|
/system/sepolicy/public/ |
D | ueventd.te | 31 # Access for /vendor/ueventd.rc and /vendor/firmware 34 # Access for /apex/*/firmware
|
D | hal_wifi.te | 23 # hal_wifi writes firmware paths to this file.
|
D | update_engine_common.te | 56 # Read files in /sys/firmware/devicetree/base/firmware/android/
|
/system/sepolicy/prebuilts/api/31.0/public/ |
D | ueventd.te | 31 # Access for /vendor/ueventd.rc and /vendor/firmware 34 # Access for /apex/*/firmware
|
D | hal_wifi.te | 23 # hal_wifi writes firmware paths to this file.
|
D | update_engine_common.te | 56 # Read files in /sys/firmware/devicetree/base/firmware/android/
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | update_engine_common.te | 56 # Read files in /sys/firmware/devicetree/base/firmware/android/
|
D | hal_wifi.te | 22 # hal_wifi writes firmware paths to this file.
|
123