Searched refs:halDisplay (Results 1 – 3 of 3) sorted by relevance
52 sp<HalDisplay> halDisplay = new HalDisplay(mockHWDisplay); in LLVMFuzzerTestOneInput() local58 halDisplay->getHwDisplay(); in LLVMFuzzerTestOneInput()63 halDisplay->getDisplayInfo([](DisplayDesc desc) {}); in LLVMFuzzerTestOneInput()73 halDisplay->setDisplayState(static_cast<EvsDisplayState>(state)); in LLVMFuzzerTestOneInput()78 halDisplay->getDisplayState(); in LLVMFuzzerTestOneInput()83 halDisplay->getTargetBuffer([](const BufferDesc_1_0& buff) {}); in LLVMFuzzerTestOneInput()90 halDisplay->returnTargetBufferForDisplay(buffer); in LLVMFuzzerTestOneInput()95 halDisplay->getDisplayInfo_1_1([](const auto& config, const auto& state) {}); in LLVMFuzzerTestOneInput()101 halDisplay->toString(indent.c_str()); in LLVMFuzzerTestOneInput()
192 sp<HalDisplay> halDisplay = reinterpret_cast<HalDisplay *>(pActiveDisplay.get()); in closeDisplay() local193 mHwEnumerator->closeDisplay(halDisplay->getHwDisplay()); in closeDisplay()
516 sp<HalDisplay> halDisplay = reinterpret_cast<HalDisplay *>(pActiveDisplay.get()); in checkPermission() local517 mHwEnumerator->closeDisplay(halDisplay->getHwDisplay()); in checkPermission()