Home
last modified time | relevance | path

Searched refs:getVideoSourceInfo (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/img/hwcomposer/merrifield/common/observers/
DMultiDisplayObserver.h71 status_t getVideoSourceInfo(int sessionID, VideoSourceInfo* info);
126 status_t getVideoSourceInfo(int sessionID, VideoSourceInfo* info) { return INVALID_OPERATION; } in getVideoSourceInfo() function
DMultiDisplayObserver.cpp360 status_t MultiDisplayObserver::getVideoSourceInfo(int sessionID, VideoSourceInfo* info) in getVideoSourceInfo() function in android::intel::MultiDisplayObserver
374 status_t ret = mMDSInfoProvider->getVideoSourceInfo(sessionID, &videoInfo); in getVideoSourceInfo()
/hardware/intel/img/hwcomposer/merrifield/common/base/
DDisplayAnalyzer.cpp455 status_t err = hwc->getMultiDisplayObserver()->getVideoSourceInfo( in handleHotplugEvent()
515 status_t err = hwc->getMultiDisplayObserver()->getVideoSourceInfo( in handleTimingEvent()
573 hwc->getMultiDisplayObserver()->getVideoSourceInfo( in handleVideoEvent()