Home
last modified time | relevance | path

Searched refs:EvsGlDisplay (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/automotive/evs/aidl/impl/default/src/
DEvsGlDisplay.cpp53 EvsGlDisplay::EvsGlDisplay(const std::shared_ptr<ICarDisplayProxy>& pDisplayProxy, in EvsGlDisplay() function in aidl::android::hardware::automotive::evs::implementation::EvsGlDisplay
71 EvsGlDisplay::~EvsGlDisplay() { in ~EvsGlDisplay()
79 void EvsGlDisplay::forceShutdown() { in forceShutdown()
110 bool EvsGlDisplay::initializeGlContextLocked() { in initializeGlContextLocked()
171 void EvsGlDisplay::renderFrames() { in renderFrames()
238 ScopedAStatus EvsGlDisplay::getDisplayInfo(DisplayDesc* _aidl_return) { in getDisplayInfo()
268 ScopedAStatus EvsGlDisplay::setDisplayState(DisplayState state) { in setDisplayState()
308 ScopedAStatus EvsGlDisplay::getDisplayState(DisplayState* _aidl_return) { in getDisplayState()
321 ScopedAStatus EvsGlDisplay::getTargetBuffer(BufferDesc* _aidl_return) { in getTargetBuffer()
370 ScopedAStatus EvsGlDisplay::returnTargetBufferForDisplay(const BufferDesc& buffer) { in returnTargetBufferForDisplay()
DEvsEnumerator.cpp323 std::shared_ptr<EvsGlDisplay> pActiveDisplay = existing_display_search->displayWeak.lock(); in openDisplay()
341 std::shared_ptr<EvsGlDisplay> pActiveDisplay = in openDisplay()
342 ndk::SharedRefBase::make<EvsGlDisplay>(sDisplayProxy, targetDisplayId); in openDisplay()
540 const std::shared_ptr<EvsGlDisplay>& display) { in tryInsert()
/hardware/interfaces/automotive/evs/aidl/impl/default/include/
DEvsGlDisplay.h32 class EvsGlDisplay final : public BnEvsDisplay {
43 EvsGlDisplay(const std::shared_ptr<automotivedisplay::ICarDisplayProxy>& service,
45 virtual ~EvsGlDisplay() override;
DEvsEnumerator.h85 std::weak_ptr<EvsGlDisplay> displayWeak;
95 bool tryInsert(int32_t id, const std::shared_ptr<EvsGlDisplay>& display);