Home
last modified time | relevance | path

Searched refs:kExclusiveMainDisplayId (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/services/Car/cpp/evs/manager/1.1/
H A DEnumerator.cpp54 constexpr int kExclusiveMainDisplayId = 255; variable
100 auto it = std::find(mDisplayPorts.begin(), mDisplayPorts.end(), kExclusiveMainDisplayId); in init()
102 LOG(WARNING) << kExclusiveMainDisplayId << " is reserved for the special purpose " in init()
553 if (id == kExclusiveMainDisplayId) { in openDisplay_1_1()
/aosp12/packages/services/Car/service/jni/evs/
H A DEvsServiceContext.h184 static constexpr uint8_t kExclusiveMainDisplayId = 0xFF; variable
H A DEvsServiceContext.cpp187 mDisplay = mService->openDisplay_1_1(EvsServiceContext::kExclusiveMainDisplayId); in acquireCameraAndDisplay()