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

123456

/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.c30 /** Base path of the hal modules */
69 const char *path,
81 handle = dlopen(path, RTLD_NOW);
84 ALOGE("load: module=%s\n%s", path, err_str?err_str:"unknown");
118 ALOGV("loaded HAL id=%s path=%s hmi=%p handle=%p",
119 id, path, *pHmi, handle);
129 * otherwise return negative. On success path will contain the path to the HAL.
131 static int hw_module_exists(char *path, size_t path_len, const char *name, argument
134 snprintf(path, path_le
68 load(const char *id, const char *path, const struct hw_module_t **pHmi) argument
157 char path[PATH_MAX] = {0}; local
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/android/
H A Dget_files.py18 import os.path namespace
46 path = os.path.join(local_resource_path, filename)
47 fp = open(path, "wb")
54 return get_file_sha(path) == sha
77 file_list_path = os.path.join(arg)
79 local_resource_path = os.path.join(arg)
85 if not os.path.isdir(local_resource_path):
108 path = os.path variable
[all...]
/hardware/intel/common/utils/ituxd/jni/
H A DthermalJNI.cpp36 static int readFromFile(const char *path, char* buf, size_t size, bool throwError) argument
38 if (!path)
41 int fd = open(path, O_RDONLY, 0);
44 ALOGE("Could not open '%s'", path);
62 static int writeToFile(const char *path, int val) argument
68 if (!path)
71 fd = open(path, O_WRONLY, 0);
73 ALOGE("writeToFile: Could not open '%s' err: %d", path, errno);
131 const char *path = NULL; local
134 path
217 const char *path = NULL; local
232 const char *path = NULL; local
253 const char *path = NULL; local
[all...]
/hardware/bsp/intel/peripheral/libupm/doxy/
H A Dconf.py.in21 # add these directories to sys.path here. If the directory is relative to the
22 # documentation root, use os.path.abspath to make it absolute, like shown here.
23 sys.path.insert(0, "@CMAKE_CURRENT_BINARY_DIR@/pyupm/")
24 sys.path.insert(0, "@MRAA_LIBDIR@@LIB_SUFFIX@")
146 # The name of an image file (within the static path) to use as favicon of the
323 # The format is a list of tuples containing the path and title.
327 # The format is a list of tuples containing the path and title.
/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/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/qcom/display/msm8996/sdm/libs/hwc/
H A Dcpuhint.cpp49 char path[PROPERTY_VALUE_MAX]; local
50 if (debug_handler->GetProperty("ro.vendor.extension_library", path) != kErrorNone) {
64 lib_handle_ = dlopen(path, RTLD_NOW);
76 DLOGW("Failed to open %s : %s", path, dlerror());
/hardware/bsp/intel/peripheral/libupm/doxy/node/
H A Dtolower.js28 path = require('path'); // for file path parsing
61 return path.join(directory, file);
65 return path.extname(file).toLowerCase() == ".html";
75 var originalName = path.basename(file);
77 var directory = path.dirname(file);
/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/bsp/intel/peripheral/libmraa/src/python/docs/
H A Dconf.py.in20 # add these directories to sys.path here. If the directory is relative to the
21 # documentation root, use os.path.abspath to make it absolute, like shown here.
22 sys.path.insert(0, "@CMAKE_BINARY_DIR@/src/python")
126 # The name of an image file (within the static path) to use as favicon of the
303 # The format is a list of tuples containing the path and title.
307 # The format is a list of tuples containing the path and title.
/hardware/intel/common/utils/media_resource_manager/arbitrator/
H A DAndroid.mk16 $(call include-path-for, frameworks-native)/media/openmax
/hardware/intel/common/utils/media_resource_manager/omx_adaptor/
H A DAndroid.mk17 $(call include-path-for, frameworks-native)/media/openmax \
/hardware/qcom/audio/msm8909/voice_processing/
H A DAndroid.mk14 $(call include-path-for, audio-effects)
/hardware/qcom/audio/voice_processing/
H A DAndroid.mk14 $(call include-path-for, audio-effects)
/hardware/intel/common/wrs_omxil_core/utils/inc/
H A Dmodule.h50 struct module *module_open(const char *path, int flag);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Dtools_common.sh177 # parameter one is used as the input file path. Positional parameter two, when
214 # 5 - path to input file
215 # 6 - path to output file
216 # Note: The output file path must end in .ivf to output an IVF file.
333 --bin-path <path to libvpx binaries directory>
334 --config-path <path to libvpx config directory>
338 --test-data-path <path t
[all...]
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
H A DOMXDccDataSave.cpp130 // The directory must be opened and its stream pointer + path passed
132 // stack usage the path param is reused -> this MUST be char array with
137 FILE * OMXCameraAdapter::parseDCCsubDir(DIR *pDir, char *path) argument
142 int initialPathLength = strlen(path);
152 strcat(path, dirEntry->d_name);
154 pSubDir = opendir(path);
157 strcat(path, "/");
158 pFile = parseDCCsubDir(pSubDir, path);
167 pFile = fopen(path, "rb");
189 CAMHAL_LOGDB("DCC file to be updated: %s", path);
[all...]
/hardware/qcom/audio/msm8909/audiod/
H A DAudioDaemon.cpp75 String8 path; local
91 path = "/proc/asound/card";
92 path += ptr;
93 path += "/state";
94 ALOGD("Opening sound card state : %s", path.string());
95 fd = open(path.string(), O_RDONLY);
97 ALOGE("Open %s failed : %s", path.string(), strerror(errno));
127 String8 path; local
143 path = "/sys/class/switch/";
144 path
223 char path[50]; local
[all...]
/hardware/libhardware/modules/input/evdev/
H A DInputHub.h59 /** Get the Linux device path for the node. */
131 * the device and input callbacks, and register your device path(s).
135 virtual status_t registerDevicePath(const std::string& path) = 0;
136 virtual status_t unregisterDevicePath(const std::string& path) = 0;
161 virtual status_t registerDevicePath(const std::string& path) override;
162 virtual status_t unregisterDevicePath(const std::string& path) override;
171 status_t scanDir(const std::string& path);
172 std::shared_ptr<InputDeviceNode> openNode(const std::string& path);
175 std::shared_ptr<InputDeviceNode> findNodeByPath(const std::string& path);
/hardware/intel/common/omx-components/videocodec/
H A DAndroid.mk28 $(call include-path-for, frameworks-native)/media/hardware \
29 $(call include-path-for, frameworks-native)/media/openmax \
30 $(call include-path-for, libhardware)
102 $(call include-path-for, frameworks-native)/media/hardware \
103 $(call include-path-for, frameworks-native)/media/openmax \
104 $(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)
225 $(call include-path
[all...]

Completed in 3699 milliseconds

123456