Home
last modified time | relevance | path

Searched refs:mRecordAgent (Results 1 – 2 of 2) sorted by relevance

/hardware/google/aemu/host-common/
DMultiDisplay.cpp55 mRecordAgent(recordAgent), in MultiDisplay()
356 RecorderStates states = mRecordAgent->getRecorderState(); in destroyDisplay()
358 mRecordAgent->stopRecording(); in destroyDisplay()
406 RecorderStates states = mRecordAgent->getRecorderState(); in setDisplayPose()
408 mRecordAgent->stopRecording(); in setDisplayPose()
/hardware/google/aemu/host-common/include/host-common/
DMultiDisplay.h140 const QAndroidRecordScreenAgent* mRecordAgent; variable