Home
last modified time | relevance | path

Searched refs:setIsRecording (Results 1 – 6 of 6) sorted by relevance

/aosp12/hardware/interfaces/tv/tuner/1.0/default/
H A DDvr.cpp119 mDemux->setIsRecording(mType == DvrType::RECORD); in start()
135 mDemux->setIsRecording(false); in stop()
H A DDemux.h92 void setIsRecording(bool isRecording);
H A DDemux.cpp363 void Demux::setIsRecording(bool isRecording) { in setIsRecording() function in android::hardware::tv::tuner::V1_0::implementation::Demux
/aosp12/hardware/interfaces/tv/tuner/1.1/default/
H A DDemux.h87 void setIsRecording(bool isRecording);
H A DDvr.cpp141 mDemux->setIsRecording(mType == DvrType::RECORD); in start()
156 mDemux->setIsRecording(false); in stop()
H A DDemux.cpp391 void Demux::setIsRecording(bool isRecording) { in setIsRecording() function in android::hardware::tv::tuner::V1_0::implementation::Demux