Searched defs:buffer (Results 501 - 524 of 524) sorted by relevance

<<21

/frameworks/data-binding/samples/BindingDemo/gradle/wrapper/
H A Dgradle-wrapper.jar ... .InputStream in java.io.OutputStream out byte[] buffer int len static synthetic java.io.File access ...
/frameworks/data-binding/developmentPlugins/bintrayPlugin/gradle/wrapper/
H A Dgradle-wrapper.jar ... .InputStream in java.io.OutputStream out byte[] buffer int len static synthetic java.io.File access ...
/frameworks/data-binding/developmentPlugins/gradle/wrapper/
H A Dgradle-wrapper.jar ... .InputStream in java.io.OutputStream out byte[] buffer int len static synthetic java.io.File access ...
/frameworks/multidex/gradle/wrapper/
H A Dgradle-wrapper.jar ... .InputStream in java.io.OutputStream out byte[] buffer int len static synthetic java.io.File access ...
/frameworks/support/gradle/wrapper/
H A Dgradle-wrapper.jar ... .InputStream in java.io.OutputStream out byte[] buffer int len static synthetic java.io.File access ...
/frameworks/av/media/libstagefright/
H A DACodec.cpp159 msg->setInt32("buffer", omx_msg.u.buffer_data.buffer);
167 "buffer", omx_msg.u.extended_buffer_data.buffer);
628 // port. For now keep submitting an output buffer if there was an
719 ALOGV("skipping buffer %p", info.mGraphicBuffer->getNativeBuffer());
722 ALOGV("attaching buffer %p", info.mGraphicBuffer->getNativeBuffer());
726 ALOGE("failed to attach buffer %p to the new surface: %s (%d)",
738 ALOGV("canceling buffer %p", info.mGraphicBuffer->getNativeBuffer());
743 ALOGE("failed to cancel buffer
4500 addBuffer( IOMX::buffer_id id, const sp<ABuffer> &buffer) argument
4839 sp<ABuffer> buffer; local
[all...]
H A DMPEG4Extractor.cpp70 virtual status_t read(MediaBuffer **buffer, const ReadOptions *options = NULL);
71 virtual status_t fragmentedRead(MediaBuffer **buffer, const ReadOptions *options = NULL);
619 uint8_t buffer[8]; local
621 if (mDataSource->readAt(data_offset, buffer, 2) < 2) {
626 if ((buffer[1] >> 5) & 0x0001) { //url flag is set
630 if (mDataSource->readAt(data_offset, buffer, 8) < 8) {
635 if ((0x0F/*ES_ID_REF_TAG*/ != buffer[1])
636 || ( 0x0A/*IPMP_DESCRIPTOR_POINTER_ID_TAG*/ != buffer[5])) {
641 sinf->trackID = U16_AT(&buffer[3]);
642 sinf->IPMPDescriptorID = buffer[
819 char buffer[256]; local
1267 uint8_t buffer[8]; local
1323 uint8_t buffer[8 + 20]; local
1379 uint8_t buffer[78]; local
1622 char buffer[18]; local
1649 uint8_t buffer[256]; local
1703 sp<ABuffer> buffer = new ABuffer(chunk_data_size); local
1720 sp<ABuffer> buffer = new ABuffer(chunk_data_size); local
1751 char buffer[23]; local
1777 uint8_t buffer[4]; local
1949 uint32_t buffer; local
2014 uint8_t *buffer = new (std::nothrow) uint8_t[size + chunk_size]; local
2053 sp<ABuffer> buffer = new ABuffer(chunk_data_size + 1); local
2372 uint8_t buffer[36 + 60]; local
2457 uint8_t *buffer = new (std::nothrow) uint8_t[size + 1]; local
2650 uint8_t *buffer = new (std::nothrow) uint8_t[size + 1]; local
[all...]
H A DMPEG4Writer.cpp414 char buffer[SIZE]; local
416 snprintf(buffer, SIZE, " MPEG4Writer %p\n", this);
417 result.append(buffer);
418 snprintf(buffer, SIZE, " mStarted: %s\n", mStarted? "true": "false");
419 result.append(buffer);
431 char buffer[SIZE]; local
433 snprintf(buffer, SIZE, " %s track\n", mIsAudio? "Audio": "Video");
434 result.append(buffer);
435 snprintf(buffer, SIZE, " reached EOS: %s\n",
437 result.append(buffer);
1109 addSample_l(MediaBuffer *buffer) argument
1121 StripStartcode(MediaBuffer *buffer) argument
1135 addLengthPrefixedSample_l(MediaBuffer *buffer) argument
2195 MediaBuffer *buffer; local
[all...]
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES30.cpp103 getPointer(JNIEnv *_env, jobject buffer, jarray *array, jint *remaining, jint *offset) argument
110 position = _env->GetIntField(buffer, positionID);
111 limit = _env->GetIntField(buffer, limitID);
112 elementSizeShift = _env->GetIntField(buffer, elementSizeShiftID);
115 getBasePointerID, buffer);
122 getBaseArrayID, buffer);
124 getBaseArrayOffsetID, buffer);
247 getDirectBufferPointer(JNIEnv *_env, jobject buffer) { argument
248 char* buf = (char*) _env->GetDirectBufferAddress(buffer);
250 jint position = _env->GetIntField(buffer, positionI
1822 android_glBindBufferRange__IIIII(JNIEnv *_env, jobject _this, jint target, jint index, jint buffer, jint offset, jint size) argument
1835 android_glBindBufferBase__III(JNIEnv *_env, jobject _this, jint target, jint index, jint buffer) argument
2979 android_glClearBufferiv__II_3II(JNIEnv *_env, jobject _this, jint buffer, jint drawbuffer, jintArray value_ref, jint offset) argument
3023 android_glClearBufferiv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint buffer, jint drawbuffer, jobject value_buf) argument
3047 android_glClearBufferuiv__II_3II(JNIEnv *_env, jobject _this, jint buffer, jint drawbuffer, jintArray value_ref, jint offset) argument
3091 android_glClearBufferuiv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint buffer, jint drawbuffer, jobject value_buf) argument
3115 android_glClearBufferfv__II_3FI(JNIEnv *_env, jobject _this, jint buffer, jint drawbuffer, jfloatArray value_ref, jint offset) argument
3159 android_glClearBufferfv__IILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint buffer, jint drawbuffer, jobject value_buf) argument
3183 android_glClearBufferfi__IIFI(JNIEnv *_env, jobject _this, jint buffer, jint drawbuffer, jfloat depth, jint stencil) argument
[all...]
H A Dandroid_opengl_GLES20.cpp103 getPointer(JNIEnv *_env, jobject buffer, jarray *array, jint *remaining, jint *offset) argument
110 position = _env->GetIntField(buffer, positionID);
111 limit = _env->GetIntField(buffer, limitID);
112 elementSizeShift = _env->GetIntField(buffer, elementSizeShiftID);
115 getBasePointerID, buffer);
122 getBaseArrayID, buffer);
124 getBaseArrayOffsetID, buffer);
247 getDirectBufferPointer(JNIEnv *_env, jobject buffer) { argument
248 char* buf = (char*) _env->GetDirectBufferAddress(buffer);
250 jint position = _env->GetIntField(buffer, positionI
499 android_glBindBuffer__II(JNIEnv *_env, jobject _this, jint target, jint buffer) argument
3985 android_glIsBuffer__I(JNIEnv *_env, jobject _this, jint buffer) argument
[all...]
H A Dcom_google_android_gles_jni_GLImpl.cpp121 getPointer(JNIEnv *_env, jobject buffer, jarray *array, jint *remaining, jint *offset) argument
128 position = _env->GetIntField(buffer, positionID);
129 limit = _env->GetIntField(buffer, limitID);
130 elementSizeShift = _env->GetIntField(buffer, elementSizeShiftID);
133 getBasePointerID, buffer);
140 getBaseArrayID, buffer);
145 getBaseArrayOffsetID, buffer);
172 getDirectBufferPointer(JNIEnv *_env, jobject buffer) { argument
173 if (!buffer) {
176 void* buf = _env->GetDirectBufferAddress(buffer);
4086 android_glBindBuffer__II(JNIEnv *_env, jobject _this, jint target, jint buffer) argument
6068 android_glIsBuffer__I(JNIEnv *_env, jobject _this, jint buffer) argument
[all...]
/frameworks/base/opengl/java/android/opengl/
H A DGLLogWrapper.java690 int[] buffer = new int[1];
691 mgl.glGetIntegerv(GL_NUM_COMPRESSED_TEXTURE_FORMATS, buffer, 0);
692 return buffer[0];
2770 public void glBindBuffer(int target, int buffer) { argument
2773 arg("buffer", buffer);
2775 mgl11.glBindBuffer(target, buffer);
3155 public boolean glIsBuffer(int buffer) { argument
3157 arg("buffer", buffer);
[all...]
H A DGLES30.java849 // C function void glBindBufferRange ( GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size )
854 int buffer,
859 // C function void glBindBufferBase ( GLenum target, GLuint index, GLuint buffer )
864 int buffer
1171 // C function void glClearBufferiv ( GLenum buffer, GLint drawbuffer, const GLint *value )
1174 int buffer,
1180 // C function void glClearBufferiv ( GLenum buffer, GLint drawbuffer, const GLint *value )
1183 int buffer,
1188 // C function void glClearBufferuiv ( GLenum buffer, GLint drawbuffer, const GLuint *value )
1191 int buffer,
851 glBindBufferRange( int target, int index, int buffer, int offset, int size ) argument
1173 glClearBufferiv( int buffer, int drawbuffer, int[] value, int offset ) argument
1182 glClearBufferiv( int buffer, int drawbuffer, java.nio.IntBuffer value ) argument
1190 glClearBufferuiv( int buffer, int drawbuffer, int[] value, int offset ) argument
1199 glClearBufferuiv( int buffer, int drawbuffer, java.nio.IntBuffer value ) argument
1207 glClearBufferfv( int buffer, int drawbuffer, float[] value, int offset ) argument
1216 glClearBufferfv( int buffer, int drawbuffer, java.nio.FloatBuffer value ) argument
1224 glClearBufferfi( int buffer, int drawbuffer, float depth, int stencil ) argument
[all...]
/frameworks/base/services/core/java/com/android/server/location/
H A DGpsLocationProvider.java2267 private native int native_read_nmea(byte[] buffer, int bufferSize); argument
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp563 virtual size_t getEvents(int, RawEvent* buffer, size_t) { argument
568 *buffer = *mEvents.begin();
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp633 // This is how far in advance a buffer must be queued for
634 // presentation at a given time. If you want a buffer to appear
635 // on the screen at time N, you must submit the buffer before
639 // latch the buffer), but this can be reduced by configuring a
893 // a new buffer was latched, or if HWC has requested a full
1494 // the hint is set before we acquire a buffer from the surface texture.
3338 // dequeue/queue a buffer)
3354 ANativeWindowBuffer* buffer; local
3358 result = native_window_dequeue_buffer_and_wait(window, &buffer);
3361 // create an EGLImage from the buffer s
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiNative.java474 * the firmware can remember before it runs out of buffer space or -1 on error
2042 void onRingBufferData(RingBufferStatus status, byte[] buffer); argument
2043 void onWifiAlert(int errorCode, byte[] buffer); argument
2048 private static void onRingBufferData(RingBufferStatus status, byte[] buffer) { argument
2050 sWifiLoggerEventHandler.onRingBufferData(status, buffer);
2053 private static void onWifiAlert(byte[] buffer, int errorCode) { argument
2055 sWifiLoggerEventHandler.onWifiAlert(errorCode, buffer);
2188 private static void onWifiFwMemoryAvailable(byte[] buffer) { argument
2189 mFwMemoryDump = buffer;
2191 Log.d(TAG, "onWifiFwMemoryAvailable is called and buffer lengt
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRIL.java446 * <code>buffer</code> and the length of the final message (less header)
450 * @param buffer Buffer to fill in. Must be as large as maximum
455 private static int readRilMessage(InputStream is, byte[] buffer) argument
466 countRead = is.read(buffer, offset, remaining);
477 messageLength = ((buffer[0] & 0xff) << 24)
478 | ((buffer[1] & 0xff) << 16)
479 | ((buffer[2] & 0xff) << 8)
480 | (buffer[3] & 0xff);
482 // Then, re-use the buffer and read in the message itself
486 countRead = is.read(buffer, offse
502 byte[] buffer; field in class:RIL.RILReceiver
[all...]
/frameworks/av/services/audioflinger/
H A DThreads.cpp104 // retry counts for buffer fill timeout
113 // don't warn about blocked writes or record buffer overflows more often than this
127 // minimum normal sink buffer size, expressed in milliseconds rather than frames
130 // maximum normal sink buffer size
133 // minimum capture buffer size in milliseconds to _not_ need a fast capture thread
146 // multiplier is calculated based on min & max normal mixer buffer size
148 // multiplier is calculated based on min & max normal mixer buffer size
189 // Eventually it will be the single buffer that FastCapture writes into via HAL read(),
816 char buffer[SIZE]; local
831 dprintf(fd, " HAL buffer siz
860 char buffer[SIZE]; local
1514 char buffer[SIZE]; local
2555 int16_t* buffer = reinterpret_cast<int16_t*>(mEffectBufferEnabled local
2882 void *buffer = mEffectBufferValid ? mEffectBuffer : mSinkBuffer; local
4371 char buffer[SIZE]; local
4712 AudioBufferProvider::Buffer buffer; local
6361 char buffer[SIZE]; local
6445 getNextBuffer( AudioBufferProvider::Buffer* buffer, int64_t pts __unused) argument
6487 releaseBuffer( AudioBufferProvider::Buffer* buffer) argument
6544 AudioBufferProvider::Buffer buffer; local
[all...]
/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java1578 OutputStream pwf = null, buffer = null;
1582 buffer = new BufferedOutputStream(pwf);
1583 out = new DataOutputStream(buffer);
1595 if (buffer != null) buffer.close();
3237 byte[] buffer = new byte[32 * 1024];
3241 int toRead = (chunkTotal > buffer.length) ? buffer.length : chunkTotal;
3242 int nRead = in.read(buffer, 0, toRead);
3243 out.write(buffer,
5471 extractLine(byte[] buffer, int offset, String[] outStr) argument
5678 readExactly(InputStream in, byte[] buffer, int offset, int size) argument
6109 restoreOneFile(InputStream instream, byte[] buffer) argument
6801 extractLine(byte[] buffer, int offset, String[] outStr) argument
6969 readExactly(InputStream in, byte[] buffer, int offset, int size) argument
[all...]
/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java2356 onKeyDown(TextView widget, Spannable buffer, int keyCode, KeyEvent event) { argument
2363 return executeDown(widget, buffer, keyCode);
2365 return super.onKeyDown(widget, buffer, keyCode, event);
2379 protected boolean up(TextView widget, Spannable buffer) { argument
2401 protected boolean down(TextView widget, Spannable buffer) { argument
2423 protected boolean left(TextView widget, Spannable buffer) { argument
2434 protected boolean right(TextView widget, Spannable buffer) { argument
2445 private boolean executeDown(TextView widget, Spannable buffer, int keyCode) { argument
2453 handled |= up(widget, buffer);
2456 handled |= down(widget, buffer);
[all...]
/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. ...
/frameworks/base/core/java/android/widget/
H A DTextView.java3908 * display buffer, upgrading it to BufferType.EDITABLE if it was
3917 * display buffer, upgrading it to BufferType.EDITABLE if it was
4065 // XXX restore buffer type too, as well as lots of other stuff
4193 * in a styleable/spannable buffer and whether it is editable.
4285 * setText() again to try to upgrade the buffer type.
4957 * Sets the list of input filters that will be used if the buffer is
7910 * if there are any text changed listeners forces the buffer type to
8034 void handleTextChanged(CharSequence buffer, int start, int before, int after) { argument
8053 sendOnTextChanged(buffer, start, before, after);
8054 onTextChanged(buffer, star
10140 beforeTextChanged(CharSequence buffer, int start, int before, int after) argument
10154 onTextChanged(CharSequence buffer, int start, int before, int after) argument
10166 afterTextChanged(Editable buffer) argument
[all...]
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_api.cpp135 void GLTrace_glBindBuffer(GLenum target, GLuint buffer) { argument
147 // copy argument buffer
151 arg_buffer->add_intvalue(buffer);
156 glContext->hooks->gl.glBindBuffer(target, buffer);
3198 GLboolean GLTrace_glIsBuffer(GLuint buffer) { argument
3204 // copy argument buffer
3208 arg_buffer->add_intvalue(buffer);
3213 GLboolean retValue = glContext->hooks->gl.glIsBuffer(buffer);
7376 void GLTrace_glBindBufferRange(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size) { argument
7394 // copy argument buffer
7428 GLTrace_glBindBufferBase(GLenum target, GLuint index, GLuint buffer) argument
8312 GLTrace_glClearBufferiv(GLenum buffer, GLint drawbuffer, const GLint * value) argument
8353 GLTrace_glClearBufferuiv(GLenum buffer, GLint drawbuffer, const GLuint * value) argument
8394 GLTrace_glClearBufferfv(GLenum buffer, GLint drawbuffer, const GLfloat * value) argument
8435 GLTrace_glClearBufferfi(GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil) argument
13239 GLTrace_glBindVertexBuffer(GLuint bindingindex, GLuint buffer, GLintptr offset, GLsizei stride) argument
20592 GLTrace_glTexBufferEXT(GLenum target, GLenum internalformat, GLuint buffer) argument
20632 GLTrace_glTexBufferRangeEXT(GLenum target, GLenum internalformat, GLuint buffer, GLintptr offset, GLsizeiptr size) argument
[all...]

Completed in 1038 milliseconds

<<21