OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mVideoStateMap
(Results
1 - 2
of
2
) sorted by null
/hardware/intel/img/hwcomposer/merrifield/common/base/
DisplayAnalyzer.cpp
71
mVideoStateMap
.clear();
80
mVideoStateMap
.clear();
129
if (
mVideoStateMap
.size() != 1) {
307
return (int)
mVideoStateMap
.size();
440
if (
mVideoStateMap
.size() == 1) {
454
int instanceID =
mVideoStateMap
.keyAt(0);
467
if (
mVideoStateMap
.size() == 1) {
512
if (
mVideoStateMap
.size() == 1) {
514
int instanceID =
mVideoStateMap
.keyAt(0);
527
mVideoStateMap
.removeItem(instanceID)
[
all
...]
DisplayAnalyzer.h
132
KeyedVector<int, int>
mVideoStateMap
;
Completed in 57 milliseconds