OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getDisplayType
(Results
1 - 14
of
14
) sorted by null
/frameworks/native/services/surfaceflinger/
DisplayDevice.h
140
int32_t
getDisplayType
() const { return mType; }
SurfaceFlinger.cpp
667
ALOGD("Set active config mode=%d, type=%d flinger=%p", mode, hw->
getDisplayType
(),
669
int32_t type = hw->
getDisplayType
();
673
ALOGD("Screen type=%d is already mode=%d", hw->
getDisplayType
(), mode);
707
} else if (hw->
getDisplayType
() >= DisplayDevice::DISPLAY_VIRTUAL) {
759
ALOGD("Set active color mode=%d, type=%d flinger=%p", mode, hw->
getDisplayType
(),
761
int32_t type = hw->
getDisplayType
();
765
ALOGD("Screen type=%d is already in color mode=%d", hw->
getDisplayType
(), mode);
802
} else if (hw->
getDisplayType
() >= DisplayDevice::DISPLAY_VIRTUAL) {
[
all
...]
SurfaceFlinger_hwc1.cpp
581
int32_t type =
getDisplayType
(display);
691
ALOGD("Set active config mode=%d, type=%d flinger=%p", mode, hw->
getDisplayType
(),
693
int32_t type = hw->
getDisplayType
();
697
ALOGD("Screen type=%d is already mode=%d", hw->
getDisplayType
(), mode);
730
} else if (hw->
getDisplayType
() >= DisplayDevice::DISPLAY_VIRTUAL) {
750
int32_t type =
getDisplayType
(display);
767
int32_t type =
getDisplayType
(display);
779
int32_t type =
getDisplayType
(display);
[
all
...]
SurfaceFlinger.h
380
int32_t
getDisplayType
(const sp<IBinder>& display) {
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
FormPageDisplayer.java
71
int
getDisplayType
();
145
switch (formPageInfo.
getDisplayType
()) {
WifiMultiPagedFormActivity.java
119
if (formPageType.
getDisplayType
() == FormPageDisplayer.DISPLAY_TYPE_LOADING) {
WifiFormPageType.java
182
public int
getDisplayType
() {
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
AttachmentTile.java
135
mDisplayType = AttachmentUtils.
getDisplayType
(getContext(), attachment);
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
AttachmentUtils.java
87
public static String
getDisplayType
(final Context context, final Attachment attachment) {
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
MessageAttachmentBar.java
155
AttachmentUtils.
getDisplayType
(getContext(), attachment));
/prebuilts/devtools/tools/lib/
ddmuilib.jar
/prebuilts/gradle-plugin/com/android/tools/ddms/ddmuilib/24.4.0-beta6/
ddmuilib-24.4.0-beta6.jar
/prebuilts/gradle-plugin/com/android/tools/ddms/ddmuilib/24.5.0/
ddmuilib-24.5.0.jar
/prebuilts/gradle-plugin/com/android/tools/ddms/ddmuilib/25.0.0-alpha1/
ddmuilib-25.0.0-alpha1.jar
Completed in 4004 milliseconds