/hardware/google/graphics/common/memtrack-pixel/core/ |
D | filesystem.h | 20 path(const std::string _path) : strPath(_path) {} in path() function 42 class path path() { in path() function
|
/hardware/libhardware/ |
D | hardware.c | 76 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/ |
D | hwjpeg-base.cpp | 29 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/ |
D | ChargerDetect.cpp | 41 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()
|
D | BatteryDefender.cpp | 93 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
|
D | CycleCountBackupRestore.cpp | 92 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/ |
D | MmMetricsReporter.cpp | 110 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 …]
|
D | MitigationStatsReporter.cpp | 43 bool MitigationStatsReporter::ReadFileToInt(const std::string &path, int *val) { in ReadFileToInt() 60 const std::string &path) { in logMitigationStatsPerHour()
|
D | ThermalStatsReporter.cpp | 44 bool ThermalStatsReporter::readDfsCount(const std::string &path, int64_t *val) { in readDfsCount() 78 std::string path; in captureThermalDfsStats() local
|
D | BatteryCapacityReporter.cpp | 62 const std::string &path) { in checkAndReport() 74 bool BatteryCapacityReporter::parse(const std::string &path) { in parse()
|
/hardware/google/pixel/power-libperfmgr/adaptivecpu/ |
D | RealFilesystem.cpp | 36 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/ |
D | vendor_modules.cpp | 53 DrmHalVTSVendorModule* VendorModules::getModule(const string& path) { in getModule() 75 for (const auto &path : mPathList) { in getModuleByName() local
|
/hardware/interfaces/cas/1.2/default/ |
D | FactoryLoader.h | 150 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/ |
D | FactoryLoader.h | 162 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/ |
D | FactoryLoader.h | 150 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/ |
D | resourcemanager.cpp | 42 std::ostringstream path; in Init() local 55 int ResourceManager::AddDrmDevice(std::string path) { in AddDrmDevice()
|
/hardware/interfaces/drm/1.0/default/include/ |
D | PluginLoader.h | 50 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/ |
D | libc_wrappers.cc | 67 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/ |
D | InputHub.cpp | 110 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/ |
D | WlanStateResidencyDataProvider.h | 29 WlanStateResidencyDataProvider(std::string name, std::string path) in WlanStateResidencyDataProvider()
|
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/GeneratorHub/src/ |
D | JsonFakeValueGenerator.cpp | 176 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/ |
D | sensor_test_utils.h | 23 const char* path = "/vendor/bin/lib_sensor_listener_test/"; in GenerateLogFilename() local
|
/hardware/qcom/sdm845/display/sdm/libs/hwc2/ |
D | cpuhint.cpp | 42 char path[PROPERTY_VALUE_MAX]; in Init() local
|
/hardware/qcom/sm8150/display/sdm/libs/hwc2/ |
D | cpuhint.cpp | 42 char path[PROPERTY_VALUE_MAX]; in Init() local
|
/hardware/qcom/display/msm8998/sdm/libs/hwc2/ |
D | cpuhint.cpp | 42 char path[PROPERTY_VALUE_MAX]; in Init() local
|