Searched defs:update (Results 1 - 25 of 36) sorted by relevance

12

/hardware/bsp/intel/peripheral/libupm/examples/javascript/
H A Dtm1637.js40 // Display and time update function
41 function update(){ function
53 // And update every second thereafter
54 interval = setInterval(update, 1000);
/hardware/bsp/intel/peripheral/libupm/src/micsv89/
H A Dmicsv89.cxx43 void MICSV89::update() { function in class:MICSV89
/hardware/bsp/intel/peripheral/libupm/src/adafruitss/
H A Dadafruitss.cxx62 adafruitss::update();
114 int adafruitss::update(void) function in class:adafruitss
/hardware/bsp/intel/peripheral/libupm/src/nunchuck/
H A Dnunchuck.cxx107 void NUNCHUCK::update() function in class:NUNCHUCK
/hardware/bsp/intel/peripheral/libupm/src/mpu9150/
H A Dmpu9150.cxx87 void MPU9150::update() function in class:MPU9150
89 MPU60X0::update();
92 m_mag->update();
H A Dak8975.cxx141 bool AK8975::update(bool selfTest) function in class:AK8975
205 // now update current data (without enabling a measurement)
206 update(true);
H A Dmpu60x0.cxx105 void MPU60X0::update() function in class:MPU60X0
/hardware/bsp/intel/peripheral/libupm/src/si114x/
H A Dsi114x.cxx182 void SI114X::update() function in class:SI114X
184 // for now, just update the UV Index member variable
/hardware/bsp/intel/peripheral/libupm/src/tm1637/
H A Dtm1637.cxx85 update();
94 update();
107 update();
116 update();
127 update();
137 update();
141 update();
171 void upm::TM1637::update() { function in class:upm::TM1637
/hardware/libhardware/include/hardware/
H A Dkeymaster2.h293 * update(), finish() or abort().
299 * operations. Any result other than KM_ERROR_OK from begin(), update() or finish() implicitly
329 * update(), finish() or abort(). If operation_handle is NULL, begin() will return
342 * If operation_handle is invalid, update() will return KM_ERROR_INVALID_OPERATION_HANDLE.
344 * update() may not consume all of the data provided in the data buffer. update() will return
354 * calls to update(), but only until input data has been provided.
357 * Note that update() may or may not consume all of the data provided. See \p input_consumed.
359 * \param[out] input_consumed Amount of data that was consumed by update(). If this is less
361 * update()
376 keymaster_error_t (*update)(const struct keymaster2_device* dev, member in struct:keymaster2_device
[all...]
H A Dkeymaster1.h412 * update(), finish() or abort().
418 * operations. Any result other than KM_ERROR_OK from begin(), update() or finish() implicitly
448 * update(), finish() or abort(). If operation_handle is NULL, begin() will return
461 * If operation_handle is invalid, update() will return KM_ERROR_INVALID_OPERATION_HANDLE.
463 * update() may not consume all of the data provided in the data buffer. update() will return
473 * calls to update(), but only until input data has been provided.
476 * Note that update() may or may not consume all of the data provided. See \p input_consumed.
478 * \param[out] input_consumed Amount of data that was consumed by update(). If this is less
480 * update()
495 keymaster_error_t (*update)(const struct keymaster1_device* dev, member in struct:keymaster1_device
[all...]
/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3CropRegionMapper.cpp78 * FUNCTION : update
80 * DESCRIPTION: update sensor active array size and sensor output size
90 void QCamera3CropRegionMapper::update(uint32_t active_array_w, function in class:qcamera::QCamera3CropRegionMapper
/hardware/bsp/intel/peripheral/libupm/src/itg3200/
H A Ditg3200.cxx75 Itg3200::update();
88 Itg3200::update();
130 Itg3200::update(void) function in class:Itg3200
/hardware/bsp/intel/peripheral/libupm/src/adxl345/
H A Dadxl345.cxx128 Adxl345::update();
161 Adxl345::update(void) function in class:Adxl345
/hardware/bsp/intel/peripheral/libupm/src/h3lis331dl/
H A Dh3lis331dl.cxx549 void H3LIS331DL::update() function in class:H3LIS331DL
/hardware/bsp/intel/peripheral/libupm/src/hmc5883l/
H A Dhmc5883l.cxx117 Hmc5883l::update();
121 Hmc5883l::update(void) function in class:Hmc5883l
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dencodemv.c180 /* Motion vector probability table update depends on benefit.
181 * Small correction allows for the fact that an update to an MV probability
198 static void update( function
326 update(w, is_short_ct, Pcur + mvpis_short, Pnew[mvpis_short], *Pupdate++, updated);
328 update(w, sign_ct, Pcur + MVPsign, Pnew[MVPsign], *Pupdate++, updated);
338 update(w, short_bct[j], cur_p + j, new_p[j], *Pupdate++, updated);
351 update(w, bit_ct[j], cur_p + j, new_p[j], *Pupdate++, updated);
H A Dquantize.c782 int update = 0; local
786 /* if any of the delta_q values are changing update flag has to be set */
801 update |= cm->y2dc_delta_q != new_delta_q;
812 if(update)
/hardware/intel/img/hwcomposer/merrifield/common/base/
H A DHwcLayer.cpp256 bool HwcLayer::update(hwc_layer_1_t *layer) function in class:android::intel::HwcLayer
258 // update layer
284 // if not a FB layer & a plane was attached update plane's data buffer
353 // TODO: same handle does not mean there is always no update
362 // update handle always as it can become "NULL"
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
H A DHwcLayer.cpp236 bool HwcLayer::update(hwc_layer_1_t *layer) function in class:android::intel::HwcLayer
238 // update layer
242 // if not a FB layer & a plane was attached update plane's data buffer
296 // TODO: same handle does not mean there is always no update
300 // update handle always as it can become "NULL"
H A DHwcLayerList.cpp637 // update FB layers for smart composition
765 // setup smart composition only there's no update on all FB layers
791 bool HwcLayerList::update(hwc_display_contents_1_t *list) function in class:android::intel::HwcLayerList
804 // update list
808 // update all layers, call each layer's update()
816 if (!hwcLayer->update(&list->hwLayers[i])) {
837 // update all layers again after plane re-allocation
845 if (!hwcLayer->update(&list->hwLayers[i])) {
846 DLOGTRACE("fallback to GLES update faile
857 bool HwcLayerList::update(hwc_display_contents_1_t *list) function in class:android::intel::HwcLayerList
[all...]
/hardware/bsp/intel/peripheral/libupm/src/lsm9ds0/
H A Dlsm9ds0.cxx205 void LSM9DS0::update() function in class:LSM9DS0
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_encodemv.c139 const int update = cost_branch256(ct, *cur_p) + vp9_cost_zero(upd_p) > local
141 vp9_write(w, update, upd_p);
142 if (update) {
146 return update;
/hardware/qcom/audio/msm8909/hal/audio_extn/
H A Dutils.c261 bool update; local
287 update = true;
292 update = false;
296 if (update && ((length + 3) <= MAX_LENGTH_MIXER_CONTROL_IN_INT)) {
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
H A Dvp8_cx_iface.c1099 int update = va_arg(args, int); local
1101 vp8_update_entropy(ctx->cpi, update);
1110 int update = va_arg(args, int); local
1112 vp8_update_reference(ctx->cpi, update);

Completed in 792 milliseconds

12