Searched defs:name (Results 126 - 150 of 248) sorted by relevance

12345678910

/hardware/samsung_slsi/exynos5/original-kernel-headers/linux/
H A Dmedia.h64 char name[32]; member in struct:media_entity_desc
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
H A Dcommon.h121 char name[8+1]; // interface name + trailing null member in struct:__anon147
H A Dwifi_hal.cpp52 static int wifi_get_multicast_id(wifi_handle handle, const char *name, const char *group);
364 GetMulticastIdCommand(wifi_handle handle, const char *name, const char *group) argument
367 mName = name;
416 // ALOGI("Found group name %s", grpName);
614 static int wifi_get_multicast_id(wifi_handle handle, const char *name, const char *group) argument
616 GetMulticastIdCommand cmd(handle, name, group);
626 static bool is_wifi_interface(const char *name) argument
628 if (strncmp(name, "wlan", 4) != 0 && strncmp(name, "p2p", 3) != 0) {
636 static int get_interface(const char *name, interface_inf argument
703 wifi_get_iface_name(wifi_interface_handle handle, char *name, size_t size) argument
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
H A Dobj_int_extract.c54 int print_macho_equ(output_fmt_t mode, uint8_t* name, int val) { argument
57 printf("%-40s EQU %5d\n", name, val);
60 printf(".set %-40s, %5d\n", name, val);
63 printf("#define %-40s %5d\n", name, val);
720 char name[9] = {0, 0, 0, 0, 0, 0, 0, 0, 0}; local
721 strncpy(name, ptr, 8);
722 // log_msg("COFF: Parsing symbol %s\n",name);
726 if (name[0] == '_')
727 printf("%-40s EQU ", name + 1);
729 printf("%-40s EQU ", name);
[all...]
/hardware/intel/common/utils/ISV/include/
H A Disv_profile.h41 char name[MAX_STRING_LEN]; member in struct:_ISVParameter
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/utils/ituxd/src/com/intel/thermal/
H A DThermalCooling.java272 boolean processStartElement(String name) { argument
273 if (name == null)
277 if (name.equalsIgnoreCase(CDEVINFO)) {
280 } else if (name.equalsIgnoreCase(ZONETHROTINFO)) {
288 } else if (name.equalsIgnoreCase(PROFILE)) {
294 } else if (name.equalsIgnoreCase(COOLINGDEVICEINFO) && mZone != null) {
301 if (name.equalsIgnoreCase("ZoneID") && mZone != null) {
303 } else if (name.equalsIgnoreCase("CriticalShutDown") && mZone != null) {
305 } else if (name.equalsIgnoreCase(THROTTLEMASK) && mZone != null) {
307 } else if (name
341 processEndElement(String name) argument
[all...]
H A DThermalService.java288 boolean processStartElement(String name) { argument
289 if (name == null)
294 if (name.equalsIgnoreCase(PINFO)) {
298 } else if (name.equalsIgnoreCase(PROFILE)) {
300 } else if (name.equalsIgnoreCase(SENSOR)) {
304 } else if (name.equalsIgnoreCase(SENSOR_ATTRIB)) {
309 } else if (name.equalsIgnoreCase(ZONE)) {
314 if (mPlatformInfo != null && name.equalsIgnoreCase("PlatformThermalStates")) {
317 } else if (name.equalsIgnoreCase("ZoneName") && mTempZoneId != -1) {
319 } else if (name
395 processEndElement(String name) argument
[all...]
/hardware/intel/img/psb_video/src/
H A Dpsb_drv_debug.c607 char *name; member in struct:__anon961
645 psb__trace_message("%s_%04x\n", msvdx_regs[i].name, reg);
786 void psb__debug_schedule_hexdump(const char *name, psb_buffer_p buf, uint32_t offset, uint32_t size) argument
789 debug_dump_name[debug_dump_count] = name;
/hardware/invensense/6515/libsensors_iio/software/core/mllite/linux/
H A Dml_sysfs_helper.c58 * find_type_by_name() - function to match top level types by name
59 * @name: top level type instance name
64 int find_type_by_name(const char *name, const char *type) argument
98 sprintf(filename, "%s%s%d/name",
107 if (strcmp(name, thisname) == 0)
119 static int parsing_proc_input(int mode, char *name){ argument
163 if(!memcmp(&line[i], name, strlen(name))){
352 //if (strcmp(name, thisnam
424 inv_get_sysfs_path(char *name) argument
432 inv_get_sysfs_abs_path(char *name) argument
446 inv_get_dmpfile(char *name) argument
461 inv_get_chip_name(char *name) argument
477 inv_get_handler_number(const char *name, int *num) argument
495 inv_get_input_number(const char *name, int *num) argument
512 inv_get_iio_trigger_path(const char *name) argument
527 inv_get_iio_device_node(const char *name) argument
[all...]
/hardware/invensense/6515/libsensors_iio/software/simple_apps/devnode_parser/
H A Diio_utils.h28 * iioutils_break_up_name() - extract generic name from full channel name
29 * @full_name: the full channel name
30 * @generic_name: the output generic channel name
59 * @name: channel name
60 * @generic_name: general name for channel type
70 char *name; member in struct:iio_channel_info
92 * @name: the channel name
95 iioutils_get_type(unsigned *is_signed, unsigned *bytes, unsigned *bits_used, unsigned *shift, uint64_t *mask, unsigned *be, const char *device_dir, const char *name, const char *generic_name) argument
194 iioutils_get_param_float(float *output, const char *param_name, const char *device_dir, const char *name, const char *generic_name) argument
[all...]
/hardware/invensense/6515/libsensors_iio/software/simple_apps/mpu_iio/
H A Diio_utils.h28 * iioutils_break_up_name() - extract generic name from full channel name
29 * @full_name: the full channel name
30 * @generic_name: the output generic channel name
59 * @name: channel name
60 * @generic_name: general name for channel type
70 char *name; member in struct:iio_channel_info
92 * @name: the channel name
95 iioutils_get_type(unsigned *is_signed, unsigned *bytes, unsigned *bits_used, unsigned *shift, uint64_t *mask, unsigned *be, const char *device_dir, const char *name, const char *generic_name) argument
194 iioutils_get_param_float(float *output, const char *param_name, const char *device_dir, const char *name, const char *generic_name) argument
[all...]
/hardware/invensense/6515/libsensors_iio/software/simple_apps/self_test/
H A Dinv_self_test.c50 char *name; member in struct:sysfs_attrbs
139 fp = fopen(mpu.name, "r");
188 sprintf(mpu.name, "%s%s", sysfs_path, "/name");
/hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/
H A Diio_utils.h26 * iioutils_break_up_name() - extract generic name from full channel name
27 * @full_name: the full channel name
28 * @generic_name: the output generic channel name
57 * @name: channel name
58 * @generic_name: general name for channel type
68 char *name; member in struct:iio_channel_info
90 * @name: the channel name
93 iioutils_get_type(unsigned *is_signed, unsigned *bytes, unsigned *bits_used, unsigned *shift, uint64_t *mask, unsigned *be, const char *device_dir, const char *name, const char *generic_name) argument
192 iioutils_get_param_float(float *output, const char *param_name, const char *device_dir, const char *name, const char *generic_name) argument
[all...]
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/
H A Dml_sysfs_helper.c51 * find_type_by_name() - function to match top level types by name
52 * @name: top level type instance name
57 int find_type_by_name(const char *name, const char *type) argument
91 sprintf(filename, "%s%s%d/name",
100 if (strcmp(name, thisname) == 0)
112 static int parsing_proc_input(int mode, char *name){ argument
156 if(!memcmp(&line[i], name, strlen(name))){
345 //if (strcmp(name, thisnam
417 inv_get_sysfs_path(char *name) argument
425 inv_get_sysfs_abs_path(char *name) argument
439 inv_get_dmpfile(char *name) argument
454 inv_get_chip_name(char *name) argument
470 inv_get_handler_number(const char *name, int *num) argument
488 inv_get_input_number(const char *name, int *num) argument
505 inv_get_iio_trigger_path(const char *name) argument
520 inv_get_iio_device_node(const char *name) argument
[all...]
/hardware/libhardware/modules/audio/
H A Daudio_policy.c310 static int default_ap_dev_open(const hw_module_t* module, const char* name, argument
317 if (strcmp(name, AUDIO_POLICY_INTERFACE) != 0)
347 .name = "Default audio policy HAL",
/hardware/libhardware_legacy/audio/
H A DAudioDumpInterface.cpp291 char name[255]; local
292 sprintf(name, "%s_out_%d_%d.pcm", mInterface->fileName().string(), mId, ++mFileCount);
293 mFile = fopen(name, "wb");
294 ALOGV("Opening dump file %s, fh %p", name, mFile);
447 char name[255]; local
448 sprintf(name, "%s_in_%d_%d.pcm", mInterface->fileName().string(), mId, ++mFileCount);
449 mFile = fopen(name, "wb");
450 ALOGV("Opening input dump file %s, fh %p", name, mFile);
460 char name[255]; local
461 strcpy(name, "/sdcar
[all...]
/hardware/qcom/audio/legacy/libalsa-intf/
H A Dalsa_mixer.c78 static int is_volume(const char *name, enum ctl_type *type) argument
81 size_t nlen = strlen(name);
88 if (strncmp(name + l, p->suffix, slen) == 0 &&
89 (l < 1 || name[l-1] != '-')) { /* 3D Control - Switch */
211 enames[m] = strdup(tmp.value.enumerated.name);
235 ALOGV(" id iface dev sub idx num perms type isvolume name\n");
254 (is_volume(ei->id.name, &type)) ? 1 : 0,
255 ei->id.name);
285 const char *name, unsigned index)
290 if (!strncmp(name, (cha
284 mixer_get_control(struct mixer *mixer, const char *name, unsigned index) argument
[all...]
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc.cpp50 const char* name,
65 name: "Qualcomm Hardware Composer Module",
859 static int hwc_device_open(const struct hw_module_t* module, const char* name, argument
864 if (!strcmp(name, HWC_HARDWARE_COMPOSER)) {
/hardware/qcom/display/msm8974/libhwcomposer/
H A Dhwc.cpp48 const char* name,
61 name: "Qualcomm Hardware Composer Module",
703 static int hwc_device_open(const struct hw_module_t* module, const char* name, argument
708 if (!strcmp(name, HWC_HARDWARE_COMPOSER)) {
/hardware/qcom/keymaster/
H A Dkeymaster_qcom.cpp733 static int qcom_km_open(const hw_module_t* module, const char* name, argument
738 if (strcmp(name, KEYSTORE_KEYMASTER) != 0)
796 .name = "Keymaster QCOM HAL",
/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dcpp_bindings.cpp899 int WifiVendorCommand::set_iface_id(const char* name) argument
901 unsigned ifindex = if_nametoindex(name);
H A Dwifi_hal.cpp62 static int wifi_get_multicast_id(wifi_handle handle, const char *name, const char *group);
390 GetMulticastIdCommand(wifi_handle handle, const char *name, const char *group) argument
393 mName = name;
442 // ALOGI("Found group name %s", grpName);
456 static int wifi_get_multicast_id(wifi_handle handle, const char *name, const char *group) argument
458 GetMulticastIdCommand cmd(handle, name, group);
468 static bool is_wifi_interface(const char *name) argument
470 if (strncmp(name, "wlan", 4) != 0 && strncmp(name, "p2p", 3) != 0) {
478 static int get_interface(const char *name, interface_inf argument
545 wifi_get_iface_name(wifi_interface_handle handle, char *name, size_t size) argument
552 wifi_get_iface_handle(wifi_handle handle, char *name) argument
[all...]
/hardware/ti/omap4-aah/camera/
H A DCameraHal_Module.cpp46 static int camera_device_open(const hw_module_t* module, const char* name,
66 name: "TI OMAP CameraHal Module",
626 int camera_device_open(const hw_module_t* module, const char* name, argument
641 if (name != NULL) {
642 cameraid = atoi(name);
/hardware/ti/omap4xxx/camera/
H A DCameraHal_Module.cpp38 static int camera_device_open(const hw_module_t* module, const char* name,
54 .name = "TI OMAP CameraHal Module",
483 int camera_device_open(const hw_module_t* module, const char* name, argument
498 if (name != NULL) {
499 cameraid = atoi(name);
/hardware/intel/common/libva/va/wayland/
H A Dwayland-drm-client-protocol.h9 * notice appear in supporting documentation, and that the name of
121 * @name: name
125 const char *name);
178 wl_drm_create_buffer(struct wl_drm *wl_drm, uint32_t name, int32_t width, int32_t height, uint32_t stride, uint32_t format) argument
188 WL_DRM_CREATE_BUFFER, id, name, width, height, stride, format);
194 wl_drm_create_planar_buffer(struct wl_drm *wl_drm, uint32_t name, int32_t width, int32_t height, uint32_t format, int32_t offset0, int32_t stride0, int32_t offset1, int32_t stride1, int32_t offset2, int32_t stride2) argument
204 WL_DRM_CREATE_PLANAR_BUFFER, id, name, width, height, format, offset0, stride0, offset1, stride1, offset2, stride2);

Completed in 956 milliseconds

12345678910