Home
last modified time | relevance | path

Searched defs:devicePath (Results 1 – 11 of 11) sorted by relevance

/aosp12/hardware/interfaces/rebootescrow/aidl/default/include/rebootescrow-impl/
H A DRebootEscrow.h28 explicit RebootEscrow(const std::string& devicePath) : devicePath_(devicePath) {} in RebootEscrow()
/aosp12/hardware/google/pixel/powerstats/dataproviders/
H A DIioEnergyMeterDataSelector.cpp73 std::string devicePath = devicePathPair.first; in applyConfigToDevices() local
116 std::string devicePath = devicePathPair.first; in sendConfigurationComplete() local
H A DIioEnergyMeterDataProvider.cpp51 std::string devicePath = kIioRootDir + devTypeDir; in findIioEnergyMeterNodes() local
195 for (const auto &devicePath : mDevicePaths) { in readEnergyMeter() local
/aosp12/frameworks/native/services/inputflinger/reader/
H A DTouchVideoDevice.cpp39 TouchVideoDevice::TouchVideoDevice(int fd, std::string&& name, std::string&& devicePath, in TouchVideoDevice()
51 std::unique_ptr<TouchVideoDevice> TouchVideoDevice::create(std::string devicePath) { in create()
H A DEventHub.cpp197 static std::optional<std::filesystem::path> getSysfsRootPath(const char* devicePath) { in getSysfsRootPath()
1849 void EventHub::openDeviceLocked(const std::string& devicePath) { in openDeviceLocked()
2161 void EventHub::openVideoDeviceLocked(const std::string& devicePath) { in openVideoDeviceLocked()
2277 void EventHub::closeDeviceByPathLocked(const std::string& devicePath) { in closeDeviceByPathLocked()
2291 void EventHub::closeVideoDeviceByPathLocked(const std::string& devicePath) { in closeVideoDeviceByPathLocked()
/aosp12/hardware/libhardware/modules/sensors/dynamic_sensor/test/
H A DHidRawDeviceTest.cpp34 static void test(const char *devicePath) { in test()
/aosp12/hardware/interfaces/power/stats/1.0/default/
H A DPowerStats.h49 std::string devicePath; member
H A DPowerStats.cpp175 for (const auto& devicePath : mPm.devicePaths) { in parseIioEnergyNodes() local
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DExtconUEventObserver.java77 String devicePath = extconInfo.getDevicePath(); in startObserving() local
/aosp12/hardware/google/pixel/thermal/utils/
H A Dpower_files.cpp136 std::string devicePath; in findEnergySourceToWatch() local
/aosp12/hardware/interfaces/camera/device/3.4/default/
H A DExternalCameraDevice.cpp53 const std::string& devicePath, const ExternalCameraConfig& cfg) : in ExternalCameraDevice()