Home
last modified time | relevance | path

Searched refs:name (Results 1 – 25 of 468) sorted by relevance

12345678910>>...19

/hardware/intel/common/utils/ISV/profile/
Disv_profile.cpp119 int ISVProfile::getFilterID(const char * name) in getFilterID() argument
123 if (strcmp(name, "ProcFilterNoiseReduction") == 0) in getFilterID()
125 else if (strcmp(name, "ProcFilterDeinterlacing") == 0) in getFilterID()
127 else if (strcmp(name, "ProcFilterSharpening") == 0) in getFilterID()
129 else if (strcmp(name, "ProcFilterColorBalance") == 0) in getFilterID()
131 else if (strcmp(name, "ProcFilterDeblocking") == 0) in getFilterID()
133 else if (strcmp(name, "ProcFilterFrameRateConversion") == 0) in getFilterID()
135 else if (strcmp(name, "ProcFilterSkinToneEnhancement") == 0) in getFilterID()
137 else if (strcmp(name, "ProcFilterTotalColorCorrection") == 0) in getFilterID()
139 else if (strcmp(name, "ProcFilterNonLinearAnamorphicScaling") == 0) in getFilterID()
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dargs.c33 a.name = NULL; in arg_init()
51 arg.name = arg.argv[0] + 1; in arg_match()
63 arg.name = arg.argv[0] + 2; in arg_match()
64 arg.val = arg.name[name_len] == '=' ? arg.name + name_len + 1 : NULL; in arg_match()
69 if (arg.name && !arg.val && def->has_val) in arg_match()
70 die("Error: option %s requires argument.\n", arg.name); in arg_match()
72 if (arg.name && arg.val && !def->has_val) in arg_match()
73 die("Error: option %s requires no argument.\n", arg.name); in arg_match()
75 if (arg.name in arg_match()
131 for (listptr = def->enums; listptr->name; listptr++) in arg_show_usage()
[all …]
/hardware/invensense/60xx/libsensors_iio/software/core/mllite/linux/
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);
Dml_sysfs_helper.c46 int find_type_by_name(const char *name, const char *type) in find_type_by_name() argument
89 if (strcmp(name, thisname) == 0) in find_type_by_name()
101 static int parsing_proc_input(int mode, char *name){ in parsing_proc_input() argument
145 if(!memcmp(&line[i], name, strlen(name))){ in parsing_proc_input()
314 inv_error_t inv_get_sysfs_path(char *name) in inv_get_sysfs_path() argument
316 if (process_sysfs_request(CMD_GET_SYSFS_PATH, name) < 0) in inv_get_sysfs_path()
322 inv_error_t inv_get_sysfs_abs_path(char *name) in inv_get_sysfs_abs_path() argument
324 strcpy(name, MPU_SYSFS_ABS_PATH); in inv_get_sysfs_abs_path()
336 inv_error_t inv_get_dmpfile(char *name) in inv_get_dmpfile() argument
338 if (process_sysfs_request(CMD_GET_DMP_PATH, name) < 0) in inv_get_dmpfile()
[all …]
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/
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);
Dml_sysfs_helper.c57 int find_type_by_name(const char *name, const char *type) in find_type_by_name() argument
100 if (strcmp(name, thisname) == 0) in find_type_by_name()
112 static int parsing_proc_input(int mode, char *name){ in parsing_proc_input() argument
156 if(!memcmp(&line[i], name, strlen(name))){ in parsing_proc_input()
417 inv_error_t inv_get_sysfs_path(char *name) in inv_get_sysfs_path() argument
419 if (process_sysfs_request(CMD_GET_SYSFS_PATH, name) < 0) in inv_get_sysfs_path()
425 inv_error_t inv_get_sysfs_abs_path(char *name) in inv_get_sysfs_abs_path() argument
427 strcpy(name, MPU_SYSFS_ABS_PATH); in inv_get_sysfs_abs_path()
439 inv_error_t inv_get_dmpfile(char *name) in inv_get_dmpfile() argument
441 if (process_sysfs_request(CMD_GET_DMP_PATH, name) < 0) in inv_get_dmpfile()
[all …]
/hardware/invensense/6515/libsensors_iio/software/core/mllite/linux/
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);
Dml_sysfs_helper.c64 int find_type_by_name(const char *name, const char *type) in find_type_by_name() argument
107 if (strcmp(name, thisname) == 0) in find_type_by_name()
119 static int parsing_proc_input(int mode, char *name){ in parsing_proc_input() argument
163 if(!memcmp(&line[i], name, strlen(name))){ in parsing_proc_input()
424 inv_error_t inv_get_sysfs_path(char *name) in inv_get_sysfs_path() argument
426 if (process_sysfs_request(CMD_GET_SYSFS_PATH, name) < 0) in inv_get_sysfs_path()
432 inv_error_t inv_get_sysfs_abs_path(char *name) in inv_get_sysfs_abs_path() argument
434 strcpy(name, MPU_SYSFS_ABS_PATH); in inv_get_sysfs_abs_path()
446 inv_error_t inv_get_dmpfile(char *name) in inv_get_dmpfile() argument
448 if (process_sysfs_request(CMD_GET_DMP_PATH, name) < 0) in inv_get_dmpfile()
[all …]
/hardware/qcom/gps/msm8960/core/
DLocDualContext.cpp63 const char* name) in getMsgTask() argument
66 mMsgTask = new MsgTask(tCreator, name); in getMsgTask()
72 const char* name) in getMsgTask() argument
75 mMsgTask = new MsgTask(tAssociate, name); in getMsgTask()
81 const char* name) in getLocFgContext() argument
84 const MsgTask* msgTask = getMsgTask(tCreator, name); in getLocFgContext()
92 const char* name) in getLocFgContext() argument
95 const MsgTask* msgTask = getMsgTask(tAssociate, name); in getLocFgContext()
104 const char* name) in getLocBgContext() argument
107 const MsgTask* msgTask = getMsgTask(tCreator, name); in getLocBgContext()
[all …]
DLocDualContext.h45 const char* name);
47 const char* name);
61 const char* name);
63 const char* name);
65 const char* name);
67 const char* name);
/hardware/qcom/audio/legacy/alsa_sound/
DALSAControl.cpp54 status_t ALSAControl::get(const char *name, unsigned int &value, int index) in get() argument
63 ctl = mixer_get_control(mHandle, name, index); in get()
71 status_t ALSAControl::set(const char *name, unsigned int value, int index) in set() argument
75 ALOGD("set:: name %s value %d index %d", name, value, index); in set()
82 ctl = mixer_get_control(mHandle, name, 0); in set()
91 status_t ALSAControl::set(const char *name, const char *value) in set() argument
95 ALOGD("set:: name %s value %s", name, value); in set()
102 ctl = mixer_get_control(mHandle, name, 0); in set()
111 status_t ALSAControl::setext(const char *name, int count, char **setValues) in setext() argument
115 ALOGD("setext:: name %s count %d", name, count); in setext()
[all …]
/hardware/intel/common/utils/ituxd/src/com/intel/thermal/
DThermalSensor.java132 public void setSensorName(String name) { in setSensorName() argument
133 mSensorName = name; in setSensorName()
153 public void setInputTempPath(String name) { in setInputTempPath() argument
160 if (name != null && name.equalsIgnoreCase("auto")) { in setInputTempPath()
161 name = "temp"; in setInputTempPath()
163 mInputTempPath = mSensorPath + name; in setInputTempPath()
178 public void setHighTempPath(String name) { in setHighTempPath() argument
179 if (name != null && name.equalsIgnoreCase("auto")) { in setHighTempPath()
185 mHighTempPath = mSensorPath + name; in setHighTempPath()
194 public void setLowTempPath(String name) { in setLowTempPath() argument
[all …]
DThermalUtils.java42 private native static int native_getThermalZoneIndex(String name); in native_getThermalZoneIndex() argument
43 private native static int native_getThermalZoneIndexContains(String name); in native_getThermalZoneIndexContains() argument
44 private native static int native_getCoolingDeviceIndex(String name); in native_getCoolingDeviceIndex() argument
45 private native static int native_getCoolingDeviceIndexContains(String name); in native_getCoolingDeviceIndexContains() argument
46 private native static boolean native_isFileExists(String name); in native_isFileExists() argument
76 public static int getThermalZoneIndex(String name) { in getThermalZoneIndex() argument
78 return native_getThermalZoneIndex(name); in getThermalZoneIndex()
85 public static int getThermalZoneIndexContains(String name) { in getThermalZoneIndexContains() argument
87 return native_getThermalZoneIndexContains(name); in getThermalZoneIndexContains()
94 public static int getCoolingDeviceIndex(String name) { in getCoolingDeviceIndex() argument
[all …]
DThermalService.java288 boolean processStartElement(String name) { in processStartElement() argument
289 if (name == null) in processStartElement()
294 if (name.equalsIgnoreCase(PINFO)) { in processStartElement()
298 } else if (name.equalsIgnoreCase(PROFILE)) { in processStartElement()
300 } else if (name.equalsIgnoreCase(SENSOR)) { in processStartElement()
304 } else if (name.equalsIgnoreCase(SENSOR_ATTRIB)) { in processStartElement()
309 } else if (name.equalsIgnoreCase(ZONE)) { in processStartElement()
314 if (mPlatformInfo != null && name.equalsIgnoreCase("PlatformThermalStates")) { in processStartElement()
317 } else if (name.equalsIgnoreCase("ZoneName") && mTempZoneId != -1) { in processStartElement()
319 } else if (name.equalsIgnoreCase("Name")) { in processStartElement()
[all …]
/hardware/qcom/gps/core/
DLocDualContext.cpp65 const char* name) in getMsgTask() argument
68 mMsgTask = new MsgTask(tCreator, name); in getMsgTask()
74 const char* name) in getMsgTask() argument
77 mMsgTask = new MsgTask(tAssociate, name); in getMsgTask()
85 const char* name) in getLocFgContext() argument
88 const MsgTask* msgTask = getMsgTask(tCreator, name); in getLocFgContext()
100 const char* name) in getLocFgContext() argument
103 const MsgTask* msgTask = getMsgTask(tAssociate, name); in getLocFgContext()
117 const char* name) in getLocBgContext() argument
120 const MsgTask* msgTask = getMsgTask(tCreator, name); in getLocBgContext()
[all …]
DLocDualContext.h45 const char* name);
47 const char* name);
61 const char* name);
63 const char* name);
65 const char* name);
67 const char* name);
/hardware/libhardware_legacy/qemu/
Dqemu.c76 const char* name ) in qemu_channel_open_qemud_pipe() argument
81 snprintf(pipe_name, sizeof(pipe_name), "qemud:%s", name); in qemu_channel_open_qemud_pipe()
95 const char* name ) in qemu_channel_open_qemud() argument
97 int fd, ret, namelen = strlen(name); in qemu_channel_open_qemud()
109 if (qemu_fd_write(fd, name, namelen) != namelen) { in qemu_channel_open_qemud()
119 D("cant' connect to %s service through qemud", name); in qemu_channel_open_qemud()
132 const char* name ) in qemu_channel_open_qemud_old() argument
137 "qemud_%s", name); in qemu_channel_open_qemud_old()
156 const char* name, in qemu_channel_open_tty() argument
163 ret = snprintf(key, sizeof key, "ro.kernel.android.%s", name); in qemu_channel_open_tty()
[all …]
/hardware/libhardware/
Dhardware.c129 static int hw_module_exists(char *path, size_t path_len, const char *name, in hw_module_exists() argument
133 HAL_LIBRARY_PATH2, name, subname); in hw_module_exists()
138 HAL_LIBRARY_PATH1, name, subname); in hw_module_exists()
151 char name[PATH_MAX]; in hw_get_module_by_class() local
155 snprintf(name, PATH_MAX, "%s.%s", class_id, inst); in hw_get_module_by_class()
157 strlcpy(name, class_id, PATH_MAX); in hw_get_module_by_class()
167 snprintf(prop_name, sizeof(prop_name), "ro.hardware.%s", name); in hw_get_module_by_class()
169 if (hw_module_exists(path, sizeof(path), name, prop) == 0) { in hw_get_module_by_class()
179 if (hw_module_exists(path, sizeof(path), name, prop) == 0) { in hw_get_module_by_class()
185 if (hw_module_exists(path, sizeof(path), name, "default") == 0) { in hw_get_module_by_class()
/hardware/intel/common/wrs_omxil_core/utils/src/
Dmodule.c55 if (!strcmp(module->name, filename)) in module_find_with_name()
134 LOGE("found opened module %s with name\n", existing->name); in module_open()
161 LOGE("found opened module %s with handle\n", existing->name); in module_open()
169 new->name = strdup(file); in module_open()
170 if (!new->name) { in module_open()
178 LOGE("module %s has init(), call the symbol\n", new->name); in module_open()
183 LOGE("module %s init() failed (%d)\n", new->name, init_ret); in module_open()
221 LOGV("module %s decrease refcont (%d)\n", module->name, module->ref_count); in module_close()
228 LOGE("module %s dlclose failed",module->name); in module_close()
233 LOGV("module %s closed\n", module->name); in module_close()
[all …]
/hardware/intel/common/utils/ISV/include/
Disv_profile.h41 char name[MAX_STRING_LEN]; member
105 static void startElement(void *userData, const char *name, const char **atts);
106 static void endElement(void *userData, const char *name);
107 int getFilterID(const char * name);
108 uint32_t getResolution(const char * name);
109 void getConfigData(const char *name, const char **atts);
110 void handleFilterParameter(const char *name, const char **atts);
111 void handleCommonParameter(const char *name, const char **atts);
/hardware/intel/common/libva/test/vainfo/
Dvainfo.c91 const char *name = strrchr(argv[0], '/'); in main() local
98 if (name) in main()
99 name++; in main()
101 name = argv[0]; in main()
106 fprintf(stderr, "%s: vaGetDisplay() failed\n", name); in main()
114 name, major_version, minor_version, LIBVA_VERSION_S); in main()
117 printf("%s: Driver version: %s\n", name, driver ? driver : "<unknown>"); in main()
119 printf("%s: Supported profile and entrypoints\n", name); in main()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
Dgen_msvs_proj.sh20 Usage: ${self_basename} --name=projname [options] file1 [file2 ...]
33 --name=project_name Name of the project (required)
124 local name=$2
131 echo "generating filter '$name' from ${#file_list[@]} files" >&2
135 Name=$name \
202 --name=*) name="${optval}"
276 [ -n "$name" ] || die "Project name (--name) must be specified!"
337 Name="${name}" \
339 RootNamespace="${name}" \
354 IntermediateDirectory="$plat_no_ws/\$(ConfigurationName)/${name}" \
[all …]
/hardware/ti/omap4-aah/domx/domx/profiling/src/
Dprofile.c78 char name[50]; member
206 strncpy(kpi_omx_monitor[omx_cnt].name, p + 1, 6); in KPI_OmxCompInit()
209 DOMX_PROF("<KPI> OMX %-6s Init %-8lld", kpi_omx_monitor[omx_cnt].name, KPI_GetTime()); in KPI_OmxCompInit()
239 DOMX_PROF( "<KPI> OMX %-6s Deinit %-8lld", kpi_omx_monitor[omx_cnt].name, KPI_GetTime()); in KPI_OmxCompDeinit()
278 DOMX_PROF("ETB %-6s %-4u %-8lld x%-8x", kpi_omx_monitor[omx_cnt].name, \ in KPI_OmxCompBufferEvent()
282 DOMX_PROF("FTB %-6s %-4u %-8lld x%-8x", kpi_omx_monitor[omx_cnt].name, \ in KPI_OmxCompBufferEvent()
286 DOMX_PROF("EBD %-6s %-4u %-8lld x%-8x", kpi_omx_monitor[omx_cnt].name, \ in KPI_OmxCompBufferEvent()
291 DOMX_PROF("FBD %-6s %-4u %-8lld x%-8x %lld", kpi_omx_monitor[omx_cnt].name, \ in KPI_OmxCompBufferEvent()
/hardware/libhardware_legacy/audio/
DAudioDumpInterface.cpp291 char name[255]; in write() local
292 sprintf(name, "%s_out_%d_%d.pcm", mInterface->fileName().string(), mId, ++mFileCount); in write()
293 mFile = fopen(name, "wb"); in write()
294 ALOGV("Opening dump file %s, fh %p", name, mFile); in write()
447 char name[255]; in read() local
448 … sprintf(name, "%s_in_%d_%d.pcm", mInterface->fileName().string(), mId, ++mFileCount); in read()
449 mFile = fopen(name, "wb"); in read()
450 ALOGV("Opening input dump file %s, fh %p", name, mFile); in read()
460 char name[255]; in read() local
461 strcpy(name, "/sdcard/music/sine440"); in read()
[all …]
/hardware/samsung_slsi/exynos5/libstagefrighthw/
DExynos_OMX_Plugin.cpp67 const char *name, in makeComponentInstance() argument
77 const_cast<char *>(name), in makeComponentInstance()
91 OMX_STRING name, in enumerateComponents() argument
98 return (*mComponentNameEnum)(name, size, index); in enumerateComponents()
102 const char *name, in getRolesOfComponent() argument
112 const_cast<OMX_STRING>(name), &numRoles, NULL); in getRolesOfComponent()
126 const_cast<OMX_STRING>(name), &numRoles2, array); in getRolesOfComponent()

12345678910>>...19