Searched refs:bufferType (Results 1 – 11 of 11) sorted by relevance
115 BufferType bufferType = (BufferType) parcel->readInt32(); in readFromParcel() local116 CHECK(bufferType != kBufferTypeHidlMemory); in readFromParcel()118 switch(bufferType) { in readFromParcel()171 mBufferType = bufferType; in readFromParcel()
56 SLuint16 bufferType, AdvancedBufferHeader *pBuff, bool *pEOS) in setItems() argument59 switch (bufferType) { in setItems()93 switch (bufferType) { in setItems()188 switch (bufferType) { in setItems()
223 const Type *bufferType = mHal.state.vertexBuffers[ct]->getType(); in computeBBox() local224 const Element *bufferElem = bufferType->getElement(); in computeBBox()235 numVerts = bufferType->getDimX(); in computeBBox()
528 MetadataBufferType bufferType = *(MetadataBufferType *)src; in extractGraphicBuffer() local529 bool usingANWBuffer = bufferType == kMetadataBufferTypeANWBuffer; in extractGraphicBuffer()530 if (!usingANWBuffer && bufferType != kMetadataBufferTypeGrallocSource) { in extractGraphicBuffer()531 ALOGE("Unsupported metadata type (%d)", bufferType); in extractGraphicBuffer()
1002 JType bufferType = bufferArgTypes.get(0); in emitJniCode() local1003 if (bufferType.isTypedBuffer()) { in emitJniCode()1004 String typedArrayType = getJniType(bufferType.getArrayTypeForTypedBuffer()); in emitJniCode()1012 JType bufferType = bufferArgTypes.get(0); in emitJniCode() local1013 if (bufferType.isTypedBuffer()) { in emitJniCode()1014 String typedArrayType = getJniType(bufferType.getArrayTypeForTypedBuffer()); in emitJniCode()
110 public static void setBufferType(TextView view, TextView.BufferType bufferType) { in setBufferType() argument111 view.setText(view.getText(), bufferType); in setBufferType() local
1416 BufferType bufferType = BufferType.EDITABLE;1517 bufferType = BufferType.SPANNABLE;1525 bufferType = BufferType.NORMAL;1528 bufferType = BufferType.SPANNABLE;1531 bufferType = BufferType.EDITABLE;1545 if (bufferType == BufferType.NORMAL) {1546 bufferType = BufferType.SPANNABLE;1643 setText(text, bufferType);
351 field public static final int bufferType = 16843086; // 0x101014e
338 field public static final int bufferType = 16843086; // 0x101014e
468 field public static final int bufferType = 16843086; // 0x101014e