OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mHwcLayers
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/services/surfaceflinger/
Layer.h
362
if (
mHwcLayers
.count(hwcId) == 0) {
365
if (
mHwcLayers
[hwcId].layer->isAbandoned()) {
367
mHwcLayers
.erase(hwcId);
374
if (
mHwcLayers
.count(hwcId) == 0) {
377
return
mHwcLayers
[hwcId].layer;
382
mHwcLayers
[hwcId].layer = layer;
384
mHwcLayers
.erase(hwcId);
592
std::unordered_map<int32_t, HWCInfo>
mHwcLayers
;
Layer.cpp
198
if (
mHwcLayers
.empty()) {
508
auto& hwcInfo =
mHwcLayers
[hwcId];
679
if (
mHwcLayers
.count(hwcId) == 0) {
684
mHwcLayers
[hwcId].forceClientComposition = true;
696
auto& hwcLayer =
mHwcLayers
[hwcId].layer;
725
if (
mHwcLayers
[hwcId].forceClientComposition ||
798
if (
mHwcLayers
.count(hwcId) == 0 ||
822
auto error =
mHwcLayers
[hwcId].layer->setCursorPosition(position.left,
[
all
...]
Completed in 34 milliseconds