Home
last modified time | relevance | path

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

12

/system/core/init/
Dfirmware_handler.cpp47 static void LoadFirmware(const std::string& firmware, const std::string& root, int fw_fd, in LoadFirmware() argument
55 PLOG(ERROR) << "firmware: sendfile failed { '" << root << "', '" << firmware << "' }"; in LoadFirmware()
94 setenv("FIRMWARE", uevent.firmware.c_str(), 1); in RunExternalHandler()
163 << "' for devpath: '" << uevent.path << "' firmware: '" << uevent.firmware in GetFirmwarePath()
171 return uevent.firmware; in GetFirmwarePath()
177 return uevent.firmware; in GetFirmwarePath()
179 LOG(INFO) << "Loading firmware '" << *result << "' in place of '" << uevent.firmware in GetFirmwarePath()
184 LOG(INFO) << "firmware: loading '" << uevent.firmware << "' for '" << uevent.path << "'"; in GetFirmwarePath()
185 return uevent.firmware; in GetFirmwarePath()
189 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
85 Ueventd by default serves firmware requests by searching through a list of firmware directories
86 for a file matching the uevent `FIRMWARE`. It then forks a process to serve this firmware to the
89 The list of firmware directories is customized by a `firmware_directories` line in a ueventd.rc
95 firmware_directories /etc/firmware/ /odm/firmware/ /vendor/firmware/ /firmware/image/
96 Adds those 4 directories, in that order to the list of firmware directories that will be tried by
103 The exact firmware file to be served can be customized by running an external program by a
109 … external_firmware_handler /devices/leds/red/firmware/coeffs.bin system /vendor/bin/led_coeffs.bin
110 Will launch `/vendor/bin/led_coeffs.bin` as the system user instead of serving the default firmware
111 for `/devices/leds/red/firmware/coeffs.bin`.
[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.h54 void ProcessFirmwareEvent(const std::string& root, const std::string& firmware) const;
/system/core/rootdir/
Dueventd.rc1 firmware_directories /etc/firmware/ /odm/firmware/ /vendor/firmware/ /firmware/image/
DAndroid.mk115 LOCAL_POST_INSTALL_CMD += ; ln -sf /vendor/odm/firmware $(TARGET_ROOT_OUT)/odm/firmware
/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/
Domaha_response.h102 uint16_t firmware = std::numeric_limits<uint16_t>::max();
Domaha_response_handler_action.cc167 static_cast<uint32_t>(response.rollback_key_version.firmware); in PerformAction()
260 static_cast<uint32_t>(version.firmware); in PerformAction()
Domaha_response_handler_action_unittest.cc613 in.rollback_key_version.firmware = 21; in TEST_F()
617 m4.firmware = 15; in TEST_F()
658 in.rollback_key_version.firmware = 4; in TEST_F()
662 m4.firmware = 15; in TEST_F()
699 in.rollback_key_version.firmware = 3; // This is lower than the minimum. in TEST_F()
/system/sepolicy/prebuilts/api/26.0/public/
Dhal_wifi.te22 # hal_wifi writes firmware paths to this file.
Dueventd.te32 # Access for /vendor/ueventd.rc and /vendor/firmware
/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.
Dueventd.te30 # Access for /vendor/ueventd.rc and /vendor/firmware
/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.
/system/sepolicy/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.

12