Searched refs:bufferType (Results 1 - 6 of 6) sorted by relevance

/frameworks/wilhelm/src/itf/
H A DIAndroidBufferQueue.c56 SLuint16 bufferType, AdvancedBufferHeader *pBuff, bool *pEOS)
59 switch (bufferType) {
93 switch (bufferType) {
180 }// switch (bufferType)
188 switch (bufferType) {
54 setItems(SLuint32 dataLength, const SLAndroidBufferItem *pItems, SLuint32 itemsLength, SLuint16 bufferType, AdvancedBufferHeader *pBuff, bool *pEOS) argument
/frameworks/rs/
H A DrsMesh.cpp223 const Type *bufferType = mHal.state.vertexBuffers[ct]->getType(); local
224 const Element *bufferElem = bufferType->getElement();
235 numVerts = bufferType->getDimX();
/frameworks/av/media/libstagefright/omx/
H A DSoftVideoEncoderOMXComponent.cpp493 MetadataBufferType bufferType = *(MetadataBufferType *)src; local
494 bool usingANWBuffer = bufferType == kMetadataBufferTypeANWBuffer;
495 if (!usingANWBuffer && bufferType != kMetadataBufferTypeGrallocSource) {
496 ALOGE("Unsupported metadata type (%d)", bufferType);
/frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
H A DTextViewBindingAdapter.java86 @BindingAdapter({"android:bufferType"})
87 public static void setBufferType(TextView view, TextView.BufferType bufferType) { argument
88 view.setText(view.getText(), bufferType);
/frameworks/native/opengl/tools/glgen/src/
H A DJniCodeEmitter.java953 JType bufferType = bufferArgTypes.get(0);
954 if (bufferType.isTypedBuffer()) {
955 String typedArrayType = getJniType(bufferType.getArrayTypeForTypedBuffer());
963 JType bufferType = bufferArgTypes.get(0);
964 if (bufferType.isTypedBuffer()) {
965 String typedArrayType = getJniType(bufferType.getArrayTypeForTypedBuffer());
/frameworks/base/core/java/android/widget/
H A DTextView.java1177 BufferType bufferType = BufferType.EDITABLE;
1275 bufferType = BufferType.SPANNABLE;
1287 bufferType = BufferType.NORMAL;
1290 bufferType = BufferType.SPANNABLE;
1293 bufferType = BufferType.EDITABLE;
1305 if (bufferType == BufferType.NORMAL)
1306 bufferType = BufferType.SPANNABLE;
1401 setText(text, bufferType);

Completed in 689 milliseconds