Searched refs:name (Results 1 - 25 of 407) sorted by relevance

1234567891011>>

/hardware/invensense/60xx/libsensors_iio/software/core/mllite/linux/
H A Dml_sysfs_helper.h22 int find_type_by_name(const char *name, const char *type);
23 inv_error_t inv_get_sysfs_path(char *name);
24 inv_error_t inv_get_sysfs_abs_path(char *name);
25 inv_error_t inv_get_dmpfile(char *name);
26 inv_error_t inv_get_chip_name(char *name);
28 inv_error_t inv_get_handler_number(const char *name, int *num);
29 inv_error_t inv_get_input_number(const char *name, int *num);
30 inv_error_t inv_get_iio_trigger_path(char *name);
31 inv_error_t inv_get_iio_device_node(char *name);
H A Dml_sysfs_helper.c40 * find_type_by_name() - function to match top level types by name
41 * @name: top level type instance name
46 int find_type_by_name(const char *name, const char *type) argument
80 sprintf(filename, "%s%s%d/name",
89 if (strcmp(name, thisname) == 0)
101 static int parsing_proc_input(int mode, char *name){ argument
145 if(!memcmp(&line[i], name, strlen(name))){
294 * @unsigned char *name
314 inv_get_sysfs_path(char *name) argument
322 inv_get_sysfs_abs_path(char *name) argument
336 inv_get_dmpfile(char *name) argument
351 inv_get_chip_name(char *name) argument
367 inv_get_handler_number(const char *name, int *num) argument
385 inv_get_input_number(const char *name, int *num) argument
402 inv_get_iio_trigger_path(char *name) argument
417 inv_get_iio_device_node(char *name) argument
[all...]
/hardware/invensense/6515/libsensors_iio/software/core/mllite/linux/
H A Dml_sysfs_helper.h22 int find_type_by_name(const char *name, const char *type);
24 inv_error_t inv_get_sysfs_path(char *name);
25 inv_error_t inv_get_sysfs_abs_path(char *name);
26 inv_error_t inv_get_dmpfile(char *name);
27 inv_error_t inv_get_chip_name(char *name);
29 inv_error_t inv_get_handler_number(const char *name, int *num);
30 inv_error_t inv_get_input_number(const char *name, int *num);
31 inv_error_t inv_get_iio_trigger_path(const char *name);
32 inv_error_t inv_get_iio_device_node(const char *name);
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/
H A Dml_sysfs_helper.h22 int find_type_by_name(const char *name, const char *type);
24 inv_error_t inv_get_sysfs_path(char *name);
25 inv_error_t inv_get_sysfs_abs_path(char *name);
26 inv_error_t inv_get_dmpfile(char *name);
27 inv_error_t inv_get_chip_name(char *name);
29 inv_error_t inv_get_handler_number(const char *name, int *num);
30 inv_error_t inv_get_input_number(const char *name, int *num);
31 inv_error_t inv_get_iio_trigger_path(const char *name);
32 inv_error_t inv_get_iio_device_node(const char *name);
/hardware/intel/common/libva/
H A Dstyle_unify2 file=$(find . -name "*.[ch]" -o -name "*.cpp")
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
H A Dasm_offsets.h17 #define ct_assert(name,cond) \
18 static void assert_##name(void) UNUSED;\
19 static void assert_##name(void) {switch(0){case 0:case !!(cond):;}}
/hardware/qcom/gps/core/
H A DLocDualContext.h12 * * Neither the name of The Linux Foundation, nor the names of its
45 const char* name);
47 const char* name);
61 const char* name);
63 const char* name);
65 const char* name);
67 const char* name);
H A DLocDualContext.cpp12 * * Neither the name of The Linux Foundation, nor the names of its
59 // the name must be shorter than 15 chars
64 const char* name)
67 mMsgTask = new MsgTask(tCreator, name);
73 const char* name)
76 mMsgTask = new MsgTask(tAssociate, name);
84 const char* name)
87 const MsgTask* msgTask = getMsgTask(tCreator, name);
99 const char* name)
102 const MsgTask* msgTask = getMsgTask(tAssociate, name);
63 getMsgTask(MsgTask::tCreate tCreator, const char* name) argument
72 getMsgTask(MsgTask::tAssociate tAssociate, const char* name) argument
83 getLocFgContext(MsgTask::tCreate tCreator, const char* name) argument
98 getLocFgContext(MsgTask::tAssociate tAssociate, const char* name) argument
115 getLocBgContext(MsgTask::tCreate tCreator, const char* name) argument
131 getLocBgContext(MsgTask::tAssociate tAssociate, const char* name) argument
[all...]
/hardware/qcom/gps/msm8960/core/
H A DLocDualContext.h12 * * Neither the name of The Linux Foundation, nor the names of its
45 const char* name);
47 const char* name);
61 const char* name);
63 const char* name);
65 const char* name);
67 const char* name);
H A DLocDualContext.cpp12 * * Neither the name of The Linux Foundation, nor the names of its
58 // the name must be shorter than 15 chars
63 const char* name)
66 mMsgTask = new MsgTask(tCreator, name);
72 const char* name)
75 mMsgTask = new MsgTask(tAssociate, name);
81 const char* name)
84 const MsgTask* msgTask = getMsgTask(tCreator, name);
92 const char* name)
95 const MsgTask* msgTask = getMsgTask(tAssociate, name);
62 getMsgTask(MsgTask::tCreate tCreator, const char* name) argument
71 getMsgTask(MsgTask::tAssociate tAssociate, const char* name) argument
80 getLocFgContext(MsgTask::tCreate tCreator, const char* name) argument
91 getLocFgContext(MsgTask::tAssociate tAssociate, const char* name) argument
103 getLocBgContext(MsgTask::tCreate tCreator, const char* name) argument
114 getLocBgContext(MsgTask::tAssociate tAssociate, const char* name) argument
[all...]
/hardware/intel/img/psb_video/
H A Dstyle_unify2 file=$(find . -name "*.[ch]" -o -name "*.cpp")
/hardware/libhardware_legacy/include/hardware_legacy/
H A Dqemu_tracing.h26 int qemu_add_mapping(unsigned int addr, const char *name);
/hardware/qcom/audio/legacy/alsa_sound/
H A DALSAControl.cpp54 status_t ALSAControl::get(const char *name, unsigned int &value, int index) argument
63 ctl = mixer_get_control(mHandle, name, index);
71 status_t ALSAControl::set(const char *name, unsigned int value, int index) argument
75 ALOGD("set:: name %s value %d index %d", name, value, index);
82 ctl = mixer_get_control(mHandle, name, 0);
91 status_t ALSAControl::set(const char *name, const char *value) argument
95 ALOGD("set:: name %s value %s", name, value);
102 ctl = mixer_get_control(mHandle, name,
111 setext(const char *name, int count, char **setValues) argument
[all...]
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dminiopt.h36 const char* name; /* name for prompt in error strings */ member in struct:miniopt
60 void miniopt_init(miniopt_t *t, const char* name, const char* flags, bool longflags);
/hardware/intel/common/libva/va/drm/
H A Dva_drm_utils.c35 const char *name; member in struct:driver_name_map
45 /* Returns the VA driver name for the active display */
65 strncmp(drm_version->name, m->key, m->key_len) == 0)
70 if (!m->name)
73 driver_name = strdup(m->name);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Dargs.c33 a.name = NULL;
51 arg.name = arg.argv[0] + 1;
63 arg.name = arg.argv[0] + 2;
64 arg.val = arg.name[name_len] == '=' ? arg.name + name_len + 1 : NULL;
69 if (arg.name && !arg.val && def->has_val)
70 die("Error: option %s requires argument.\n", arg.name);
72 if (arg.name && arg.val && !def->has_val)
73 die("Error: option %s requires no argument.\n", arg.name);
75 if (arg.name
[all...]
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
H A DOMX_ComponentRegistry.h13 OMX_STRING name; member in struct:_ComponentTable
/hardware/intel/img/libdrm/tests/
H A Dgetversion.c40 assert(strlen(v->name) != 0);
43 if (strcmp(v->name, "i915") == 0)
/hardware/intel/common/utils/ituxd/src/com/intel/thermal/
H A DThermalSensor.java38 private String mSensorName; /* name of the sensor */
132 public void setSensorName(String name) { argument
133 mSensorName = name;
153 public void setInputTempPath(String name) { argument
160 if (name != null && name.equalsIgnoreCase("auto")) {
161 name = "temp";
163 mInputTempPath = mSensorPath + name;
178 public void setHighTempPath(String name) { argument
179 if (name !
194 setLowTempPath(String name) argument
[all...]
H A DThermalUtils.java41 private native static int native_getThermalZoneIndex(String name); argument
42 private native static int native_getThermalZoneIndexContains(String name); argument
43 private native static int native_getCoolingDeviceIndex(String name); argument
44 private native static int native_getCoolingDeviceIndexContains(String name); argument
45 private native static boolean native_isFileExists(String name); argument
66 public static int getThermalZoneIndex(String name) { argument
68 return native_getThermalZoneIndex(name);
75 public static int getThermalZoneIndexContains(String name) { argument
77 return native_getThermalZoneIndexContains(name);
84 public static int getCoolingDeviceIndex(String name) { argument
93 getCoolingDeviceIndexContains(String name) argument
[all...]
/hardware/libhardware/
H A Dhardware.c126 * Check if a HAL with given name and subname exists, if so return 0, otherwise
129 static int hw_module_exists(char *path, size_t path_len, const char *name, argument
133 HAL_LIBRARY_PATH2, name, subname);
138 HAL_LIBRARY_PATH1, name, subname);
151 char name[PATH_MAX]; local
155 snprintf(name, PATH_MAX, "%s.%s", class_id, inst);
157 strlcpy(name, class_id, PATH_MAX);
167 snprintf(prop_name, sizeof(prop_name), "ro.hardware.%s", name);
169 if (hw_module_exists(path, sizeof(path), name, prop) == 0) {
179 if (hw_module_exists(path, sizeof(path), name, pro
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
H A Dgen_msvs_def.sh33 --name=project_name Name of the library (required)
69 --name=*) name="${optval}"
77 [ -n "$name" ] || die "Library name (--name) must be specified!"
79 echo "LIBRARY ${name}" > ${outfile}
/hardware/qcom/audio/legacy/libalsa-intf/
H A Damix.c34 struct mixer_ctl *get_ctl(struct mixer *mixer, char *name) argument
39 if (isdigit(name[0]))
40 return mixer_get_nth_control(mixer, atoi(name) - 1);
42 p = strrchr(name, '#');
48 return mixer_get_control(mixer, name, idx);
/hardware/libhardware/modules/nfc/
H A Dnfc_pn544_example.c31 static int nfc_open(const hw_module_t* module, const char* name, argument
33 if (strcmp(name, NFC_PN544_CONTROLLER) == 0) {
67 .name = "Default NFC HW HAL",
/hardware/invensense/60xx/libsensors_iio/
H A DSensorBase.cpp112 char name[80]; local
113 if (ioctl(fd, EVIOCGNAME(sizeof(name) - 1), &name) < 1) {
114 name[0] = '\0';
116 LOGV_IF(EXTRA_VERBOSE, "name read %s", name);
117 if (!strcmp(name, inputName)) {

Completed in 774 milliseconds

1234567891011>>