Searched defs:readBytes (Results 1 - 9 of 9) 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.java38 /* package */ static byte[] readBytes(String path) throws IOException { method in class:DrmUtils
40 return readBytes(file);
44 /* package */ static byte[] readBytes(File file) throws IOException { method in class:DrmUtils
/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.java198 public int readBytes(byte[] buffer, int srcOffset, int destOffset, int count) method in class:MemoryFile
305 // readBytes() also does this check, but we need to do it before
313 int result = readBytes(buffer, mOffset, offset, count);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiNative.java1252 int readBytes; field in class:WifiNative.RingBufferStatus
1264 " writtenBytes: " + writtenBytes + " readBytes: " + readBytes +
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 183 milliseconds