Searched refs:mBufferType (Results 1 - 4 of 4) sorted by relevance

/frameworks/wilhelm/src/itf/
H A DIAndroidBufferQueue.c322 switch (thiz->mBufferType) {
371 result = setItems(dataLength, pItems, itemsLength, thiz->mBufferType, oldRear,
481 thiz->mBufferType = kAndroidBufferTypeInvalid;
511 switch (thiz->mBufferType) {
525 SL_LOGI(" mCallbackEventsMask=0x%x, mBufferType=0x%x (%s), mEOS=%s",
527 thiz->mBufferType, bufferTypeString,
538 switch (thiz->mBufferType) {
H A DIEngine.c65 ap->mAndroidBufferQueue.mBufferType = kAndroidBufferTypeMpeg2Ts;
72 ap->mAndroidBufferQueue.mBufferType = kAndroidBufferTypeAacadts;
74 ap->mAndroidBufferQueue.mBufferType = kAndroidBufferTypeInvalid;
80 ap->mAndroidBufferQueue.mBufferType = kAndroidBufferTypeInvalid;
1189 thiz->mAndroidBufferQueue.mBufferType = kAndroidBufferTypeMpeg2Ts;
1202 thiz->mAndroidBufferQueue.mBufferType = kAndroidBufferTypeInvalid;
/frameworks/wilhelm/src/
H A Ditfstruct.h672 AndroidBufferType_type mBufferType; member in struct:__anon1681
/frameworks/base/core/java/android/widget/
H A DTextView.java327 private BufferType mBufferType = BufferType.NORMAL; field in class:TextView
3400 setText(text, mBufferType);
3413 setTextKeepState(text, mBufferType);
3522 mBufferType = type;
3613 setText(mCharWrapper, mBufferType, false, oldlen);

Completed in 65 milliseconds