Searched defs:EvsGlDisplay (Results 1 - 2 of 2) sorted by relevance

/packages/services/Car/evs/sampleDriver/
H A DEvsGlDisplay.cpp17 #include "EvsGlDisplay.h"
31 EvsGlDisplay::EvsGlDisplay() { function in class:android::hardware::automotive::evs::V1_0::implementation::EvsGlDisplay
32 ALOGD("EvsGlDisplay instantiated");
41 EvsGlDisplay::~EvsGlDisplay() {
42 ALOGD("EvsGlDisplay being destroyed");
50 void EvsGlDisplay::forceShutdown()
52 ALOGD("EvsGlDisplay forceShutdown");
61 ALOGE("EvsGlDisplay goin
[all...]
H A DEvsGlDisplay.h34 class EvsGlDisplay : public IEvsDisplay { class in namespace:android::hardware::automotive::evs::V1_0::implementation
44 EvsGlDisplay();
45 virtual ~EvsGlDisplay() override;

Completed in 1040 milliseconds