Searched refs:sInternalDisplayId (Results 1 – 2 of 2) sorted by relevance
50 uint64_t EvsEnumerator::sInternalDisplayId; member in android::hardware::automotive::evs::V1_1::implementation::EvsEnumerator221 sInternalDisplayId = displayIds[0]; in enumerateDisplays()348 pActiveDisplay = new EvsGlDisplay(sDisplayProxy, sInternalDisplayId); in openDisplay()513 ids[i++] = sInternalDisplayId & 0xF; in getDisplayIdList()515 if (sInternalDisplayId != id) { in getDisplayIdList()
116 static uint64_t sInternalDisplayId; variable