Searched refs:value (Results 101 - 125 of 786) sorted by relevance

1234567891011>>

/hardware/bsp/intel/peripheral/libupm/examples/python/
H A Dina132.py50 print myDifferentialAmplifier.value()
/hardware/bsp/intel/peripheral/libupm/src/apds9002/
H A Dapds9002.cxx48 int APDS9002::value() function in class:APDS9002
/hardware/bsp/intel/peripheral/libupm/src/biss0001/
H A Dbiss0001.cxx49 bool BISS0001::value() function in class:BISS0001
/hardware/bsp/intel/peripheral/libupm/src/enc03r/
H A Denc03r.h83 * Returns the raw value of the sensor
85 * @return Raw value of the sensor
87 unsigned int value();
90 * Returns the currently stored calibration value
92 * @return Current calibration value
97 * Computes angular velocity based on the value and stored calibration
/hardware/bsp/intel/peripheral/libupm/src/flex/
H A Dflex.cxx49 int Flex::value() function in class:Flex
/hardware/bsp/intel/peripheral/libupm/src/gp2y0a/
H A Dgp2y0a.h72 * Gets an average voltage value from the sensor
78 float value(float aref, uint8_t samples);
/hardware/bsp/intel/peripheral/libupm/src/groveloudness/
H A Dgroveloudness.cxx48 int GroveLoudness::value() function in class:GroveLoudness
/hardware/bsp/intel/peripheral/libupm/src/grovemoisture/
H A Dgrovemoisture.cxx45 int GroveMoisture::value() function in class:GroveMoisture
/hardware/bsp/intel/peripheral/libupm/src/grovevdiv/
H A Dgrovevdiv.h75 * Gets the conversion value from the sensor
78 * @return Average ADC conversion value
80 unsigned int value(unsigned int samples);
86 * @param val Measured voltage (from value())
/hardware/bsp/intel/peripheral/libupm/src/mq303a/
H A Dmq303a.h51 * obtained. The higher the value returned from value(),
74 * The value read from the analog pin is inverted.
75 * A higher returned value means a higher amount of alcohol detected.
79 int value();
/hardware/intel/common/libva/va/
H A Dva_enc_mpeg2.h118 * This field represents the initial bitrate value for this
155 unsigned int value; member in union:_VAEncSequenceParameterBufferMPEG2::__anon903
170 unsigned int value; member in union:_VAEncSequenceParameterBufferMPEG2::__anon905
246 unsigned int value; member in union:_VAEncPictureParameterBufferMPEG2::__anon907
266 unsigned int value; member in union:_VAEncPictureParameterBufferMPEG2::__anon909
/hardware/qcom/display/msm8084/libqdutils/
H A Dcb_swap_rect.h47 void setSwapRectFeature_on( bool value);
/hardware/qcom/display/msm8226/libqdutils/
H A Dcb_swap_rect.h47 void setSwapRectFeature_on( bool value);
/hardware/qcom/display/msm8909/libqdutils/
H A Dcb_swap_rect.h47 void setSwapRectFeature_on( bool 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/msm8994/libqdutils/
H A Dcb_swap_rect.h47 void setSwapRectFeature_on( bool value);
/hardware/akm/AK8975_FS/libsensors/
H A DAdxlSensor.cpp32 #define ADXL_UNIT_CONVERSION(value) ((value) * GRAVITY_EARTH / (256.0f))
71 mPendingEvent.acceleration.x = ADXL_UNIT_CONVERSION(absinfo.value);
74 mPendingEvent.acceleration.y = ADXL_UNIT_CONVERSION(absinfo.value);
77 mPendingEvent.acceleration.z = ADXL_UNIT_CONVERSION(absinfo.value);
201 float value = event->value; local
203 mPendingEvent.acceleration.x = ADXL_UNIT_CONVERSION(value);
205 mPendingEvent.acceleration.y = ADXL_UNIT_CONVERSION(value);
207 mPendingEvent.acceleration.z = ADXL_UNIT_CONVERSION(value);
[all...]
H A DKionixSensor.cpp34 #define KIONIX_UNIT_CONVERSION(value) ((value) * GRAVITY_EARTH / (1024.0f))
66 mPendingEvent.acceleration.x = KIONIX_UNIT_CONVERSION(absinfo.value);
69 mPendingEvent.acceleration.y = KIONIX_UNIT_CONVERSION(absinfo.value);
72 mPendingEvent.acceleration.z = KIONIX_UNIT_CONVERSION(absinfo.value);
178 float value = event->value; local
180 mPendingEvent.acceleration.x = KIONIX_UNIT_CONVERSION(value);
182 mPendingEvent.acceleration.y = KIONIX_UNIT_CONVERSION(value);
184 mPendingEvent.acceleration.z = KIONIX_UNIT_CONVERSION(value);
[all...]
/hardware/bsp/intel/peripheral/libmraa/api/mraa/
H A Diio.hpp124 * Read an int value from specified attribute.
128 * @returns The int value
135 int value; local
136 mraa_result_t res = mraa_iio_read_int(m_iio, attributeName.c_str(), &value);
142 return value;
146 * Read a float value from specified attribute.
150 * @returns The float value
157 float value; local
158 mraa_result_t res = mraa_iio_read_float(m_iio, attributeName.c_str(), &value);
164 return value;
[all...]
/hardware/libhardware/modules/input/evdev/
H A DMouseInputMapper.cpp91 ALOGV("processing mouse event. type=%d code=%d value=%d",
92 event.type, event.code, event.value);
95 processButton(event.code, event.value);
98 processMotion(event.code, event.value);
110 void MouseInputMapper::processMotion(int32_t code, int32_t value) { argument
113 mRelX = value;
116 mRelY = value;
119 mRelWheel = value;
122 mRelHWheel = value;
136 void MouseInputMapper::processButton(int32_t code, int32_t value) { argument
[all...]
/hardware/intel/common/libmix/videoencoder/
H A DIntelMetadataBuffer.cpp37 intptr_t value; member in struct:ShareMemMap
62 static ShareMemMap* ReadMemObjFromBinder(const Parcel& data, uint32_t sessionflag, intptr_t value) { argument
71 map->value_backup = value;
91 map->value = (intptr_t)( mem->pointer() + 0x0FFF) & ~0x0FFF;
95 ALOGI("membase heapID:%d, pointer:%x data:%x, aligned value:%x", \
96 heap->getHeapID(), mem->pointer(), *((intptr_t *)(mem->pointer())), map->value);
110 map->value = (intptr_t)buffer->handle;
177 static ShareMemMap* FindShareMem(uint32_t sessionflag, intptr_t value, bool isBackup) argument
186 if ((*node)->sessionflag == sessionflag && (*node)->value_backup == value)
192 else if ((*node)->sessionflag == sessionflag && (*node)->value
203 PopShareMem(uint32_t sessionflag, intptr_t value) argument
271 intptr_t value = data.readIntPtr(); local
307 intptr_t value = data.readIntPtr(); local
341 IntelMetadataBuffer(IntelMetadataBufferType type, intptr_t value) argument
439 GetValue(intptr_t& value) argument
487 SetValue(intptr_t value) argument
552 intptr_t value; local
[all...]
/hardware/libhardware/modules/vehicle/
H A Dvehicle.c204 r = alloc_vehicle_str_from_cstr(VEHICLE_MAKE, &(data->value.str_value));
212 int radio_preset = data->value.int32_array[0];
224 data->value.int32_array[0] = radio_preset;
227 data->value.int32_array[1] = selector ? RADIO_BAND_FM : RADIO_BAND_AM;
228 // For FM set a value in Mhz and for AM set a value in Khz range
230 data->value.int32_array[2] = selector ? 99000000 : 100000;
232 // a dummy value.
233 data->value.int32_array[3] = selector ? radio_preset : -1;
240 memset(&(data->value),
[all...]
/hardware/qcom/audio/msm8909/hal/audio_extn/
H A Ddolby.c286 char value[32]={0}; local
288 ret = str_parms_get_str(parms, AUDIO_PARAMETER_KEY_SND_CARD_STATUS, value,
289 sizeof(value));
291 char *snd_card_status = value + 2;
296 ret = str_parms_get_str(parms, AUDIO_PARAMETER_DDP_DEV, value,
297 sizeof(value));
299 ddp_dev = atoi(value);
305 ret = str_parms_get_str(parms, AUDIO_PARAMETER_DDP_CH_CAP, value,
306 sizeof(value));
308 dev_ch_cap = atoi(value);
487 char value[128] = {0}; local
601 char value[PROPERTY_VALUE_MAX] = {0}; local
674 char value[32]={0}; local
[all...]
/hardware/bsp/intel/peripheral/libmraa/src/x86/
H A Dintel_galileo_rev_g.c172 int value = -1; local
179 value = 1;
183 value = 0;
199 if (value != -1) {
201 ret += mraa_gpio_write(pullup_e, value);
257 mraa_intel_galileo_g2_mmap_write(mraa_gpio_context dev, int value) argument
260 if (value) {
368 b->pins[0].mmap.gpio.mux[0].value = 0;
370 b->pins[0].mmap.gpio.mux[1].value = 0;
382 b->pins[1].gpio.mux[0].value
[all...]
/hardware/bsp/intel/peripheral/libupm/src/lcd/
H A Dlcm1602.cxx376 Lcm1602::send(uint8_t value, int mode) argument
384 h = value & 0xf0;
385 l = (value << 4) & 0xf0;
396 h = value >> 4;
397 l = value & 0x0f;
405 Lcm1602::write4bits(uint8_t value) argument
411 ret = expandWrite(value);
412 ret = pulseEnable(value);
417 ret = m_gpioD0->write( ((value >> 0) & 0x01) );
418 ret = m_gpioD1->write( ((value >>
428 expandWrite(uint8_t value) argument
439 pulseEnable(uint8_t value) argument
[all...]

Completed in 3893 milliseconds

1234567891011>>