Home
last modified time | relevance | path

Searched refs:bufferType (Results 1 – 11 of 11) sorted by relevance

/frameworks/av/media/libmedia/
DOMXBuffer.cpp115 BufferType bufferType = (BufferType) parcel->readInt32(); in readFromParcel() local
116 CHECK(bufferType != kBufferTypeHidlMemory); in readFromParcel()
118 switch(bufferType) { in readFromParcel()
171 mBufferType = bufferType; in readFromParcel()
/frameworks/base/core/tests/coretests/src/android/widget/
DTextViewFallbackLineSpacingTest.java69 BufferType bufferType) { in TextViewFallbackLineSpacingTest() argument
71 mBufferType = bufferType; in TextViewFallbackLineSpacingTest()
/frameworks/wilhelm/src/itf/
DIAndroidBufferQueue.cpp56 SLuint16 bufferType, AdvancedBufferHeader *pBuff, bool *pEOS) in setItems() argument
59 switch (bufferType) { in setItems()
93 switch (bufferType) { in setItems()
188 switch (bufferType) { in setItems()
/frameworks/rs/
DrsMesh.cpp223 const Type *bufferType = mHal.state.vertexBuffers[ct]->getType(); in computeBBox() local
224 const Element *bufferElem = bufferType->getElement(); in computeBBox()
235 numVerts = bufferType->getDimX(); in computeBBox()
/frameworks/av/media/libstagefright/omx/
DSoftVideoEncoderOMXComponent.cpp528 MetadataBufferType bufferType = *(MetadataBufferType *)src; in extractGraphicBuffer() local
529 bool usingANWBuffer = bufferType == kMetadataBufferTypeANWBuffer; in extractGraphicBuffer()
530 if (!usingANWBuffer && bufferType != kMetadataBufferTypeGrallocSource) { in extractGraphicBuffer()
531 ALOGE("Unsupported metadata type (%d)", bufferType); in extractGraphicBuffer()
/frameworks/native/opengl/tools/glgen/src/
DJniCodeEmitter.java1021 JType bufferType = bufferArgTypes.get(0); in emitJniCode() local
1022 if (bufferType.isTypedBuffer()) { in emitJniCode()
1023 String typedArrayType = getJniType(bufferType.getArrayTypeForTypedBuffer()); in emitJniCode()
1031 JType bufferType = bufferArgTypes.get(0); in emitJniCode() local
1032 if (bufferType.isTypedBuffer()) { in emitJniCode()
1033 String typedArrayType = getJniType(bufferType.getArrayTypeForTypedBuffer()); in emitJniCode()
/frameworks/base/core/java/android/widget/
DTextView.java1411 BufferType bufferType = BufferType.EDITABLE;
1513 bufferType = BufferType.SPANNABLE;
1521 bufferType = BufferType.NORMAL;
1524 bufferType = BufferType.SPANNABLE;
1527 bufferType = BufferType.EDITABLE;
1541 if (bufferType == BufferType.NORMAL) {
1542 bufferType = BufferType.SPANNABLE;
1621 setText(text, bufferType);
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt351 field public static final int bufferType = 16843086; // 0x101014e
/frameworks/base/non-updatable-api/
Dcurrent.txt358 field public static final int bufferType = 16843086; // 0x101014e
/frameworks/base/api/
Dcurrent.txt358 field public static final int bufferType = 16843086; // 0x101014e
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt89974 Lcom/android/internal/R$attr;->bufferType:I