/frameworks/base/libs/surfaceflinger_client/ |
ISurface.cpp | 85 sp<GraphicBuffer> buffer = new GraphicBuffer(); local 86 reply.read(*buffer); 87 return buffer; 161 sp<GraphicBuffer> buffer(requestBuffer(bufferIdx, w, h, format, usage)); 162 if (buffer == NULL) 164 return reply->write(*buffer); 175 BufferHeap buffer; local 176 buffer.w = data.readInt32(); 177 buffer.h = data.readInt32(); 178 buffer.hor_stride = data.readInt32() [all...] |
/frameworks/base/media/libstagefright/codecs/aacdec/ |
long_term_prediction.h | 30 Description: Removed some passed in buffer size variables since they are 38 circular buffer by LTP. 107 const Int16 buffer[],
|
/frameworks/base/media/libstagefright/omx/ |
OMXComponentBase.h | 55 OMX_U8 *buffer) = 0; 65 OMX_BUFFERHEADERTYPE *buffer) = 0; 67 virtual OMX_ERRORTYPE emptyThisBuffer(OMX_BUFFERHEADERTYPE *buffer) = 0; 68 virtual OMX_ERRORTYPE fillThisBuffer(OMX_BUFFERHEADERTYPE *buffer) = 0;
|
OMXRenderer.h | 33 virtual void render(IOMX::buffer_id buffer);
|
/frameworks/base/media/libstagefright/rtsp/ |
ARTPSource.h | 40 void processRTPPacket(const sp<ABuffer> &buffer); 46 void addReceiverReport(const sp<ABuffer> &buffer); 47 void addFIR(const sp<ABuffer> &buffer); 74 bool queuePacket(const sp<ABuffer> &buffer);
|
/hardware/qcom/media/mm-video/vidc/venc/inc/ |
omx_video_common.h | 65 void *buffer; member in struct:pmem
|
/hardware/ril/mock-ril/src/cpp/ |
requests.h | 32 Buffer *buffer_; 35 Request(const int request, const Buffer *buffer, const RIL_Token token) : 39 Set(request, buffer, token); 47 const Buffer *buffer, const RIL_Token token) { 50 buffer_ = (Buffer *)buffer;
|
/libcore/luni/src/main/java/java/io/ |
ByteArrayInputStream.java | 150 * @param buffer 167 public synchronized int read(byte[] buffer, int offset, int length) { 172 if (buffer == null) { 173 throw new NullPointerException("buffer == null"); 180 if ((offset | length) < 0 || length > buffer.length - offset) { 193 System.arraycopy(this.buf, pos, buffer, offset, copylen);
|
ByteArrayOutputStream.java | 86 /* Can the buffer handle @i more bytes, if not expand it */ 179 * Writes {@code count} bytes from the byte array {@code buffer} starting at 182 * @param buffer 183 * the buffer to be written. 185 * the initial position in {@code buffer} to retrieve bytes. 187 * the number of bytes of {@code buffer} to write. 189 * if {@code buffer} is {@code null}. 193 * {@code buffer}. 196 public synchronized void write(byte[] buffer, int offset, int len) { 204 if (buffer == null) [all...] |
LineNumberInputStream.java | 139 * them in the byte array {@code buffer} starting at {@code offset}. 148 * @param buffer 151 * the initial position in {@code buffer} to store the bytes read 154 * the maximum number of bytes to store in {@code buffer}. 160 * {@code buffer}. 164 * if {@code buffer} is {@code null}. 167 public int read(byte[] buffer, int offset, int length) throws IOException { 168 // Force buffer null check first! 169 if (offset > buffer.length || offset < 0) { 172 if (length < 0 || length > buffer.length - offset) [all...] |
SequenceInputStream.java | 149 * stores them in the byte array {@code buffer} starting at {@code offset}. 164 * @param buffer 167 * the initial position in {@code buffer} to store the bytes read 170 * the maximum number of bytes to store in {@code buffer}. 176 * offset + count} is greater than the size of {@code buffer}. 180 * if {@code buffer} is {@code null}. 183 public int read(byte[] buffer, int offset, int count) throws IOException { 188 if (buffer == null) { 189 throw new NullPointerException("buffer == null"); 196 if ((offset | count) < 0 || offset > buffer.length - count) [all...] |
/libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/http/ |
FixedLengthInputStream.java | 38 @Override public int read(byte[] buffer, int offset, int count) throws IOException { 39 checkBounds(buffer, offset, count); 44 int read = in.read(buffer, offset, Math.min(count, bytesRemaining)); 50 cacheWrite(buffer, offset, read);
|
/libcore/luni/src/test/java/libcore/java/util/logging/ |
OldErrorManagerTest.java | 55 public void write(byte[] buffer) { 56 linesWritten.append(new String(buffer)); 60 public synchronized void write(byte[] buffer, int offset, int len) { 61 linesWritten.append(new String(buffer, offset, len));
|
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/ |
sha1.h | 21 u_char buffer[64]; member in struct:__anon15281
|
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/ |
sha1.h | 21 u_char buffer[64]; member in struct:__anon15635
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/ |
sha1.h | 21 u_char buffer[64]; member in struct:__anon15989
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/ |
sha1.h | 21 u_char buffer[64]; member in struct:__anon16414
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/ |
sha1.h | 21 u_char buffer[64]; member in struct:__anon16773
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/ |
sha1.h | 21 u_char buffer[64]; member in struct:__anon17203
|
/system/core/adb/ |
remount_service.c | 104 char buffer[200]; local 105 snprintf(buffer, sizeof(buffer), "remount failed: %s\n", strerror(errno)); 106 write_string(fd, buffer);
|
/system/core/include/sysutils/ |
NetlinkEvent.h | 37 bool decode(char *buffer, int size);
|
/system/core/libdiskconfig/ |
diskutils.c | 37 uint8_t buffer[2048]; local 62 if ((nr_bytes = read(src_fd, buffer, sizeof(buffer))) < 0) { 83 if ((tmp = write(dst_fd, buffer, nr_bytes)) < 0) {
|
/system/core/nexus/ |
VpnController.h | 35 virtual int get(int idx, int *buffer) = 0; 47 virtual int get(int idx, char *buffer, size_t max) = 0; 59 virtual int get(int idx, struct in_addr *buffer) = 0; 68 int get(int idx, int *buffer);
|
WifiController.h | 50 virtual int get(int idx, int *buffer) = 0; 62 virtual int get(int idx, char *buffer, size_t max) = 0; 71 int get(int idx, int *buffer); 79 int get(int idx, int *buffer); 87 int get(int idx, int *buffer); 95 int get(int idx, int *buffer); 103 int get(int idx, int *buffer); 111 int get(int idx, int *buffer); 119 int get(int idx, int *buffer); 127 int get(int idx, int *buffer); [all...] |
/system/vold/ |
Loop.h | 29 static int lookupActive(const char *id, char *buffer, size_t len);
|