OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:config_ids
(Results
1 - 1
of
1
) sorted by null
/external/drm_hwcomposer/
hwcomposer.cpp
123
std::vector<uint32_t>
config_ids
;
member in struct:android::hwc_drm_display
555
hd->
config_ids
.clear();
570
size_t idx = hd->
config_ids
.size();
573
hd->
config_ids
.push_back(mode.id());
576
*num_configs = hd->
config_ids
.size();
640
for (size_t i = 0; i < hd->
config_ids
.size(); ++i) {
641
if (hd->
config_ids
[i] == mode.id())
651
if (index >= (int)hd->
config_ids
.size()) {
667
if (conn_mode.id() == hd->
config_ids
[index]) {
672
if (mode.id() != hd->
config_ids
[index])
[
all
...]
Completed in 85 milliseconds