OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mCurrentConfig
(Results
1 - 8
of
8
) sorted by null
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/util/
MediaSizeUtils.java
93
private Configuration
mCurrentConfig
;
113
if (
mCurrentConfig
== null ||
114
(newConfig.diff(
mCurrentConfig
) & ActivityInfo.CONFIG_LOCALE) != 0) {
119
mCurrentConfig
= newConfig;
/hardware/intel/img/hwcomposer/merrifield/common/devices/
VirtualDevice.cpp
755
return
mCurrentConfig
.frameServerActive;
820
mCurrentConfig
= mNextConfig;
849
if (!
mCurrentConfig
.frameServerActive) {
869
if (
mCurrentConfig
.typeChangeListener != NULL &&
872
if (
mCurrentConfig
.typeChangeListener->shutdownVideo() != OK) {
890
if (analyzer->isVideoLayer(layer) && (
mCurrentConfig
.extendedModeEnabled || mDebugVspClear || analyzer->isProtectedLayer(layer))) {
891
if (
mCurrentConfig
.frameServerActive &&
mCurrentConfig
.extendedModeEnabled) {
918
if (
mCurrentConfig
.frameServerActive &&
mCurrentConfig
.extendedModeEnabled && mYuvLayer != -1)
[
all
...]
/hardware/intel/img/hwcomposer/merrifield/include/
VirtualDevice.h
102
Configuration
mCurrentConfig
;
/frameworks/base/core/java/android/app/
ActivityThread.java
[
all
...]
Activity.java
[
all
...]
/external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar
android-all-4.2.2_r1.2-robolectric-0.jar
android-all-4.3_r2-robolectric-0.jar
Completed in 298 milliseconds