Searched defs:value (Results 1 - 25 of 276) sorted by relevance

1234567891011>>

/hardware/qcom/display/msm8084/libqdutils/
H A Dcb_swap_rect.cpp39 void cb_swap_rect::setSwapRectFeature_on( bool value){ argument
40 swap_rect_feature_on = value ;
/hardware/qcom/display/msm8226/libqdutils/
H A Dcb_swap_rect.cpp39 void cb_swap_rect::setSwapRectFeature_on( bool value){ argument
40 swap_rect_feature_on = value ;
/hardware/samsung_slsi/exynos5/mobicore/daemon/Registry/Public/
H A DMobiCoreRegistry.h50 uint8_t value[]; member in struct:__anon3112
/hardware/libhardware_legacy/vibrator/
H A Dvibrator.c46 char value[20]; local
58 nwr = sprintf(value, "%d\n", timeout_ms);
59 ret = write(fd, value, nwr);
/hardware/akm/AK8975_FS/libsensors/
H A DSensorBase.cpp70 const char *path, const char *value, int bytes)
81 amt = write(fd, value, bytes);
69 write_sys_attribute( const char *path, const char *value, int bytes) argument
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dsdiovar.h34 int value; member in struct:sdreg
/hardware/intel/common/libva/va/
H A Dva_enc.h75 /** \brief An invalid/unsupported parameter value was supplied. */
105 /** \brief Bitstream writer attribute value. */
109 /** \brief Attribute value (#VAGenericValue). */
110 VAGenericValue value; member in struct:__anon352
140 * Writes an unsigned int value of the specified length in bits. The
141 * value is implicitly zero-extended to the number of specified bits.
144 * @param[in] value the unsigned int value to write
145 * @param[in] length the length (in bits) of the value
146 * @return the number of bits written, or a negative value t
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Dacm_random.h30 const uint32_t value = local
32 return (value >> 16) & 0xffff;
36 const uint32_t value = local
39 return (value >> 24) & 0xff;
43 // Returns a random value near 0 or near 255, to better exercise
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_systemdependent.h64 unsigned int value = n; local
69 const unsigned int x = value >> shift;
71 value = x;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
H A Dvp9_read_bit_buffer.c31 int value = 0, bit; local
33 value |= vp9_rb_read_bit(rb) << bit;
34 return value;
39 const int value = vp9_rb_read_literal(rb, bits); local
40 return vp9_rb_read_bit(rb) ? -value : value;
H A Dvp9_reader.c27 r->value = 0;
38 BD_VALUE value = r->value; local
53 value |= (BD_VALUE)*buffer++ << shift;
59 r->value = value;
75 // Variable 'count' stores the number of bits in the 'value' buffer, minus
77 // to be shifted into it. So if count == 8, the top 16 bits of 'value' are
81 // one byte is filled into the value buffer. When we reach the end of the
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_treewriter.h25 int value; member in struct:vp9_token
44 vp9_write_tree(w, tree, probs, token->value, token->len, 0);
/hardware/intel/img/psb_video/src/android/
H A Dpsb_mds.h56 inline bool checkMode(int value, int bit) { argument
57 return (value & bit) == bit ? true : false;
/hardware/qcom/audio/legacy/libalsa-intf/
H A Damix.c55 unsigned value; local
88 mixer_ctl_get(ctl, &value);
/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_qclient.cpp53 status_t QClient::notifyCallback(uint32_t msg, uint32_t value) { argument
56 securing(value);
59 unsecuring(value);
/hardware/qcom/display/msm8960/libqservice/
H A DIQClient.cpp44 virtual status_t notifyCallback(uint32_t msg, uint32_t value) { argument
48 data.writeInt32(value);
66 uint32_t value = data.readInt32(); local
67 notifyCallback(msg, value);
/hardware/qcom/display/msm8974/libhwcomposer/
H A Dhwc_qclient.cpp53 status_t QClient::notifyCallback(uint32_t msg, uint32_t value) { argument
56 securing(value);
59 unsecuring(value);
/hardware/qcom/display/msm8974/libqservice/
H A DIQClient.cpp44 virtual status_t notifyCallback(uint32_t msg, uint32_t value) { argument
48 data.writeInt32(value);
66 uint32_t value = data.readInt32(); local
67 notifyCallback(msg, value);
/hardware/samsung_slsi/exynos5/mobicore/common/MobiCore/inc/
H A DmcUuid.h41 uint8_t value[16]; /**< Value of the UUID. */ member in struct:__anon3086
44 /** UUID value used as free marker in service provider containers. */
/hardware/ti/omap4-aah/domx/mm_osal/src/
H A Dtimm_osal_trace.c105 char value[PROPERTY_VALUE_MAX]; local
108 property_get("debug.domx.trace_level", value, "0");
109 val = atoi(value);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
H A Dtreecoder.h45 Index <= 0 means done encoding/decoding and value = -Index,
54 int value; member in struct:vp8_token_struct
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
H A Ddboolhuff.c22 br->value = 0;
40 VP8_BD_VALUE value = br->value; local
66 value |= (VP8_BD_VALUE)*bufptr << shift;
73 br->value = value;
/hardware/intel/img/libdrm/libdrm/nouveau/
H A Dnouveau_device.c39 uint64_t value; local
64 NOUVEAU_GETPARAM_VM_VRAM_BASE, &value);
69 nvdev->base.vm_vram_base = value;
72 NOUVEAU_GETPARAM_FB_SIZE, &value);
77 nvdev->base.vm_vram_size = value;
80 NOUVEAU_GETPARAM_AGP_SIZE, &value);
85 nvdev->base.vm_gart_size = value;
94 NOUVEAU_GETPARAM_CHIPSET_ID, &value);
99 nvdev->base.chipset = value;
155 uint64_t param, uint64_t *value)
154 nouveau_device_get_param(struct nouveau_device *dev, uint64_t param, uint64_t *value) argument
175 nouveau_device_set_param(struct nouveau_device *dev, uint64_t param, uint64_t value) argument
[all...]
/hardware/libhardware/modules/vibrator/
H A Dvibrator.c47 char value[20]; /* large enough for millions of years */ local
54 to_write = snprintf(value, sizeof(value), "%u\n", timeout_ms);
55 written = TEMP_FAILURE_RETRY(write(fd, value, to_write));
60 /* even though EAGAIN is an errno value that could be set
62 value can be clearly identified when debugging and suggests the
/hardware/qcom/audio/legacy/alsa_sound/
H A DALSAControl.cpp54 status_t ALSAControl::get(const char *name, unsigned int &value, int index) argument
67 mixer_ctl_get(ctl, &value);
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);
87 ret = mixer_ctl_set(ctl, value);
91 status_t ALSAControl::set(const char *name, const char *value) argument
95 ALOGD("set:: name %s value %s", name, value);
107 ret = mixer_ctl_select(ctl, value);
[all...]

Completed in 1190 milliseconds

1234567891011>>