Searched defs:name (Results 151 - 175 of 248) sorted by relevance

12345678910

/hardware/intel/common/omx-components/videocodec/
H A DOMXVideoEncoderAVC.cpp26 const char *name; member in struct:ProfileMap
32 const char *name; member in struct:LevelMap
110 LOGV("Support Profile:%s, Level:%s\n", ProfileTable[profile_index].name, LevelTable[level_index].name);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/internal/
H A Dvpx_codec_internal.h328 const char *name; /**< Identification String */ member in struct:vpx_codec_iface
442 * the same name as the struct, less the _algo suffix. The CODEC_INTERFACE
/hardware/intel/common/utils/ituxd/src/com/intel/thermal/
H A DThermalZone.java43 // sensor name - sensorAttrib object hash to improve lookup performace
265 public void setZoneName(String name) { argument
266 mZoneName = name;
588 // check the name against the first sensor
/hardware/intel/img/psb_video/src/x11/
H A Dpsb_xrandr.h125 char name[10]; member in struct:_psb_xrandr_output_s
/hardware/invensense/6515/libsensors_iio/software/simple_apps/gesture_test/
H A Dinv_gesture_test.c46 char *name; member in struct:sysfs_attrbs
197 sprintf(mpu.name, "%s%s", sysfs_path, "/name");
260 fp= fopen(mpu.name, "r");
/hardware/libhardware/modules/audio/
H A Daudio_hw.c386 static int adev_open(const hw_module_t* module, const char* name, argument
392 if (strcmp(name, AUDIO_HARDWARE_INTERFACE) != 0)
437 .name = "Default audio HW HAL",
/hardware/libhardware_legacy/audio/
H A Daudio_policy_hal.cpp431 static int legacy_ap_dev_open(const hw_module_t* module, const char* name, argument
436 if (strcmp(name, AUDIO_POLICY_INTERFACE) != 0)
466 .name = "LEGACY Audio Policy HAL",
/hardware/qcom/audio/legacy/alsa_sound/
H A Daudio_policy_hal.cpp422 static int qcom_ap_dev_open(const hw_module_t* module, const char* name, argument
427 if (strcmp(name, AUDIO_POLICY_INTERFACE) != 0)
457 name: "QCOM Audio Policy HAL",
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc.cpp50 const char* name,
65 name: "Qualcomm Hardware Composer Module",
865 static int hwc_device_open(const struct hw_module_t* module, const char* name, argument
870 if (!strcmp(name, HWC_HARDWARE_COMPOSER)) {
/hardware/qcom/display/msm8084/liboverlay/
H A Doverlay.cpp13 * * Neither the name of The Linux Foundation nor the names of its
404 char name[64]; local
407 snprintf(name, 64, FB_DEVICE_TEMPLATE, i);
408 ALOGD("initoverlay:: opening the device:: %s", name);
409 fd = ::open(name, O_RDWR, 0);
/hardware/qcom/display/msm8226/liboverlay/
H A Doverlay.cpp13 * * Neither the name of The Linux Foundation nor the names of its
393 char name[64]; local
396 snprintf(name, 64, FB_DEVICE_TEMPLATE, i);
397 ALOGD("initoverlay:: opening the device:: %s", name);
398 fd = ::open(name, O_RDWR, 0);
/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_utils.h282 char name[64] = {0}; local
283 snprintf(name, 64, devtmpl, dpy);
284 fd = open(name, O_RDWR);
/hardware/qcom/display/msm8974/libhwcomposer/
H A Dhwc_utils.h335 char name[64] = {0}; local
336 snprintf(name, 64, devtmpl, dpy);
337 fd = open(name, O_RDWR);
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
H A Dloc.cpp12 * * Neither the name of The Linux Foundation, nor the names of its
70 static const void* loc_get_extension(const char* name);
194 LOC_LOGD("Target name check returned %s", loc_get_target_name(target));
562 const void* loc_get_extension(const char* name) argument
567 LOC_LOGD("%s:%d] For Interface = %s\n",__func__, __LINE__, name);
568 if (strcmp(name, GPS_XTRA_INTERFACE) == 0)
572 else if (strcmp(name, AGPS_INTERFACE) == 0)
588 else if (strcmp(name, GPS_NI_INTERFACE) == 0)
592 else if (strcmp(name, AGPS_RIL_INTERFACE) == 0)
601 else if (strcmp(name, GPS_GEOFENCING_INTERFAC
[all...]
/hardware/qcom/msm8960/kernel-headers/linux/mfd/wcd9xxx/
H A Dpdata.h5 *** of the same name, to make information necessary for userspace to
124 const char *name; member in struct:wcd9xxx_regulator
/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dion.h87 * @name: used for debug purposes
98 const char *name; member in struct:ion_platform_heap
146 * @name: used for debugging
149 unsigned int heap_mask, const char *name);
155 * heap_mask and name are the same as ion_client_create, return values
160 const char *name);
391 unsigned int heap_mask, const char *name)
397 const char *name)
390 ion_client_create(struct ion_device *dev, unsigned int heap_mask, const char *name) argument
396 msm_ion_client_create(unsigned int heap_mask, const char *name) argument
/hardware/qcom/msm8960/original-kernel-headers/linux/mfd/wcd9xxx/
H A Dpdata.h144 const char *name; member in struct:wcd9xxx_regulator
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
H A DOMX3A.cpp42 const SceneModesEntry* OMXCameraAdapter::getSceneModeEntry(const char* name, argument
50 if (strcmp(CameraToSensorModesLUT[i].name, name) == 0) {
/hardware/ti/omap4xxx/test/CameraHal/
H A Dcamera_test.h122 const char *name; member in struct:capture_Size_t
/hardware/intel/audio_media/hdmi/
H A Dtinyaudio_hw.c95 const char *name; member in struct:channel_list
152 // This function return the card number associated with the card ID (name)
154 static int get_card_number_by_name(const char* name) argument
160 snprintf(id_filepath, sizeof(id_filepath), "/proc/asound/%s", name);
164 ALOGE("Sound card %s does not exist - setting default", name);
167 ALOGE("Sound card %s name is too long - setting default", name);
538 strcat(value, channel_list_table[j].name);
932 static int adev_open(const hw_module_t* module, const char* name, argument
940 if (strcmp(name, AUDIO_HARDWARE_INTERFAC
[all...]
/hardware/intel/common/libva/va/glx/
H A Dva_glx_impl.c142 static GLFuncPtr get_proc_address_default(const char *name) argument
165 static inline GLFuncPtr get_proc_address(const char *name) argument
170 return get_proc_func(name);
174 static int check_extension(const char *name, const char *ext) argument
179 if (!name || !ext)
183 name_len = strlen(name);
186 if (n == name_len && strncmp(name, ext, n) == 0)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Dvpxdec.c69 "Output file name pattern (see below)");
148 " The -o argument specifies the name of the file(s) to "
166 decoder->name, vpx_codec_iface_name(decoder->interface()));
474 static FILE *open_outfile(const char *name) { argument
475 if (strcmp("-", name) == 0) {
479 FILE *file = fopen(name, "wb");
481 fatal("Failed to output file %s", name);
714 warn("Header indicates codec: %s\n", fourcc_interface->name);
730 fprintf(stderr, "%s\n", decoder.name);
/hardware/intel/common/wrs_omxil_core/base/src/
H A Dcomponentbase.cpp122 memset(name, 0, OMX_MAX_STRINGNAME_SIZE);
151 ComponentBase::ComponentBase(const OMX_STRING name) argument
154 SetName(name);
174 /* name */
175 void ComponentBase::SetName(const OMX_STRING name) argument
177 strncpy(this->name, name, (strlen(name) < OMX_MAX_STRINGNAME_SIZE) ? strlen(name) : (OMX_MAX_STRINGNAME_SIZE-1));
178 // strncpy(this->name, nam
[all...]
/hardware/intel/img/libdrm/libdrm/intel/
H A Dintel_bufmgr_fake.c185 const char *name; member in struct:_drm_intel_bo_fake
782 drm_intel_fake_bo_alloc(drm_intel_bufmgr *bufmgr, const char *name, argument
808 bo_fake->name = name;
812 DBG("drm_bo_alloc: (buf %d: %s, %d kb)\n", bo_fake->id, bo_fake->name,
819 drm_intel_bo_fake_alloc_static(drm_intel_bufmgr *bufmgr, const char *name, argument
840 bo_fake->name = name;
844 DBG("drm_bo_alloc_static: (buf %d: %s, %d kb)\n", bo_fake->id, bo_fake->name,
886 DBG("drm_bo_unreference: free buf %d %s\n", bo_fake->id, bo_fake->name);
[all...]
H A Dintel_bufmgr_gem.c108 const char *name; member in struct:_drm_intel_bo_gem
111 * Kenel-assigned global name for this object
219 DBG("%2d: %d (%s)\n", i, bo_gem->gem_handle, bo_gem->name);
229 bo_gem->gem_handle, bo_gem->name,
231 target_gem->gem_handle, target_gem->name, target_bo->offset,
319 drm_intel_gem_bo_alloc_internal(drm_intel_bufmgr *bufmgr, const char *name, argument
394 bo_gem->name = name;
405 bo_gem->gem_handle, bo_gem->name, size);
411 drm_intel_gem_bo_alloc_for_render(drm_intel_bufmgr *bufmgr, const char *name, argument
418 drm_intel_gem_bo_alloc(drm_intel_bufmgr *bufmgr, const char *name, unsigned long size, unsigned int alignment) argument
431 drm_intel_bo_gem_create_from_name(drm_intel_bufmgr *bufmgr, const char *name, unsigned int handle) argument
1178 drm_intel_gem_bo_flink(drm_intel_bo *bo, uint32_t *name) argument
[all...]

Completed in 8493 milliseconds

12345678910