Searched refs:bufferType (Results 1 – 8 of 8) sorted by relevance
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()
493 MetadataBufferType bufferType = *(MetadataBufferType *)src; in extractGraphicBuffer() local494 bool usingANWBuffer = bufferType == kMetadataBufferTypeANWBuffer; in extractGraphicBuffer()495 if (!usingANWBuffer && bufferType != kMetadataBufferTypeGrallocSource) { in extractGraphicBuffer()496 ALOGE("Unsupported metadata type (%d)", bufferType); in extractGraphicBuffer()
953 JType bufferType = bufferArgTypes.get(0); in emitJniCode() local954 if (bufferType.isTypedBuffer()) { in emitJniCode()955 String typedArrayType = getJniType(bufferType.getArrayTypeForTypedBuffer()); in emitJniCode()963 JType bufferType = bufferArgTypes.get(0); in emitJniCode() local964 if (bufferType.isTypedBuffer()) { in emitJniCode()965 String typedArrayType = getJniType(bufferType.getArrayTypeForTypedBuffer()); in emitJniCode()
87 public static void setBufferType(TextView view, TextView.BufferType bufferType) { in setBufferType() argument88 view.setText(view.getText(), bufferType); in setBufferType() local
1177 BufferType bufferType = BufferType.EDITABLE; in TextView() local1275 bufferType = BufferType.SPANNABLE; in TextView()1287 bufferType = BufferType.NORMAL; in TextView()1290 bufferType = BufferType.SPANNABLE; in TextView()1293 bufferType = BufferType.EDITABLE; in TextView()1305 if (bufferType == BufferType.NORMAL) in TextView()1306 bufferType = BufferType.SPANNABLE; in TextView()1401 setText(text, bufferType); in TextView()
315 field public static final int bufferType = 16843086; // 0x101014e
407 field public static final int bufferType = 16843086; // 0x101014e