Searched refs:current (Results 1 - 25 of 41) sorted by relevance

12

/hardware/bsp/intel/peripheral/libupm/examples/javascript/
H A Dta12200.js31 var maxVal, current;
35 current = myElectricitySensor.milliAmps(maxVal);
38 ", current: " + current + "mA";
/hardware/bsp/intel/peripheral/libupm/examples/c++/
H A Dta12200.cxx52 float current = electricity->milliAmps(maxVal); local
54 cout << "Max ADC Value: " << maxVal << ", current: " << current
/hardware/bsp/intel/peripheral/libupm/examples/python/
H A Dta12200.py50 current = myElectricitySensor.milliAmps(maxVal)
52 outputStr = "Max ADC Value: %s, current: %smA" % (maxVal, current)
/hardware/ril/libril/
H A DRilSapSocket.cpp93 RilSapSocketList *current = head; local
95 while(NULL != current) {
96 RLOGD("SocketName:%s",current->socket->name);
97 RLOGD("Socket id:%d",current->socket->id);
98 current = current->next;
104 RilSapSocketList *current = head; local
109 while(NULL != current) {
110 if(socketId == current->socket->id) {
111 sap_socket = current
156 RilSapSocketList *current; local
186 RilSapSocketList* current = head; local
[all...]
/hardware/invensense/6515/libsensors_iio/software/simple_apps/devnode_parser/
H A Diio_utils.h35 char *current; local
38 current = strdup(full_name);
39 working = strtok(current, "_\0");
52 free(current);
285 struct iio_channel_info *current; local
336 current = &(*ci_array)[count++];
351 fscanf(sysfsfp, "%u", &current->enabled);
354 if (!current->enabled) {
360 current->scale = 1.0;
361 current
[all...]
/hardware/invensense/6515/libsensors_iio/software/simple_apps/mpu_iio/
H A Diio_utils.h35 char *current; local
38 current = strdup(full_name);
39 working = strtok(current, "_\0");
52 free(current);
285 struct iio_channel_info *current; local
336 current = &(*ci_array)[count++];
351 fscanf(sysfsfp, "%u", &current->enabled);
354 if (!current->enabled) {
360 current->scale = 1.0;
361 current
[all...]
/hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/
H A Diio_utils.h33 char *current; local
36 current = strdup(full_name);
37 working = strtok(current, "_\0");
50 free(current);
284 struct iio_channel_info *current; local
335 current = &(*ci_array)[count++];
350 fscanf(sysfsfp, "%u", &current->enabled);
353 if (!current->enabled) {
359 current->scale = 1.0;
360 current
[all...]
/hardware/intel/common/omx-components/videocodec/securevideo/moorefield/
H A DLogDumpHelper.h127 const uint8_t* current = start ; local
130 Copy4Bytes(&numNALUs, current) ;
131 current += sizeof(numNALUs) ;
143 Copy4Bytes(&imr_offset, current) ;
144 current += sizeof(imr_offset) ;
147 Copy4Bytes(&nalu_size, current) ;
148 current += sizeof(nalu_size) ;
151 Copy4Bytes(&data_size, current) ;
152 current += sizeof(data_size) ;
157 DumpNaluDataBuffer(nalu, current, data_siz
[all...]
/hardware/qcom/audio/hal/voice_extn/
H A Dvoice_extn.c148 if(session->state.current == call_state){
172 __func__, session->state.current, session->state.new, session->vsid);
177 switch(session->state.current)
186 session->state.current = session->state.new;
192 session->state.current = session->state.new;
201 session->state.current = session->state.new;
207 __func__, session->state.current, session->vsid);
213 switch(session->state.current)
224 session->state.current = session->state.new;
230 __func__, session->state.current, sessio
[all...]
/hardware/qcom/audio/msm8909/hal/voice_extn/
H A Dvoice_extn.c138 if(session->state.current == call_state){
162 __func__, session->state.current, session->state.new, session->vsid);
167 switch(session->state.current)
176 session->state.current = session->state.new;
182 session->state.current = session->state.new;
192 session->state.current = session->state.new;
197 __func__, session->state.current, session->vsid);
203 switch(session->state.current)
214 session->state.current = session->state.new;
220 __func__, session->state.current, sessio
[all...]
/hardware/intel/common/wrs_omxil_core/base/src/
H A Dcomponentbase.cpp1360 OMX_STATETYPE current = this->state; local
1366 GetName(), GetWorkingRole(), GetStateName(current),
1370 if (current == transition) {
1373 GetName(), GetWorkingRole(), GetStateName(current));
1378 if (current == OMX_StateInvalid) {
1380 LOGE("%s:%s: exit failure, current state is OMX_StateInvalid\n",
1386 ret = TransStateToLoaded(current);
1388 ret = TransStateToIdle(current);
1390 ret = TransStateToExecuting(current);
1392 ret = TransStateToPause(current);
1433 TransStateToLoaded(OMX_STATETYPE current) argument
1474 TransStateToIdle(OMX_STATETYPE current) argument
1544 TransStateToExecuting(OMX_STATETYPE current) argument
1579 TransStateToPause(OMX_STATETYPE current) argument
1614 TransStateToInvalid(OMX_STATETYPE current) argument
1626 TransStateToWaitForResources(OMX_STATETYPE current) argument
[all...]
/hardware/intel/common/libmix/videodecoder/
H A DVideoDecoderWMV.h40 Decode_Status setReference(VAPictureParameterBufferVC1 *params, int32_t picIndex, VASurfaceID current);
H A DVideoDecoderWMV.cpp339 VASurfaceID current) {
343 params->forward_reference_picture = current;
344 params->backward_reference_picture = current;
369 params->forward_reference_picture = current;
478 ITRACE("updateFormatInfo: current size: %d x %d, new size: %d x %d",
336 setReference( VAPictureParameterBufferVC1 *params, int32_t picIndex, VASurfaceID current) argument
/hardware/qcom/audio/hal/
H A Dvoice.h46 int current; member in struct:call_state
H A Dvoice.c124 session->state.current = CALL_INACTIVE;
226 session->state.current = CALL_ACTIVE;
244 call_state = (adev->voice.session[VOICE_SESS_IDX].state.current == CALL_ACTIVE) ? true : false;
514 adev->voice.session[i].state.current = CALL_INACTIVE;
/hardware/qcom/audio/msm8909/hal/
H A Dvoice.h48 int current; member in struct:call_state
H A Dvoice.c73 session->state.current = CALL_INACTIVE;
193 session->state.current = CALL_ACTIVE;
211 call_state = (adev->voice.session[VOICE_SESS_IDX].state.current == CALL_ACTIVE) ? true : false;
485 adev->voice.session[i].state.current = CALL_INACTIVE;
/hardware/qcom/display/msm8996/sdm/libs/hwc/
H A Dblit_engine_c2d.h88 int current; member in struct:sdm::BlitEngineC2d::Range
H A Dblit_engine_c2d.cpp77 r.current = 0;
88 if (me->r.current != me->r.end) {
89 rect->l = INT(me->rect_array.rect[me->r.current].left);
90 rect->t = INT(me->rect_array.rect[me->r.current].top);
91 rect->r = INT(me->rect_array.rect[me->r.current].right);
92 rect->b = INT(me->rect_array.rect[me->r.current].bottom);
93 me->r.current++;
/hardware/ti/omap4xxx/hwc/
H A Dhwc.c82 struct ext_transform_t current; /* current settings */ member in struct:omap4_hwc_ext
153 int ext_ovls; /* # of overlays on external display for current composition */
154 int ext_ovls_wanted; /* # of overlays that should be on external display for current composition */
572 m_rotate(ext->m, ext->current.rotation);
573 if (ext->current.hflip)
576 if (ext->current.rotation & 1) {
670 if (!ext->current.docking &&
687 oc->rotation += (oc->mirror ? -1 : 1) * ext->current.rotation;
689 if (ext->current
[all...]
/hardware/intel/common/wrs_omxil_core/base/inc/
H A Dcomponentbase.h318 inline OMX_ERRORTYPE TransStateToLoaded(OMX_STATETYPE current);
319 inline OMX_ERRORTYPE TransStateToIdle(OMX_STATETYPE current);
320 inline OMX_ERRORTYPE TransStateToExecuting(OMX_STATETYPE current);
321 inline OMX_ERRORTYPE TransStateToPause(OMX_STATETYPE current);
322 inline OMX_ERRORTYPE TransStateToWaitForResources(OMX_STATETYPE current);
323 inline OMX_ERRORTYPE TransStateToInvalid(OMX_STATETYPE current);
/hardware/qcom/display/msm8084/
H A Dcommon.mk23 #TODO: Add -Werror back once all the current warnings are fixed
/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_copybit.cpp32 int current; member in struct:qhwc::range
40 r.current = 0;
53 if (me->r.current != me->r.end) {
54 rect->l = me->mRegion.rects[me->r.current].left;
55 rect->t = me->mRegion.rects[me->r.current].top;
56 rect->r = me->mRegion.rects[me->r.current].right;
57 rect->b = me->mRegion.rects[me->r.current].bottom;
58 me->r.current++;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Dtools_common.sh69 # Echoes the short form of the current git hash.
82 # current git hash.
342 \$LIBVPX_BIN_PATH and then the current directory.
345 \$LIBVPX_CONFIG_PATH and then the current directory.
348 \$LIBVPX_TEST_DATA_PATH and then the current directory.
/hardware/ti/omap4-aah/hwc/
H A Dhwc.c90 struct ext_transform_t current; /* current settings */ member in struct:omap4_hwc_ext
195 int ext_ovls; /* # of overlays on external display for current composition */
196 int ext_ovls_wanted; /* # of overlays that should be on external display for current composition */
761 m_rotate(ext->m, ext->current.rotation);
762 if (ext->current.hflip)
765 if (ext->current.rotation & 1) {
874 if (!ext->current.docking &&
883 oc->rotation += (oc->mirror ? -1 : 1) * ext->current.rotation;
885 if (ext->current
[all...]

Completed in 470 milliseconds

12