Home
last modified time | relevance | path

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

12345678

/hardware/google/graphics/common/memtrack-pixel/core/
Dfilesystem.h20 path(const std::string _path) : strPath(_path) {} in path() function
42 class path path() { in path() function
/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/graphics/common/libhwjpeg/
Dhwjpeg-base.cpp29 CHWJpegBase::CHWJpegBase(const char *path) in CHWJpegBase()
107 bool WriteToFile(const char *path, const char *data, size_t len) in WriteToFile()
127 bool WriteToFile(const char *path, int dmabuf, size_t len) in WriteToFile()
/hardware/google/pixel/health/
DChargerDetect.cpp41 int ChargerDetect::readFromFile(const std::string& path, std::string* buf) { in readFromFile()
48 int ChargerDetect::getIntField(const std::string& path) { in getIntField()
87 int ChargerDetect::getPsyUsbType(const std::string& path, std::string* type) { in getPsyUsbType()
DBatteryDefender.cpp93 int BatteryDefender::readFileToInt(const std::string &path, const bool silent) { in readFileToInt()
115 bool BatteryDefender::writeIntToFile(const std::string &path, const int value) { in writeIntToFile()
124 void BatteryDefender::writeTimeToFile(const std::string &path, const int value, int64_t *previous) { in writeTimeToFile()
171 bool BatteryDefender::isTypeCSink(const std::string &path) { in isTypeCSink()
199 std::string path = kTypeCPath + portName + "/power_role"; in isWiredPresent() local
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()
/hardware/google/pixel/pixelstats/
DMmMetricsReporter.cpp110 static bool file_exists(const char *path) { in file_exists()
127 for (auto &path : require_all) { in checkKernelMMMetricSupport() local
135 for (auto &path : require_one) { in checkKernelMMMetricSupport() local
171 bool MmMetricsReporter::ReadFileToUint(const char *const path, uint64_t *val) { in ReadFileToUint()
206 static int ReadFileToLongs(const std::string &path, std::vector<long> *data, int start_idx, in ReadFileToLongs()
260 static inline bool ReadFileToLongsCheck(const std::string &path, std::vector<long> *store, in ReadFileToLongsCheck()
293 std::map<std::string, uint64_t> MmMetricsReporter::readVmStat(const char *path) { in readVmStat()
490 std::string path = android::base::StringPrintf("/proc/%d/comm", pid); in isValidPid() local
521 std::string path = android::base::StringPrintf("/proc/%s/comm", dp->d_name); in findPidByProcessName() local
542 std::string path = android::base::StringPrintf("/proc/%d/stat", pid); in getStimeByPid() local
[all …]
DMitigationStatsReporter.cpp43 bool MitigationStatsReporter::ReadFileToInt(const std::string &path, int *val) { in ReadFileToInt()
60 const std::string &path) { in logMitigationStatsPerHour()
DThermalStatsReporter.cpp44 bool ThermalStatsReporter::readDfsCount(const std::string &path, int64_t *val) { in readDfsCount()
78 std::string path; in captureThermalDfsStats() local
DBatteryCapacityReporter.cpp62 const std::string &path) { in checkAndReport()
74 bool BatteryCapacityReporter::parse(const std::string &path) { in parse()
/hardware/google/pixel/power-libperfmgr/adaptivecpu/
DRealFilesystem.cpp36 bool RealFilesystem::ListDirectory(const std::string &path, in ListDirectory()
52 bool RealFilesystem::ReadFileStream(const std::string &path, in ReadFileStream()
/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/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.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.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/google/graphics/common/libhwc2.1/libdrmresource/drm/
Dresourcemanager.cpp42 std::ostringstream path; in Init() local
55 int ResourceManager::AddDrmDevice(std::string path) { in AddDrmDevice()
/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/camera/common/hal/aidl_service/
Dlibc_wrappers.cc67 extern "C" int chdir(const char* path) { in chdir()
102 extern "C" int chmod(const char* path, mode_t mode) { in chmod()
109 extern "C" int chown(const char* path, uid_t owner, gid_t group) { in chown()
130 extern "C" int execl(const char* path, const char* arg, ...) { in execl()
137 extern "C" int execle(const char* path, const char* arg, ...) { in execle()
151 extern "C" int execv(const char* path, char* const argv[]) { in execv()
/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/pixel/powerstats/include/dataproviders/
DWlanStateResidencyDataProvider.h29 WlanStateResidencyDataProvider(std::string name, std::string path) in WlanStateResidencyDataProvider()
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/GeneratorHub/src/
DJsonFakeValueGenerator.cpp176 JsonFakeValueGenerator::JsonFakeValueGenerator(const std::string& path) { in JsonFakeValueGenerator()
180 JsonFakeValueGenerator::JsonFakeValueGenerator(const std::string& path, int32_t iteration) { in JsonFakeValueGenerator()
192 void JsonFakeValueGenerator::init(const std::string& path, int32_t iteration) { in init()
/hardware/google/camera/common/sensor_listener/tests/
Dsensor_test_utils.h23 const char* path = "/vendor/bin/lib_sensor_listener_test/"; in GenerateLogFilename() local
/hardware/qcom/sdm845/display/sdm/libs/hwc2/
Dcpuhint.cpp42 char path[PROPERTY_VALUE_MAX]; in Init() local
/hardware/qcom/sm8150/display/sdm/libs/hwc2/
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

12345678