Home
last modified time | relevance | path

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

/aosp14/frameworks/base/media/jni/
H A Dandroid_media_tv_Tuner.h95 struct DvrClientCallbackImpl : public DvrClientCallback { struct
96 ~DvrClientCallbackImpl();
H A Dandroid_media_tv_Tuner.cpp419 void DvrClientCallbackImpl::onRecordStatus(RecordStatus status) { in onRecordStatus()
431 void DvrClientCallbackImpl::onPlaybackStatus(PlaybackStatus status) { in onPlaybackStatus()
443 void DvrClientCallbackImpl::setDvr(jweak dvrObj) { in setDvr()
448 DvrClientCallbackImpl::~DvrClientCallbackImpl() { in ~DvrClientCallbackImpl()
2114 sp<DvrClientCallbackImpl> callback = new DvrClientCallbackImpl(); in openDvr()