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

  /hardware/qcom/audio/hal/
platform_info.c 400 if (XML_ParseBuffer(parser, bytes_read,
402 ALOGE("%s: XML_ParseBuffer failed, for %s",
  /hardware/qcom/audio/msm8909/hal/
platform_info.c 381 if (XML_ParseBuffer(parser, bytes_read,
383 ALOGE("%s: XML_ParseBuffer failed, for %s",
  /external/expat/lib/
expat.h 663 XML_ParseBuffer has no effect.
679 Note: Calling XML_SetEncoding after XML_Parse or XML_ParseBuffer
701 the first call to XML_Parse or XML_ParseBuffer, since it will
784 XML_ParseBuffer(XML_Parser parser, int len, int isFinal);
786 /* Stops parsing, causing XML_Parse() or XML_ParseBuffer() to return.
804 XML_Parse() and XML_ParseBuffer() return XML_STATUS_SUSPENDED.
805 Otherwise, parsing is aborted, that is, XML_Parse() and XML_ParseBuffer()
    [all...]
xmlparse.c 175 XML_Parse()/XML_ParseBuffer(), the buffer is re-allocated to
963 /* Block after XML_Parse()/XML_ParseBuffer() has been called.
    [all...]
  /external/avahi/avahi-daemon/
static-services.c 629 if (!XML_ParseBuffer(parser, n, n == 0)) {
630 avahi_log_error("XML_ParseBuffer() failed at line %d: %s.\n", (int) XML_GetCurrentLineNumber(parser), XML_ErrorString(XML_GetErrorCode(parser)));
  /external/mesa3d/src/mesa/drivers/dri/common/
xmlconfig.c 933 status = XML_ParseBuffer (p, bytesRead, bytesRead == 0);
    [all...]
  /external/skia/src/ports/
SkFontMgr_android_parser.cpp 641 XML_Status status = XML_ParseBuffer(parser, len, done);
  /frameworks/av/media/libmedia/
MediaProfiles.cpp 883 CHECK(::XML_ParseBuffer(parser, bytes_read, bytes_read == 0));
    [all...]
  /frameworks/av/media/libstagefright/
MediaCodecList.cpp 357 XML_Status status = ::XML_ParseBuffer(parser, bytes_read, bytes_read == 0);
    [all...]
  /system/media/audio_route/
audio_route.c 894 if (XML_ParseBuffer(parser, bytes_read,

Completed in 48 milliseconds