/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/interfaces/cas/1.0/default/ |
D | FactoryLoader.h | 152 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()
|
D | SharedLibrary.cpp | 31 SharedLibrary::SharedLibrary(const String8 &path) { in SharedLibrary()
|
/hardware/interfaces/cas/1.1/default/ |
D | FactoryLoader.h | 142 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()
|
D | SharedLibrary.cpp | 31 SharedLibrary::SharedLibrary(const String8& path) { in SharedLibrary()
|
/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/interfaces/health/storage/1.0/default/ |
D | Storage.cpp | 58 std::string path = getGarbageCollectPath(); in garbageCollect() local 115 std::string path = getGarbageCollectPath(); in debug() local
|
/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/pixel/thermal/ |
D | thermal-helper.cpp | 153 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/ |
D | SysfsCollector.cpp | 62 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()
|
D | UeventListener.cpp | 49 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/ |
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()
|
D | BatteryThermalControl.cpp | 24 BatteryThermalControl::BatteryThermalControl(const std::string &path) : mThermalSocMode(path) { in BatteryThermalControl()
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/ |
D | cpuhint.cpp | 42 char path[PROPERTY_VALUE_MAX]; in Init() local
|
/hardware/qcom/display/msm8909/sdm/libs/hwc/ |
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
|
/hardware/qcom/display/msm8996/sdm/libs/hwc/ |
D | cpuhint.cpp | 42 char path[PROPERTY_VALUE_MAX]; in Init() local
|
/hardware/qcom/sdm845/display/sdm/libs/hwc2/ |
D | cpuhint.cpp | 42 char path[PROPERTY_VALUE_MAX]; in Init() local
|
/hardware/interfaces/drm/1.0/default/ |
D | SharedLibrary.cpp | 28 SharedLibrary::SharedLibrary(const String8& path) { in SharedLibrary()
|
/hardware/interfaces/drm/1.2/vts/functional/ |
D | vendor_modules.cpp | 52 DrmHalVTSVendorModule* VendorModules::getModule(const string& path) { in getModule()
|
/hardware/interfaces/drm/1.0/vts/functional/ |
D | vendor_modules.cpp | 52 DrmHalVTSVendorModule* VendorModules::getModule(const string& path) { in getModule()
|
/hardware/libhardware/tests/input/evdev/ |
D | TestHelpers.cpp | 35 TempFile::TempFile(const char* path) { in TempFile()
|
/hardware/google/pixel/thermal/utils/ |
D | thermal_files.cpp | 39 bool ThermalFiles::addThermalFile(std::string_view thermal_name, std::string_view path) { in addThermalFile()
|
/hardware/google/pixel/powerstats/include/pixelpowerstats/ |
D | GenericStateResidencyDataProvider.h | 41 GenericStateResidencyDataProvider(std::string path) : mPath(std::move(path)){}; in GenericStateResidencyDataProvider()
|
/hardware/qcom/display/msm8960/liblight/ |
D | lights.c | 83 write_int(char const* path, int value) in write_int() 105 is_avail(char const* path) in is_avail()
|