Home
last modified time | relevance | path

Searched defs:path (Results 1 – 25 of 120) sorted by relevance

12345

/hardware/libhardware/
Dhardware.c76 const char *path, in load()
154 static bool path_in_path(const char *path, const char *in_path) { in path_in_path()
174 static int hw_module_exists(char *path, size_t path_len, const char *name, in hw_module_exists()
202 char path[PATH_MAX] = {0}; in hw_get_module_by_class() local
/hardware/interfaces/cas/1.0/default/
DFactoryLoader.h152 const String8 &path, int32_t CA_system_id, in loadFactoryForSchemeFromPath()
172 const String8 &path, vector<HidlCasPluginDescriptor>* results) { in queryPluginsFromPath()
190 bool FactoryLoader<T>::openFactory(const String8 &path) { in openFactory()
DSharedLibrary.cpp31 SharedLibrary::SharedLibrary(const String8 &path) { in SharedLibrary()
/hardware/interfaces/cas/1.1/default/
DFactoryLoader.h142 bool FactoryLoader<T>::loadFactoryForSchemeFromPath(const String8& path, int32_t CA_system_id, in loadFactoryForSchemeFromPath()
161 bool FactoryLoader<T>::queryPluginsFromPath(const String8& path, in queryPluginsFromPath()
179 bool FactoryLoader<T>::openFactory(const String8& path) { in openFactory()
DSharedLibrary.cpp31 SharedLibrary::SharedLibrary(const String8& path) { in SharedLibrary()
/hardware/libhardware/modules/input/evdev/
DInputHub.cpp110 EvdevDeviceNode(const std::string& path, int fd) : in EvdevDeviceNode()
142 EvdevDeviceNode* EvdevDeviceNode::openDeviceNode(const std::string& path) { in openDeviceNode()
484 status_t InputHub::registerDevicePath(const std::string& path) { in registerDevicePath()
496 status_t InputHub::unregisterDevicePath(const std::string& path) { in unregisterDevicePath()
683 std::string path = mWatchedPaths[event->wd]; in readNotify() local
716 status_t InputHub::scanDir(const std::string& path) { in scanDir()
740 std::shared_ptr<InputDeviceNode> InputHub::openNode(const std::string& path) { in openNode()
803 std::shared_ptr<InputDeviceNode> InputHub::findNodeByPath(const std::string& path) { in findNodeByPath()
/hardware/interfaces/health/storage/1.0/default/
DStorage.cpp58 std::string path = getGarbageCollectPath(); in garbageCollect() local
115 std::string path = getGarbageCollectPath(); in debug() local
/hardware/interfaces/drm/1.0/default/include/
DPluginLoader.h50 String8 path = pluginDir + "/" + pEntry->d_name; in PluginLoader() local
74 T* loadOne(const char *path, const char *entry) { in loadOne()
/hardware/google/pixel/thermal/
Dthermal-helper.cpp153 std::string path = android::base::StringPrintf("%s/%s/%s", kThermalSensorsRoot.data(), in parseThermalPathMap() local
205 std::string path = in ThermalHelper() local
332 std::string path; in readTemperatureThreshold() local
397 std::string path = android::base::StringPrintf( in initializeSensorMap() local
416 std::string path = android::base::StringPrintf( in initializeCoolingDevices() local
437 std::string path = android::base::StringPrintf("%s/%s", (tz_path.data()), in initializeTrip() local
/hardware/google/pixel/pixelstats/
DSysfsCollector.cpp62 bool SysfsCollector::ReadFileToInt(const std::string &path, int *val) { in ReadFileToInt()
66 bool SysfsCollector::ReadFileToInt(const char *const path, int *val) { in ReadFileToInt()
155 void SysfsCollector::reportSlowIoFromFile(const char *path, in reportSlowIoFromFile()
DUeventListener.cpp49 bool UeventListener::ReadFileToInt(const std::string &path, int *val) { in ReadFileToInt()
53 bool UeventListener::ReadFileToInt(const char *const path, int *val) { in ReadFileToInt()
/hardware/google/pixel/health/
DCycleCountBackupRestore.cpp92 void CycleCountBackupRestore::Read(const std::string &path, int *bins) { in Read()
112 void CycleCountBackupRestore::Write(int *bins, const std::string &path) { in Write()
DBatteryThermalControl.cpp24 BatteryThermalControl::BatteryThermalControl(const std::string &path) : mThermalSocMode(path) { in BatteryThermalControl()
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
Dcpuhint.cpp42 char path[PROPERTY_VALUE_MAX]; in Init() local
/hardware/qcom/display/msm8909/sdm/libs/hwc/
Dcpuhint.cpp42 char path[PROPERTY_VALUE_MAX]; in Init() local
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
Dcpuhint.cpp42 char path[PROPERTY_VALUE_MAX]; in Init() local
/hardware/qcom/display/msm8996/sdm/libs/hwc/
Dcpuhint.cpp42 char path[PROPERTY_VALUE_MAX]; in Init() local
/hardware/qcom/sdm845/display/sdm/libs/hwc2/
Dcpuhint.cpp42 char path[PROPERTY_VALUE_MAX]; in Init() local
/hardware/interfaces/drm/1.0/default/
DSharedLibrary.cpp28 SharedLibrary::SharedLibrary(const String8& path) { in SharedLibrary()
/hardware/interfaces/drm/1.2/vts/functional/
Dvendor_modules.cpp52 DrmHalVTSVendorModule* VendorModules::getModule(const string& path) { in getModule()
/hardware/interfaces/drm/1.0/vts/functional/
Dvendor_modules.cpp52 DrmHalVTSVendorModule* VendorModules::getModule(const string& path) { in getModule()
/hardware/libhardware/tests/input/evdev/
DTestHelpers.cpp35 TempFile::TempFile(const char* path) { in TempFile()
/hardware/google/pixel/thermal/utils/
Dthermal_files.cpp39 bool ThermalFiles::addThermalFile(std::string_view thermal_name, std::string_view path) { in addThermalFile()
/hardware/google/pixel/powerstats/include/pixelpowerstats/
DGenericStateResidencyDataProvider.h41 GenericStateResidencyDataProvider(std::string path) : mPath(std::move(path)){}; in GenericStateResidencyDataProvider()
/hardware/qcom/display/msm8960/liblight/
Dlights.c83 write_int(char const* path, int value) in write_int()
105 is_avail(char const* path) in is_avail()

12345