Searched defs:readBytes (Results 1 - 10 of 10) sorted by relevance

/frameworks/av/drm/common/
H A DReadWriteUtils.cpp35 String8 ReadWriteUtils::readBytes(const String8& filePath) { function in class:ReadWriteUtils
57 int ReadWriteUtils::readBytes(const String8& filePath, char** buffer) { function in class:ReadWriteUtils
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_byte_stream.c72 readBytes number of bytes "consumed" from the stream buffer
81 u32 *readBytes)
118 *readBytes = len;
185 *readBytes = pStrmData->strmBuffSize + initByteCount + zeroCount;
80 h264bsdExtractNalUnit(u8 *pByteStream, u32 len, strmData_t *pStrmData, u32 *readBytes) argument
H A Dh264bsd_decoder.c137 readBytes number of bytes read from the stream is stored
152 u32 *readBytes)
171 ASSERT(readBytes);
180 *readBytes = pStorage->prevBytesConsumed;
184 tmp = h264bsdExtractNalUnit(byteStrm, len, &strm, readBytes);
192 pStorage->prevBytesConsumed = *readBytes;
255 * readBytes to 0 */
256 *readBytes = 0;
353 *readBytes = 0;
151 h264bsdDecode(storage_t *pStorage, u8 *byteStrm, u32 len, u32 picId, u32 *readBytes) argument
/frameworks/base/obex/javax/obex/
H A DPrivateOutputStream.java127 public synchronized byte[] readBytes(int size) { method in class:PrivateOutputStream
/frameworks/base/drm/java/android/drm/
H A DDrmUtils.java39 /* package */ static byte[] readBytes(String path) throws IOException { method in class:DrmUtils
41 return readBytes(file);
45 /* package */ static byte[] readBytes(File file) throws IOException { method in class:DrmUtils
/frameworks/compile/linkloader/utils/
H A Dserialize.h94 void readBytes(void *array, size_t size) { function in class:ArchiveReader
104 readBytes(array, size);
110 readBytes(array, size);
117 readBytes(&v, TypeTraits<T>::size);
/frameworks/av/media/libstagefright/codecs/aacenc/SampleCode/
H A DAAC_E_SAMPLES.c126 int readBytes = 0; local
127 readBytes = fread(dest, 1, readSize, infile);
128 return readBytes;
/frameworks/base/core/java/android/os/
H A DMemoryFile.java193 public int readBytes(byte[] buffer, int srcOffset, int destOffset, int count) method in class:MemoryFile
300 // readBytes() also does this check, but we need to do it before
308 int result = readBytes(buffer, mOffset, offset, count);
/frameworks/base/services/java/com/android/server/pm/
H A DInstaller.java87 private boolean readBytes(byte buffer[], int len) { method in class:Installer
116 if (!readBytes(buf, 2))
124 if (!readBytes(buf, len))
/frameworks/base/media/libdrm/mobile1/src/objmng/
H A Ddrm_api.c931 int32_t boundaryLen, leftLen, readBytes; local
947 readBytes = data.readInputData(data.inputHandle, s->readBuf + s->readBufOff, s->readBufLen);
948 if (-1 == readBytes || readBytes < s->readBufLen) {
988 int32_t boundaryLen, leftLen, readBytes; local
1005 readBytes = data.readInputData(data.inputHandle, s->readBuf + s->readBufOff, s->readBufLen);
1006 if (-1 == readBytes || readBytes < s->readBufLen) {
1313 int32_t readBytes; local
1322 readBytes
1339 int32_t readBytes = 0; local
1352 memcpy(mediaBuf, ((T_DRM_DM_Base64_Node *)(s->infoStruct))->b64DecodeData + firstBytes, readBytes); local
1357 memcpy(mediaBuf, ((T_DRM_DM_Base64_Node *)(s->infoStruct))->b64DecodeData + firstBytes, readBytes); local
1447 int32_t readBytes; local
1467 int32_t res = 0, readBytes = 0; local
1556 int32_t readBytes; local
1577 int32_t readBytes = 0; local
1699 int32_t readBytes; local
[all...]

Completed in 155 milliseconds