Home
last modified time | relevance | path

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

/hardware/interfaces/tv/tuner/1.0/default/
DDvr.cpp80 mDemux->setIsRecording(mIsRecordStarted | mIsRecordFilterAttached); in attachFilter()
113 mDemux->setIsRecording(mIsRecordStarted | mIsRecordFilterAttached); in detachFilter()
135 mIsRecordStarted = true; in start()
136 mDemux->setIsRecording(mIsRecordStarted | mIsRecordFilterAttached); in start()
151 mIsRecordStarted = false; in stop()
152 mDemux->setIsRecording(mIsRecordStarted | mIsRecordFilterAttached); in stop()
DDvr.h151 bool mIsRecordStarted = false; variable