Searched refs:mBufferType (Results 1 – 5 of 5) sorted by relevance
/frameworks/wilhelm/src/itf/ |
D | IAndroidBufferQueue.c | 322 switch (thiz->mBufferType) { in IAndroidBufferQueue_Enqueue() 371 result = setItems(dataLength, pItems, itemsLength, thiz->mBufferType, oldRear, in IAndroidBufferQueue_Enqueue() 481 thiz->mBufferType = kAndroidBufferTypeInvalid; in IAndroidBufferQueue_init() 511 switch (thiz->mBufferType) { 527 thiz->mBufferType, bufferTypeString, 538 switch (thiz->mBufferType) {
|
D | IEngine.c | 66 ap->mAndroidBufferQueue.mBufferType = kAndroidBufferTypeMpeg2Ts; in initializeAndroidBufferQueueMembers() 73 ap->mAndroidBufferQueue.mBufferType = kAndroidBufferTypeAacadts; in initializeAndroidBufferQueueMembers() 75 ap->mAndroidBufferQueue.mBufferType = kAndroidBufferTypeInvalid; in initializeAndroidBufferQueueMembers() 81 ap->mAndroidBufferQueue.mBufferType = kAndroidBufferTypeInvalid; in initializeAndroidBufferQueueMembers() 1204 thiz->mAndroidBufferQueue.mBufferType = kAndroidBufferTypeMpeg2Ts; in IEngine_CreateMediaPlayer() 1216 thiz->mAndroidBufferQueue.mBufferType = kAndroidBufferTypeInvalid; in IEngine_CreateMediaPlayer()
|
/frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/vo/ |
D | TextViewBindingObject.java | 63 private TextView.BufferType mBufferType = TextView.BufferType.NORMAL; field in TextViewBindingObject 127 return mBufferType; in getBufferType() 266 mBufferType = TextView.BufferType.SPANNABLE; in changeValues()
|
/frameworks/wilhelm/src/ |
D | itfstruct.h | 674 AndroidBufferType_type mBufferType; member
|
/frameworks/base/core/java/android/widget/ |
D | TextView.java | 538 private BufferType mBufferType = BufferType.NORMAL; field in TextView 4174 setText(text, mBufferType); in setText() 4187 setTextKeepState(text, mBufferType); in setTextKeepState() 4297 mBufferType = type; in setText() 4390 setText(mCharWrapper, mBufferType, false, oldlen); in setText() 8919 if (mBufferType == BufferType.EDITABLE) { in onInitializeAccessibilityNodeInfoInternal()
|