HomeSort by relevance Sort by last modified time
    Searched defs:getActiveConfigIndex (Results 1 - 2 of 2) sorted by null

  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer.cpp 321 int HWComposer::getActiveConfigIndex(int32_t displayId) const {
323 ALOGV("getActiveConfigIndex: Attempted to access invalid display %d", displayId);
327 auto error = mDisplayData[displayId].hwcDisplay->getActiveConfigIndex(&index);
329 ALOGE("getActiveConfigIndex: No config active, returning -1");
332 ALOGE("getActiveConfigIndex failed for display %d: %s (%d)", displayId,
336 ALOGE("getActiveConfigIndex returned an unknown config for display %d", displayId);
HWC2.cpp 342 Error Display::getActiveConfigIndex(int* outIndex) const {
343 ALOGV("[%" PRIu64 "] getActiveConfigIndex", mId);

Completed in 120 milliseconds