Home
last modified time | relevance | path

Searched refs:nodePath (Results 1 – 2 of 2) sorted by relevance

/aosp12/hardware/google/pixel/powerstats/dataproviders/
H A DIioEnergyMeterDataSelector.cpp79 std::string nodePath = devicePath + kSelectionNode; in applyConfigToDevices() local
82 bool success = ::android::base::WriteStringToFile(railConfig, nodePath); in applyConfigToDevices()
84 LOG(ERROR) << "Failed to write: " << railConfig << " to: " << nodePath; in applyConfigToDevices()
117 std::string nodePath = devicePath + kSelectionNode; in sendConfigurationComplete() local
118 bool success = ::android::base::WriteStringToFile(kSelectionComplete, nodePath); in sendConfigurationComplete()
120 LOG(ERROR) << "Failed to write: " << kSelectionComplete << " to: " << nodePath; in sendConfigurationComplete()
/aosp12/frameworks/native/services/inputflinger/reader/
H A DEventHub.cpp563 for (const auto& nodePath : paths) { in configureBatteryLocked() local
566 info.path = nodePath; in configureBatteryLocked()
567 info.name = nodePath.filename(); in configureBatteryLocked()
571 const auto& files = allFilesInPath(nodePath); in configureBatteryLocked()
589 for (const auto& nodePath : paths) { in configureLightsLocked() local
592 info.path = nodePath; in configureLightsLocked()
593 info.name = nodePath.filename(); in configureLightsLocked()
607 const auto& files = allFilesInPath(nodePath); in configureLightsLocked()