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

  /external/opencore/fileformats/wav/parser/src/
pvwavfileparser.cpp 102 /* Function : ReadData() */
111 PVWavParserReturnCode PV_Wav_Parser::ReadData(uint8* buff, uint32 size, uint32& bytesread)
216 if (ReadData(iBuffer, 12, bytesread) != PVWAVPARSER_OK)
284 if (ReadData(iBuffer, 8, bytesread) != PVWAVPARSER_OK)
323 if (ReadData(iBuffer, 16, bytesread) != PVWAVPARSER_OK)
366 if (ReadData(iBuffer, 8, bytesread) != PVWAVPARSER_OK)
477 PVWavParserReturnCode retcode = ReadData(inBuff, myBufSize, BytesRead);
496 PVWavParserReturnCode retcode = ReadData(inBuff, myBufSize, BytesRead);
  /external/v8/test/cctest/
test-log-utils.cc 39 static int ReadData(
81 CHECK_EQ(32, ReadData(&dynabuf, 0, &buf));
98 CHECK_EQ(48, ReadData(&dynabuf, 0, &buf));
100 CHECK_EQ(48, ReadData(&dynabuf, 48, &buf));
102 CHECK_EQ(0, ReadData(&dynabuf, 48 * 2, &buf));
111 CHECK_EQ(128, ReadData(&dynabuf, 0, &buf));
115 CHECK_EQ(32, ReadData(&dynabuf, 128 - 32, &tail_buf));
131 CHECK_EQ(100, ReadData(&dynabuf, 0, &buf));
135 CHECK_EQ(seal_size, ReadData(&dynabuf, 100, &seal_buf));
138 CHECK_EQ(0, ReadData(&dynabuf, 100 + seal_size, &buf))
    [all...]
  /external/opencore/fileformats/wav/parser/include/
pvwavfileparser.h 122 PVWavParserReturnCode ReadData(uint8* buff, uint32 size, uint32& bytesread);
  /external/bluetooth/glib/gio/
ginputstream.c 941 } ReadData;
948 ReadData *op;
976 ReadData *op;
978 op = g_new (ReadData, 1);
994 ReadData *op;
    [all...]

Completed in 211 milliseconds