Searched refs:value (Results 276 - 300 of 786) sorted by relevance

<<11121314151617181920>>

/hardware/qcom/audio/legacy/libalsa-intf/
H A Dalsa_ucm.c252 * Get current value of the identifier
260 * value - Value pointer
265 const char **value)
282 *value = strdup(uc_mgr->card_ctxt_ptr->card_name);
284 *value = NULL;
292 *value = strdup(uc_mgr->card_ctxt_ptr->current_verb);
294 *value = NULL;
320 ALOGE("Invalid current verb value: %s - %d",
329 *value = NULL;
345 *value
263 snd_use_case_get(snd_use_case_mgr_t *uc_mgr, const char *identifier, const char **value) argument
463 snd_use_case_geti(snd_use_case_mgr_t *uc_mgr, const char *identifier, long *value) argument
1380 snd_use_case_set(snd_use_case_mgr_t *uc_mgr, const char *identifier, const char *value) argument
1605 snd_use_case_set_case(snd_use_case_mgr_t *uc_mgr, const char *identifier, const char *value, const char *usecase) argument
3711 snd_ucm_add_ident_to_list(struct snd_ucm_ident_node **head, const char *value) argument
3880 snd_ucm_del_ident_from_list(struct snd_ucm_ident_node **head, const char *value) argument
[all...]
/hardware/intel/common/libmix/mix_common/src/
H A Dmixparams.h68 * @value: the #GValue to check
70 * Checks if the given #GValue contains a #MIX_TYPE_PARAM value.
72 #define MIX_VALUE_HOLDS_PARAMS(value) (G_VALUE_HOLDS(value, MIX_TYPE_PARAMS))
85 * Get the reference count value of the object
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
H A Dtreecoder.c36 p[-j].value = v;
82 const int enc = tok[t].value;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dtreewriter.h87 vp8_treed_write(w, t, p, x->value, x->Len);
117 return vp8_treed_cost(t, p, x->value, x->Len);
/hardware/libhardware/include/hardware/
H A Dkeymaster_defs.h30 * a type, by using the high four bits (of an implied 32-bit unsigned enum value) to specify up to
36 KM_ENUM_REP = 2 << 28, /* Repeatable enumeration value. */
38 KM_UINT_REP = 4 << 28, /* Repeatable integer value */
44 KM_ULONG_REP = 10 << 28, /* Repeatable long value */
160 // KM_ALGORITHM_DSA = 2, -- Removed, do not re-use value 2.
252 KM_ORIGIN_UNKNOWN = 3, /* Keymaster did not record origin. This value can only be seen on
254 * this value to document the fact that it is unkown whether the key
339 * implementation should ever actually return this value,
360 * handle used to tie the sequence of calls together. A 64-bit value is used because it's important
463 inline keymaster_key_param_t keymaster_param_enum(keymaster_tag_t tag, uint32_t value) { argument
472 keymaster_param_int(keymaster_tag_t tag, uint32_t value) argument
481 keymaster_param_long(keymaster_tag_t tag, uint64_t value) argument
510 keymaster_param_date(keymaster_tag_t tag, uint64_t value) argument
[all...]
/hardware/qcom/display/msm8084/libqservice/
H A DQServiceUtils.h51 inline android::status_t sendSingleParam(uint32_t command, uint32_t value) { argument
55 inParcel.writeInt32(value);
/hardware/qcom/display/msm8226/libqservice/
H A DQServiceUtils.h51 inline android::status_t sendSingleParam(uint32_t command, uint32_t value) { argument
55 inParcel.writeInt32(value);
/hardware/qcom/display/msm8909/libqservice/
H A DQServiceUtils.h51 inline android::status_t sendSingleParam(uint32_t command, uint32_t value) { argument
55 inParcel.writeInt32(value);
/hardware/qcom/display/msm8994/libqservice/
H A DQServiceUtils.h51 inline android::status_t sendSingleParam(uint32_t command, uint32_t value) { argument
55 inParcel.writeInt32(value);
/hardware/qcom/display/msm8996/libqservice/
H A DQServiceUtils.h51 inline android::status_t sendSingleParam(uint32_t command, uint32_t value) { argument
55 inParcel.writeInt32(value);
/hardware/intel/common/libmix/videodecoder/securevideo/baytrail/
H A DVideoDecoderAVCSecure.cpp339 attrib[0].value = VA_RT_FORMAT_YUV420;
341 attrib[1].value = VA_DEC_SLICE_MODE_NORMAL;
345 if (attrib[1].value & VA_DEC_SLICE_MODE_BASE)
348 attrib[1].value = VA_DEC_SLICE_MODE_BASE;
349 } else if (attrib[1].value & VA_DEC_SLICE_MODE_NORMAL) {
351 attrib[1].value = VA_DEC_SLICE_MODE_NORMAL;
/hardware/intel/common/libmix/videodecoder/securevideo/cherrytrail/
H A DVideoDecoderAVCSecure.cpp323 attrib[0].value = VA_RT_FORMAT_YUV420;
325 attrib[1].value = VA_DEC_SLICE_MODE_NORMAL;
329 if (attrib[1].value & VA_DEC_SLICE_MODE_BASE)
332 attrib[1].value = VA_DEC_SLICE_MODE_BASE;
333 } else if (attrib[1].value & VA_DEC_SLICE_MODE_NORMAL) {
335 attrib[1].value = VA_DEC_SLICE_MODE_NORMAL;
/hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/
H A Ddatalogger_outputs.c204 * @param[out] value raw temperature in LSB (1 element).
207 void inv_get_sensor_type_temp_raw_short(short *value, inv_time_t *timestamp)
210 if (value) {
212 *value = pt->raw[0];
214 *value = pt->calibrated[0];
226 void inv_get_sensor_type_temperature_float(float *value, inv_time_t *timestamp) argument
232 if (value) {
237 *value = (float) ltemp / (1L << 16);
/hardware/qcom/camera/QCamera2/HAL/
H A DQCameraParametersIntf.h151 int32_t updateRecordingHintValue(int32_t value);
252 int32_t setToneMapMode(uint32_t value, bool initCommit);
259 QCameraManualCaptureModes value = CAM_MANUAL_CAPTURE_TYPE_OFF);
267 void setLowLightLevel(cam_low_light_mode_t value);
283 int32_t setZslMode(bool value);
284 int32_t updateZSLModeValue(bool value);
/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dnan_ind.cpp218 memcpy(event->service_specific_info, outputTlv.value,
226 memcpy(event->sdf_match_filter, outputTlv.value,
233 memcpy(event->addr, outputTlv.value, outputTlv.length);
239 memcpy(&event->rssi_value, outputTlv.value,
251 getNanReceivePostConnectivityCapabilityVal(outputTlv.value,
258 ret = getNanReceivePostDiscoveryVal(outputTlv.value,
272 ret = getNanFurtherAvailabilityMap(outputTlv.value,
285 outputTlv.value, outputTlv.length);
364 memcpy(event->service_specific_info, outputTlv.value,
371 memcpy(event->addr, outputTlv.value, outputTl
[all...]
/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
H A Dperf_config.c232 * <value>, it returns the <value>. Otherwise, it returns NULL
255 /* skip leading spaces before value */
258 /* if reached the end of line, return NULL; otherwise, return value */
266 * Arg2 configuration value
268 * Effects Assigns the value to the configuration member.
274 /* delete any prior value */
281 /* set new value unless it is NULL */
294 * Arg2 configuration value (string)
296 * Effects Assigns the integer value o
345 char const *value = get_value_if_matches(line, argument); local
375 char const *value = get_value_if_matches(line, argument); local
[all...]
/hardware/qcom/audio/msm8909/hal/msm8974/
H A Dplatform.c952 char value[PROPERTY_VALUE_MAX]; local
959 property_get("audio.ds1.metainfo.key",value,"0");
960 key = atoi(value);
980 char value[PROPERTY_VALUE_MAX]; local
1079 property_get("persist.audio.fluence.voicecall",value,"");
1080 if (!strncmp("true", value, sizeof("true"))) {
1084 property_get("persist.audio.fluence.voicerec",value,"");
1085 if (!strncmp("true", value, sizeof("true"))) {
1089 property_get("persist.audio.fluence.audiorec",value,"");
1090 if (!strncmp("true", value, sizeo
1315 platform_set_fluence_type(void *platform, char *value) argument
1355 platform_get_fluence_type(void *platform, char *value, uint32_t len) argument
2359 char value[256] = {0}; local
2542 char value[256] = {0}; local
2677 char value[PROPERTY_VALUE_MAX] = {0}; local
2733 char value[PROPERTY_VALUE_MAX] = {0}; local
[all...]
/hardware/qcom/display/msm8084/liboverlay/
H A DoverlayUtils.h433 inline int alignup(int value, int a) { argument
434 //if align = 0, return the value. Else, do alignment.
435 return a ? ((((value - 1) / a) + 1) * a) : value;
438 inline int aligndown(int value, int a) { argument
439 //if align = 0, return the value. Else, do alignment.
440 return a ? ((value) & ~(a-1)) : value;
444 inline int align(int value, int a) { argument
445 //if align = 0, return the value
698 even_ceil(T& value) argument
704 even_floor(T& value) argument
[all...]
/hardware/qcom/display/msm8226/liboverlay/
H A DoverlayUtils.h402 inline int alignup(int value, int a) { argument
403 //if align = 0, return the value. Else, do alignment.
404 return a ? ((((value - 1) / a) + 1) * a) : value;
407 inline int aligndown(int value, int a) { argument
408 //if align = 0, return the value. Else, do alignment.
409 return a ? ((value) & ~(a-1)) : value;
413 inline int align(int value, int a) { argument
414 //if align = 0, return the value
535 even_ceil(T& value) argument
541 even_floor(T& value) argument
[all...]
/hardware/qcom/display/msm8909/liboverlay/
H A DoverlayUtils.h392 inline int alignup(int value, int a) { argument
393 //if align = 0, return the value. Else, do alignment.
394 return a ? ((((value - 1) / a) + 1) * a) : value;
397 inline int aligndown(int value, int a) { argument
398 //if align = 0, return the value. Else, do alignment.
399 return a ? ((value) & ~(a-1)) : value;
403 inline int align(int value, int a) { argument
404 //if align = 0, return the value
525 even_ceil(T& value) argument
531 even_floor(T& value) argument
[all...]
/hardware/qcom/display/msm8960/liboverlay/
H A DoverlayUtils.h428 inline int alignup(int value, int a) { argument
429 //if align = 0, return the value. Else, do alignment.
430 return a ? ((((value - 1) / a) + 1) * a) : value;
433 inline int aligndown(int value, int a) { argument
434 //if align = 0, return the value. Else, do alignment.
435 return a ? ((value) & ~(a-1)) : value;
439 inline int align(int value, int a) { argument
440 //if align = 0, return the value
700 even_ceil(T& value) argument
706 even_floor(T& value) argument
[all...]
/hardware/qcom/display/msm8994/liboverlay/
H A DoverlayUtils.h395 inline int alignup(int value, int a) { argument
396 //if align = 0, return the value. Else, do alignment.
397 return a ? ((((value - 1) / a) + 1) * a) : value;
400 inline int aligndown(int value, int a) { argument
401 //if align = 0, return the value. Else, do alignment.
402 return a ? ((value) & ~(a-1)) : value;
406 inline int align(int value, int a) { argument
407 //if align = 0, return the value
532 even_ceil(T& value) argument
538 even_floor(T& value) argument
[all...]
/hardware/bsp/intel/peripheral/libupm/src/sm130/
H A Dsm130.cxx445 bool SM130::writeValueBlock(uint8_t block, int32_t value) argument
451 // put the value in, LSB first
452 data += (value & 0xff);
453 data += ((value >> 8) & 0xff);
454 data += ((value >> 16) & 0xff);
455 data += ((value >> 24) & 0xff);
477 case 'I': m_lastErrorString = "Invalid value block";
594 int32_t SM130::adjustValueBlock(uint8_t block, int32_t value, bool incr) argument
600 // put the value in, LSB first
601 data += (value
[all...]
/hardware/qcom/audio/msm8909/hal/
H A Dvoice.c409 char value[32]; local
432 err = str_parms_get_str(parms, AUDIO_PARAMETER_KEY_TTY_MODE, value, sizeof(value));
436 if (strcmp(value, AUDIO_PARAMETER_VALUE_TTY_OFF) == 0)
438 else if (strcmp(value, AUDIO_PARAMETER_VALUE_TTY_VCO) == 0)
440 else if (strcmp(value, AUDIO_PARAMETER_VALUE_TTY_HCO) == 0)
442 else if (strcmp(value, AUDIO_PARAMETER_VALUE_TTY_FULL) == 0)
458 value, sizeof(value));
461 if (strcmp(value, AUDIO_PARAMETER_VALUE_TRU
[all...]
/hardware/qcom/display/msm8996/hdmi_cec/
H A Dqhdmi_cec.cpp109 const int value)
113 snprintf(sysfs_data, sizeof(sysfs_data), "%d",value);
351 int value)
356 ALOGD_IF(DEBUG, "%s: Wakeup: value: %d", __FUNCTION__, value);
360 ALOGD_IF(DEBUG, "%s: Enable CEC: value: %d", __FUNCTION__, value);
361 cec_enable(ctx, value? 1 : 0);
364 ALOGD_IF(DEBUG, "%s: system_control: value: %d",
365 __FUNCTION__, value);
107 write_int_to_node(cec_context_t *ctx, const char *path_postfix, const int value) argument
350 cec_set_option(const struct hdmi_cec_device* dev, int flag, int value) argument
417 int value = enable ? 0x1 : 0x0; local
[all...]

Completed in 1180 milliseconds

<<11121314151617181920>>