Searched refs:mIsRecordStarted (Results 1 – 2 of 2) sorted by relevance
80 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()
151 bool mIsRecordStarted = false; variable