HomeSort by relevance Sort by last modified time
    Searched refs:pElement (Results 1 - 8 of 8) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/joystick/darwin/
SDL_sysjoystick.c 117 static SInt32 HIDGetElementValue (recDevice *pDevice, recElement *pElement)
123 if (NULL != pDevice && NULL != pElement && NULL != pDevice->interface)
125 result = (*(pDevice->interface))->getElementValue(pDevice->interface, pElement->cookie, &hidEvent);
129 if (hidEvent.value < pElement->minReport)
130 pElement->minReport = hidEvent.value;
131 if (hidEvent.value > pElement->maxReport)
132 pElement->maxReport = hidEvent.value;
140 static SInt32 HIDScaledCalibratedValue (recDevice *pDevice, recElement *pElement, long min, long max)
143 float readScale = pElement->maxReport - pElement->minReport
    [all...]
  /external/opencore/protocols/systems/3g-324m_pvterminal/h223/src/
cpvh223multiplex.cpp 795 PS_MultiplexElement pElement,
809 if (pElement->repeatCount.index == 0) /* finite */
811 bytesToMux = OSCL_MIN(pElement->repeatCount.finite, bytesToMux);
820 //PVLOGGER_LOGMSG(PVLOGMSG_INST_HLDBG, iLogger, PVLOGMSG_STACK_TRACE, (0,"MakePduData - lcn(%d), bytesToMux(%d)", pElement->muxType.logicalChannelNumber, bytesToMux));
887 PS_MultiplexElement pElement,
890 OSCL_UNUSED_ARG(pElement);
895 pElement->muxType.logicalChannelNumber));
903 PS_MultiplexElement pElement)
905 OSCL_UNUSED_ARG(pElement);
910 pElement->muxType.logicalChannelNumber))
    [all...]
h223types.cpp 701 PS_MultiplexElement pElement,
713 if (pElement->muxType.index)
717 num_lcns += FindLcns(pElement->muxType.subElementList, pElement->muxType.size, max_pdu_size, lcns_local, &size);
721 if (pElement->repeatCount.index)
730 rc_max = rc_min = pElement->repeatCount.finite;
764 if (pElement->repeatCount.index)
773 min_size = max_size = pElement->repeatCount.finite;
775 slot_info.lcn = pElement->muxType.logicalChannelNumber;
783 pElement ++
    [all...]
  /external/opencore/protocols/systems/3g-324m_pvterminal/h223/include/
cpvh223multiplex.h 172 PS_MultiplexElement pElement,
175 PS_MultiplexElement pElement);
183 PS_MultiplexElement pElement,
187 int BreakPduData(uint8*& pdu, int pdu_size, PS_MultiplexElement pElement, int ListSize);
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
OMX_VideoDec_Utils.h 592 OMX_PTR pElement[CBUFFER_SIZE];
    [all...]
  /external/opencore/protocols/systems/3g-324m_pvterminal/common/include/
h223types.h 335 PS_MultiplexElement pElement,
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDec_Utils.c 234 OMX_ERRORTYPE VIDDEC_Queue_Add(VIDDEC_QUEUE_TYPE *queue, OMX_PTR pElement, VIDDEC_QUEUE_TYPES type)
249 pLocal[queue->nHead] = *(OMX_U32 *)pElement;
255 pLocal[queue->nHead] = *(OMX_MARKTYPE *)pElement;
256 /*memcpy(&pLocal[queue->nHead], pElement, sizeof(OMX_MARKTYPE));*/
272 if(pLocal[queue->nHead] == *(OMX_U32 *)pElement)
289 pLocal[queue->nHead] = *(OMX_U32 *)pElement;
299 if(pLocal[queue->nHead].hMarkTargetComponent == ((OMX_MARKTYPE *)pElement)->hMarkTargetComponent
300 && pLocal[queue->nHead].pMarkData == ((OMX_MARKTYPE *)pElement)->pMarkData)
317 pLocal[queue->nHead] = *(OMX_MARKTYPE *)pElement;
336 OMX_ERRORTYPE VIDDEC_Queue_Remove(VIDDEC_QUEUE_TYPE *queue, OMX_PTR pElement, VIDDEC_QUEUE_TYPES type
    [all...]
  /dalvik/vm/reflect/
Annotation.c 841 Object** pElement = NULL;
852 pElement = (Object**) elementArray->contents;
865 *pElement++ = newMember;
    [all...]

Completed in 307 milliseconds