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

  /packages/services/Car/evs/app/
evs_app.cpp 121 android::sp <IEvsDisplay> pDisplay;
122 pDisplay = pEvs->openDisplay();
123 if (pDisplay.get() == nullptr) {
153 EvsStateControl *pStateController = new EvsStateControl(pVnet, pEvs, pDisplay, config);
  /hardware/interfaces/automotive/evs/1.0/vts/functional/
VtsHalEvsV1_0TargetTest.cpp 199 sp<IEvsDisplay> pDisplay = pEnumerator->openDisplay();
200 ASSERT_NE(pDisplay, nullptr);
203 pDisplay->getDisplayInfo([](DisplayDesc desc) {
208 pEnumerator->closeDisplay(pDisplay);
214 sp<IEvsDisplay> pDisplay = pEnumerator->openDisplay();
215 ASSERT_NE(pDisplay, nullptr);
222 Return<DisplayState> badResult = pDisplay->getDisplayState();
230 sp<IEvsDisplay> pDisplay = pEnumerator->openDisplay();
231 ASSERT_NE(pDisplay, nullptr);
233 pEnumerator->closeDisplay(pDisplay);
    [all...]

Completed in 52 milliseconds