OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mBufferType
(Results
1 - 7
of
7
) sorted by null
/frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/vo/
TextViewBindingObject.java
63
private TextView.BufferType
mBufferType
= TextView.BufferType.NORMAL;
127
return
mBufferType
;
266
mBufferType
= TextView.BufferType.SPANNABLE;
/frameworks/wilhelm/src/itf/
IAndroidBufferQueue.c
322
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
) {
IEngine.c
66
ap->mAndroidBufferQueue.
mBufferType
= kAndroidBufferTypeMpeg2Ts;
73
ap->mAndroidBufferQueue.
mBufferType
= kAndroidBufferTypeAacadts;
75
ap->mAndroidBufferQueue.
mBufferType
= kAndroidBufferTypeInvalid;
81
ap->mAndroidBufferQueue.
mBufferType
= kAndroidBufferTypeInvalid;
[
all
...]
/frameworks/wilhelm/src/
itfstruct.h
679
AndroidBufferType_type
mBufferType
;
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
OMXCapture.cpp
[
all
...]
/hardware/ti/omap4-aah/camera/inc/OMXCameraAdapter/
OMXCameraAdapter.h
355
CameraBufferType
mBufferType
;
[
all
...]
/frameworks/base/core/java/android/widget/
TextView.java
561
private BufferType
mBufferType
= BufferType.NORMAL;
[
all
...]
Completed in 435 milliseconds