Searched refs:firmware (Results 1 – 25 of 43) sorted by relevance
12
/system/core/init/ |
D | firmware_handler.cpp | 47 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 …]
|
D | README.ueventd.md | 3 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 …]
|
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 | 54 void ProcessFirmwareEvent(const std::string& root, const std::string& firmware) const;
|
/system/core/rootdir/ |
D | ueventd.rc | 1 firmware_directories /etc/firmware/ /odm/firmware/ /vendor/firmware/ /firmware/image/
|
D | Android.mk | 115 LOCAL_POST_INSTALL_CMD += ; ln -sf /vendor/odm/firmware $(TARGET_ROOT_OUT)/odm/firmware
|
/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/ |
D | omaha_response.h | 102 uint16_t firmware = std::numeric_limits<uint16_t>::max();
|
D | omaha_response_handler_action.cc | 167 static_cast<uint32_t>(response.rollback_key_version.firmware); in PerformAction() 260 static_cast<uint32_t>(version.firmware); in PerformAction()
|
D | omaha_response_handler_action_unittest.cc | 613 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/ |
D | hal_wifi.te | 22 # hal_wifi writes firmware paths to this file.
|
D | ueventd.te | 32 # Access for /vendor/ueventd.rc and /vendor/firmware
|
/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.
|
D | ueventd.te | 30 # Access for /vendor/ueventd.rc and /vendor/firmware
|
/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.
|
/system/sepolicy/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.
|
12