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

  /packages/apps/OMA-DM/engine/dmlib/dmengine/oma_toolkit/sml/xlt/src/
xltdeccom.h 202 void (*setBuf)(XltDecScannerPtr_t pScanner, const MemPtr_t pBufStart, const MemPtr_t pBufEnd);
225 * IN: pBufEnd, buffer containing the WBXML/XML document
234 Ret_t xltDecWbxmlInit(const MemPtr_t pBufEnd, MemPtr_t *ppBufPos, XltDecScannerPtr_t *ppScanner);
235 Ret_t xltDecXmlInit(const MemPtr_t pBufEnd, MemPtr_t *ppBufPos, XltDecScannerPtr_t *ppScanner);
xltdecwbxml.c 126 void (*setBuf)(XltDecScannerPtr_t pScanner, const MemPtr_t pBufStart, const MemPtr_t pBufEnd);
261 xltDecWbxmlInit(const MemPtr_t pBufEnd, MemPtr_t *ppBufPos,
271 pScanner->bufend = pBufEnd;
415 const MemPtr_t pBufEnd)
419 pScannerPriv->bufend = pBufEnd;
    [all...]
xltdecxml.c 72 void (*setBuf)(XltDecScannerPtr_t pScanner, const MemPtr_t pBufStart, const MemPtr_t pBufEnd);
166 xltDecXmlInit(const MemPtr_t pBufEnd, MemPtr_t *ppBufStart, XltDecScannerPtr_t *ppScanner)
179 pScanner->bufend = pBufEnd;
322 const MemPtr_t pBufEnd)
326 pScannerPriv->bufend = pBufEnd;
    [all...]
xltenc.c 146 * pBufEnd must point to the end of the (WB)XML buffer
156 * pBufEnd, pointer to the end of the buffer to write on
174 const MemPtr_t pBufEnd,
247 _pBufMgr->smlXltBufferLen = pBufEnd - *ppBufPos;
363 * pBufEnd must point to the end of the (WB)XML buffer
373 * pBufEnd, pointer to the end of the buffer to write on
391 const MemPtr_t pBufEnd,
414 _pBufMgr->smlXltBufferLen = pBufEnd - *ppBufPos;
474 * pBufEnd must point to the end of the (WB)XML buffer
482 * pBufEnd, pointer to the end of the buffer to write o
    [all...]
xltdec.c 185 const MemPtr_t pBufEnd,
208 rc = xltDecWbxmlInit(pBufEnd, ppBufPos, &pDecoder->scanner);
221 rc = xltDecXmlInit(pBufEnd, ppBufPos, &pDecoder->scanner);
278 const MemPtr_t pBufEnd,
289 pScanner->setBuf(pScanner, *ppBufPos, pBufEnd);
    [all...]
  /packages/apps/OMA-DM/engine/dmlib/dmengine/oma_toolkit/hdr/
xltenc.h 84 * pBufEnd must point to the end of the (WB)XML buffer
94 * pBufEnd, pointer to the end of the buffer to write on
112 Ret_t xltEncInit(SmlEncoding_t enc, const SmlSyncHdrPtr_t pHeader, const MemPtr_t pBufEnd, MemPtr_t *ppBufPos, XltEncoderPtr_t *ppEncoder, SmlVersion_t vers);
122 * pBufEnd must point to the end of the (WB)XML buffer
132 * pBufEnd, pointer to the end of the buffer to write on
152 const MemPtr_t pBufEnd,
156 * FUNCTION: smlXltEncTerminate_t pBufEnd, const VoidPtr_t pContent, MemPtr_t *ppBufPos,
163 * pBufEnd must point to the end of the (WB)XML buffer
171 * pBufEnd, pointer to the end of the buffer to write on
187 Ret_t xltEncTerminate(const XltEncoderPtr_t pEncoder, const MemPtr_t pBufEnd, MemPtr_t *ppBufPos)
    [all...]
xltdec.h 133 * pBufEnd, pointer to the end of the buffer which contains
147 const MemPtr_t pBufEnd,
171 * IN: pBufEnd, pointer to the end of the buffer
186 const MemPtr_t pBufEnd,
  /packages/apps/OMA-DM/engine/dmlib/dmengine/oma_toolkit/sml/xlt/hdr/
xltenc.h 84 * pBufEnd must point to the end of the (WB)XML buffer
94 * pBufEnd, pointer to the end of the buffer to write on
112 Ret_t xltEncInit(SmlEncoding_t enc, const SmlSyncHdrPtr_t pHeader, const MemPtr_t pBufEnd, MemPtr_t *ppBufPos, XltEncoderPtr_t *ppEncoder, SmlVersion_t vers);
122 * pBufEnd must point to the end of the (WB)XML buffer
132 * pBufEnd, pointer to the end of the buffer to write on
152 const MemPtr_t pBufEnd,
156 * FUNCTION: smlXltEncTerminate_t pBufEnd, const VoidPtr_t pContent, MemPtr_t *ppBufPos,
163 * pBufEnd must point to the end of the (WB)XML buffer
171 * pBufEnd, pointer to the end of the buffer to write on
187 Ret_t xltEncTerminate(const XltEncoderPtr_t pEncoder, const MemPtr_t pBufEnd, MemPtr_t *ppBufPos)
    [all...]
xltdec.h 133 * pBufEnd, pointer to the end of the buffer which contains
147 const MemPtr_t pBufEnd,
171 * IN: pBufEnd, pointer to the end of the buffer
186 const MemPtr_t pBufEnd,
  /packages/apps/OMA-DM/engine/dmlib/dmengine/oma_toolkit/src/
xltdecwbxml.c 128 void (*setBuf)(XltDecScannerPtr_t pScanner, const MemPtr_t pBufStart, const MemPtr_t pBufEnd);
263 xltDecWbxmlInit(const MemPtr_t pBufEnd, MemPtr_t *ppBufPos,
273 pScanner->bufend = pBufEnd;
417 const MemPtr_t pBufEnd)
421 pScannerPriv->bufend = pBufEnd;
    [all...]
xltdecxml.c 72 void (*setBuf)(XltDecScannerPtr_t pScanner, const MemPtr_t pBufStart, const MemPtr_t pBufEnd);
166 xltDecXmlInit(const MemPtr_t pBufEnd, MemPtr_t *ppBufStart, XltDecScannerPtr_t *ppScanner)
179 pScanner->bufend = pBufEnd;
322 const MemPtr_t pBufEnd)
326 pScannerPriv->bufend = pBufEnd;
    [all...]
xltenc.c 146 * pBufEnd must point to the end of the (WB)XML buffer
156 * pBufEnd, pointer to the end of the buffer to write on
174 const MemPtr_t pBufEnd,
247 _pBufMgr->smlXltBufferLen = pBufEnd - *ppBufPos;
363 * pBufEnd must point to the end of the (WB)XML buffer
373 * pBufEnd, pointer to the end of the buffer to write on
391 const MemPtr_t pBufEnd,
414 _pBufMgr->smlXltBufferLen = pBufEnd - *ppBufPos;
474 * pBufEnd must point to the end of the (WB)XML buffer
482 * pBufEnd, pointer to the end of the buffer to write o
    [all...]
xltdec.c 185 const MemPtr_t pBufEnd,
208 rc = xltDecWbxmlInit(pBufEnd, ppBufPos, &pDecoder->scanner);
221 rc = xltDecXmlInit(pBufEnd, ppBufPos, &pDecoder->scanner);
278 const MemPtr_t pBufEnd,
289 pScanner->setBuf(pScanner, *ppBufPos, pBufEnd);
    [all...]
  /hardware/samsung_slsi/exynos5/libcamera/
ExynosCameraHWInterface.cpp     [all...]

Completed in 176 milliseconds