Searched refs:halDisplay (Results 1 – 5 of 5) sorted by relevance
53 sp<HalDisplay> halDisplay = new HalDisplay(mockHWDisplay); in LLVMFuzzerTestOneInput() local59 halDisplay->getHwDisplay(); in LLVMFuzzerTestOneInput()64 halDisplay->getDisplayInfo([](DisplayDesc desc) {}); in LLVMFuzzerTestOneInput()74 halDisplay->setDisplayState(static_cast<DisplayState>(state)); in LLVMFuzzerTestOneInput()79 halDisplay->getDisplayState(); in LLVMFuzzerTestOneInput()84 halDisplay->getTargetBuffer([](const BufferDesc_1_0& buff) {}); in LLVMFuzzerTestOneInput()91 halDisplay->returnTargetBufferForDisplay(buffer); in LLVMFuzzerTestOneInput()96 halDisplay->getDisplayInfo_1_1([](const auto& config, const auto& state) {}); in LLVMFuzzerTestOneInput()102 halDisplay->toString(indent.c_str()); in LLVMFuzzerTestOneInput()
53 std::shared_ptr<HalDisplay> halDisplay = ndk::SharedRefBase::make<HalDisplay>(mockHwDisplay); in LLVMFuzzerTestOneInput() local60 halDisplay->getDisplayInfo(&desc); in LLVMFuzzerTestOneInput()68 halDisplay->setDisplayState(static_cast<DisplayState>(state)); in LLVMFuzzerTestOneInput()74 halDisplay->getDisplayState(&state); in LLVMFuzzerTestOneInput()80 halDisplay->getTargetBuffer(&displayBuffer); in LLVMFuzzerTestOneInput()87 halDisplay->returnTargetBufferForDisplay(buffer); in LLVMFuzzerTestOneInput()93 halDisplay->toString(indent.c_str()); in LLVMFuzzerTestOneInput()
185 sp<HalDisplay> halDisplay = reinterpret_cast<HalDisplay*>(pActiveDisplay.get()); in closeDisplay() local186 mHwEnumerator->closeDisplay(halDisplay->getHwDisplay()); in closeDisplay()
546 HalDisplay* halDisplay = reinterpret_cast<HalDisplay*>(pActiveDisplay.get()); in closeDisplay() local547 mHwEnumerator->closeDisplay(halDisplay->getHwDisplay()); in closeDisplay()
538 sp<HalDisplay> halDisplay = reinterpret_cast<HalDisplay*>(pActiveDisplay.get()); in closeDisplay() local539 mServiceFactory->getService()->closeDisplay(halDisplay->getHwDisplay()); in closeDisplay()