Searched refs:path (Results 1 - 25 of 157) sorted by relevance

1234567

/hardware/akm/AK8975_FS/akmdfs/
H A DAKFS_FileIO.h35 int16 AKFS_LoadParameters(AK8975PRMS *prms, const char* path);
37 int16 AKFS_SaveParameters(AK8975PRMS* prms, const char* path);
H A DAKFS_APIs.h40 int16 AKFS_Start(const char* path);
42 int16 AKFS_Stop(const char* path);
H A DAKFS_FileIO.c31 Load parameters from file which is specified with #path. This function reads
41 @param[in] path A path to the setting file.
43 int16 AKFS_LoadParameters(AK8975PRMS * prms, const char* path) argument
50 if ((fp = fopen(path, "r")) == NULL) {
94 Save parameters to file which is specified with #path. This function saves
101 @param[in] path A path to the setting file.
103 int16 AKFS_SaveParameters(AK8975PRMS *prms, const char* path) argument
109 if ((fp = fopen(path, "
[all...]
/hardware/libhardware/
H A Dhardware.c34 /** Base path of the hal modules */
73 const char *path,
91 strncmp(path, HAL_LIBRARY_PATH1, strlen(HAL_LIBRARY_PATH1)) == 0) {
95 handle = dlopen(path, RTLD_NOW);
97 handle = android_load_sphal_library(path, RTLD_NOW);
101 ALOGE("load: module=%s\n%s", path, err_str?err_str:"unknown");
135 ALOGV("loaded HAL id=%s path=%s hmi=%p handle=%p",
136 id, path, *pHmi, handle);
146 * otherwise return negative. On success path will contain the path t
72 load(const char *id, const char *path, const struct hw_module_t **pHmi) argument
148 hw_module_exists(char *path, size_t path_len, const char *name, const char *subname) argument
176 char path[PATH_MAX] = {0}; local
[all...]
/hardware/intel/common/utils/ituxd/jni/
H A DthermalJNI.cpp38 static int readFromFile(const char *path, char* buf, size_t size, bool throwError) argument
40 if (!path)
43 int fd = open(path, O_RDONLY, 0);
46 ALOGE("Could not open '%s'", path);
64 static int writeToFile(const char *path, int val) argument
70 if (!path)
73 fd = open(path, O_WRONLY, 0);
75 ALOGE("writeToFile: Could not open '%s' err: %d", path, errno);
133 const char *path = NULL; local
137 path
224 const char *path = NULL; local
240 const char *path = NULL; local
262 const char *path = NULL; local
[all...]
/hardware/interfaces/drm/1.0/vts/functional/
H A Dvendor_modules.cpp52 DrmHalVTSVendorModule* VendorModules::getModule(const string& path) { argument
53 if (mOpenLibraries.find(path) == mOpenLibraries.end()) {
54 auto library = std::make_unique<SharedLibrary>(String8(path.c_str()));
56 ALOGE("failed to map shared library %s", path.c_str());
59 mOpenLibraries[path] = std::move(library);
61 const unique_ptr<SharedLibrary>& library = mOpenLibraries[path];
65 "%s", path.c_str(), library->lastError());
/hardware/qcom/display/msm8909/sdm/libs/hwc/
H A Dcpuhint.cpp42 char path[PROPERTY_VALUE_MAX]; local
43 if (debug_handler->GetProperty("ro.vendor.extension_library", path) != kErrorNone) {
58 if (vendor_ext_lib_.Open(path)) {
67 DLOGW("Failed to open %s : %s", path, vendor_ext_lib_.Error());
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
H A Dcpuhint.cpp42 char path[PROPERTY_VALUE_MAX]; local
43 if (debug_handler->GetProperty("ro.vendor.extension_library", path) != kErrorNone) {
58 if (vendor_ext_lib_.Open(path)) {
67 DLOGW("Failed to open %s : %s", path, vendor_ext_lib_.Error());
/hardware/qcom/display/msm8996/sdm/libs/hwc/
H A Dcpuhint.cpp42 char path[PROPERTY_VALUE_MAX]; local
43 if (debug_handler->GetProperty("ro.vendor.extension_library", path) != kErrorNone) {
58 if (vendor_ext_lib_.Open(path)) {
67 DLOGW("Failed to open %s : %s", path, vendor_ext_lib_.Error());
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
H A Dcpuhint.cpp42 char path[PROPERTY_VALUE_MAX]; local
43 if (debug_handler->GetProperty("ro.vendor.extension_library", path) != kErrorNone) {
58 if (vendor_ext_lib_.Open(path)) {
67 DLOGW("Failed to open %s : %s", path, vendor_ext_lib_.Error());
/hardware/libhardware_legacy/include/hardware_legacy/
H A DIMountService.h44 virtual int shareVolume(String16 path, String16 method) = 0;
45 virtual int unshareVolume(String16 path, String16 method) = 0;
46 virtual bool getVolumeShared(String16 path, String16 method) = 0;
47 virtual int mountVolume(String16 path) = 0;
48 virtual int unmountVolume(String16 path) = 0;
49 virtual int formatVolume(String16 path) = 0;
/hardware/libhardware/tests/input/evdev/
H A DTestHelpers.cpp35 TempFile::TempFile(const char* path) { argument
36 bool needTrailingSlash = path[strlen(path) - 1] != '/';
37 // name = path + XXXXXX + \0
38 size_t nameLen = strlen(path) + 6 + 1;
42 strcpy(mName, path);
/hardware/interfaces/drm/1.0/default/include/
H A DPluginLoader.h50 String8 path = pluginDir + "/" + pEntry->d_name; local
51 T *plugin = loadOne(path, entry);
74 T* loadOne(const char *path, const char *entry) { argument
75 sp<SharedLibrary> library = new SharedLibrary(String8(path));
77 ALOGE("Failed to open plugin library %s: %s", path,
84 ALOGV("Found plugin factory entry %s in %s", entry, path);
H A DSharedLibrary.h31 explicit SharedLibrary(const String8& path);
/hardware/google/av/codec2/docs/
H A Ddoxyfilter.sh44 def process(self, input, path):
71 def process(self, input, path):
72 if '/codec2/include/' in path:
76 elif '/codec2/vndk/' in path:
78 elif '/codec2/tests/' in path:
98 for path in sys.argv[1:]:
99 with open(path, 'rt') as input:
100 P.process(input, path)
/hardware/interfaces/cas/1.0/default/
H A DSharedLibrary.cpp31 SharedLibrary::SharedLibrary(const String8 &path) { argument
32 mLibHandle = dlopen(path.string(), RTLD_NOW);
H A DSharedLibrary.h32 explicit SharedLibrary(const String8 &path);
/hardware/interfaces/drm/1.0/default/
H A DSharedLibrary.cpp28 SharedLibrary::SharedLibrary(const String8& path) { argument
29 mLibHandle = dlopen(path.string(), RTLD_NOW);
/hardware/intel/common/utils/ituxd/src/com/intel/thermal/
H A DThermalUtils.java39 private native static String native_readSysfs(String path); argument
40 private native static int native_readSysfsTemp(String path); argument
41 private native static int native_writeSysfs(String path, int val); argument
49 public static String readSysfs(String path) { argument
51 return native_readSysfs(path);
58 public static int readSysfsTemp(String path) { argument
60 return native_readSysfsTemp(path);
67 public static int writeSysfs(String path, int val) { argument
69 return native_writeSysfs(path, val);
112 public static boolean isFileExists(String path) { argument
[all...]
/hardware/intel/common/libstagefrighthw/
H A DAndroid.mk24 $(call include-path-for, frameworks-native)/media/hardware \
25 $(call include-path-for, frameworks-native)/media/openmax
/hardware/intel/common/omx-components/videocodec/
H A DAndroid.mk31 $(call include-path-for, frameworks-native)/media/hardware \
32 $(call include-path-for, frameworks-native)/media/openmax \
33 $(call include-path-for, libhardware)
108 $(call include-path-for, frameworks-native)/media/hardware \
109 $(call include-path-for, frameworks-native)/media/openmax \
110 $(call include-path-for, libhardware)
174 $(call include-path-for, frameworks-native)/media/hardware \
175 $(call include-path-for, frameworks-native)/media/openmax \
176 $(call include-path-for, libhardware)
235 $(call include-path
[all...]
/hardware/akm/AK8975_FS/libsensors/
H A DSensorBase.h48 int write_int(char const *path, int value);
50 char const *path, char const *value, int bytes);
/hardware/intel/common/utils/media_resource_manager/arbitrator/
H A DAndroid.mk16 $(call include-path-for, frameworks-native)/media/openmax
/hardware/intel/common/wrs_omxil_core/utils/inc/
H A Dmodule.h50 struct module *module_open(const char *path, int flag);
/hardware/nxp/secure_element/libese-spi/p73/utils/
H A Dese_config.cpp37 for (string path : search_path) {
38 path.append(file_name);
40 if (stat(path.c_str(), &file_stat) != 0) continue;
41 if (S_ISREG(file_stat.st_mode)) return path;

Completed in 476 milliseconds

1234567