Home
last modified time | relevance | path

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

1234567

/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/google/pixel/health/
DChargerDetect.cpp38 int ChargerDetect::readFromFile(const std::string& path, std::string* buf) { in readFromFile()
45 int ChargerDetect::getIntField(const std::string& path) { in getIntField()
84 int ChargerDetect::getPsyUsbType(const std::string& path, std::string* type) { in getPsyUsbType()
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()
DBatteryDefender.cpp86 int BatteryDefender::readFileToInt(const std::string &path) { in readFileToInt()
106 bool BatteryDefender::writeIntToFile(const std::string &path, const int value) { in writeIntToFile()
115 void BatteryDefender::writeTimeToFile(const std::string &path, const int value, int64_t *previous) { in writeTimeToFile()
/hardware/interfaces/cas/1.0/default/
DFactoryLoader.h162 const String8 &path, int32_t CA_system_id, in loadFactoryForSchemeFromPath()
182 const String8 &path, vector<HidlCasPluginDescriptor>* results) { in queryPluginsFromPath()
200 bool FactoryLoader<T>::openFactory(const String8 &path) { in openFactory()
/hardware/interfaces/cas/1.2/default/
DFactoryLoader.h150 bool FactoryLoader<T>::loadFactoryForSchemeFromPath(const String8& path, int32_t CA_system_id, in loadFactoryForSchemeFromPath()
169 bool FactoryLoader<T>::queryPluginsFromPath(const String8& path, in queryPluginsFromPath()
187 bool FactoryLoader<T>::openFactory(const String8& path) { in openFactory()
/hardware/interfaces/cas/1.1/default/
DFactoryLoader.h150 bool FactoryLoader<T>::loadFactoryForSchemeFromPath(const String8& path, int32_t CA_system_id, in loadFactoryForSchemeFromPath()
169 bool FactoryLoader<T>::queryPluginsFromPath(const String8& path, in queryPluginsFromPath()
187 bool FactoryLoader<T>::openFactory(const String8& path) { in openFactory()
/hardware/interfaces/drm/1.0/vts/functional/
Dvendor_modules.cpp53 DrmHalVTSVendorModule* VendorModules::getModule(const string& path) { in getModule()
75 for (const auto &path : mPathList) { in getModuleByName() local
/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/google/camera/common/hal/hidl_service/
Dlibc_wrappers.cc66 extern "C" int chdir(const char* path) { in chdir()
101 extern "C" int chmod(const char* path, mode_t mode) { in chmod()
108 extern "C" int chown(const char* path, uid_t owner, gid_t group) { in chown()
129 extern "C" int execl(const char* path, const char* arg, ...) { in execl()
136 extern "C" int execle(const char* path, const char* arg, ...) { in execle()
150 extern "C" int execv(const char* path, char* const argv[]) { in execv()
/hardware/google/pixel/pixelstats/
DMmMetricsReporter.cpp107 bool MmMetricsReporter::ReadFileToUint(const char *const path, uint64_t *val) { in ReadFileToUint()
142 std::map<std::string, uint64_t> MmMetricsReporter::readVmStat(const char *path) { in readVmStat()
331 std::string path = android::base::StringPrintf("/proc/%d/comm", pid); in isValidPid() local
362 std::string path = android::base::StringPrintf("/proc/%s/comm", dp->d_name); in findPidByProcessName() local
383 std::string path = android::base::StringPrintf("/proc/%d/stat", pid); in getStimeByPid() local
447 std::string path = android::base::StringPrintf("%s/cma/%s/%s", kPixelStatMm, in readCmaStat() local
DMitigationStatsReporter.cpp43 bool MitigationStatsReporter::ReadFileToInt(const std::string &path, int *val) { in ReadFileToInt()
60 const std::string &path) { in logMitigationStatsPerHour()
DBatteryCapacityReporter.cpp62 const std::string &path) { in checkAndReport()
74 bool BatteryCapacityReporter::parse(const std::string &path) { in parse()
/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/powerstats/include/dataproviders/
DWlanStateResidencyDataProvider.h29 WlanStateResidencyDataProvider(std::string name, std::string path) in WlanStateResidencyDataProvider()
/hardware/google/camera/common/sensor_listener/tests/
Dsensor_test_utils.h23 const char* path = "/vendor/bin/lib_sensor_listener_test/"; in GenerateLogFilename() local
/hardware/google/pixel/vibrator/common/
DHardwareBase.cpp51 auto &path = entry.first; in debug() local
98 std::string path; in debug() local
/hardware/qcom/sm8150/display/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/display/msm8909w_3100/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/msm8909/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/wifi/1.5/default/
Dwifi_legacy_hal_factory.cpp135 std::string path; in initVendorHalsDescriptorList() local
214 bool WifiLegacyHalFactory::loadVendorHalLib(const std::string& path, in loadVendorHalLib()
/hardware/interfaces/drm/1.0/default/
DSharedLibrary.cpp28 SharedLibrary::SharedLibrary(const String8& path) { in SharedLibrary()

1234567