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

  /external/nist-sip/java/gov/nist/javax/sip/parser/
StringMsgParser.java 119 * @param msgBuffer
129 public SIPMessage parseSIPMessage(byte[] msgBuffer) throws ParseException {
130 if (msgBuffer == null || msgBuffer.length == 0)
137 while (msgBuffer[i] < 0x20)
156 while (msgBuffer[i] != '\r' && msgBuffer[i] != '\n')
167 currentLine = new String(msgBuffer, lineStart, lineLength, "UTF-8");
202 if (msgBuffer[i] == '\r' && msgBuffer.length > i+1 && msgBuffer[i+1] == '\n'
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
OMX_G711Dec_Utils.c     [all...]
  /hardware/ti/wlan/wl1271/stad/Export_Inc/
STADExternalIf.h 360 TI_UINT8 msgBuffer[ KEEP_ALIVE_TEMPLATE_MAX_LENGTH ]; /**< Buffer which holds the Keep Alive Template */
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
OMX_WmaDec_Utils.c     [all...]
  /libcore/luni/src/main/java/java/util/logging/
Logger.java 743 StringBuilder msgBuffer = new StringBuilder("ENTRY");
745 msgBuffer.append(" {").append(i).append("}");
747 msg = msgBuffer.toString();
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
PowerMgrKeepAlive.c 364 &(pPowerMgrKL->tCurrentConfig.templates[ uMessageIndex ].msgBuffer[ 0 ]),
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
OMX_G711Enc_Utils.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/inc/
OMX_G711Dec_Utils.h 836 LCML_G711DEC_BUFHEADERTYPE* msgBuffer);
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/inc/
OMX_G711Enc_Utils.h     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/inc/
OMX_WmaDec_Utils.h     [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
BaseContactsProvider2Test.java     [all...]
  /hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
cu_cmd.c     [all...]

Completed in 414 milliseconds