Home
last modified time | relevance | path

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

/frameworks/base/media/jni/
Dandroid_media_tv_Tuner.h183 struct FrontendClientCallbackImpl : public FrontendClientCallback { struct
184 FrontendClientCallbackImpl(JTuner*, jweak);
185 ~FrontendClientCallbackImpl();
254 sp<FrontendClientCallbackImpl> mFeClientCb;
Dandroid_media_tv_Tuner.cpp1091 FrontendClientCallbackImpl::FrontendClientCallbackImpl(JTuner* jtuner, jweak listener) { in FrontendClientCallbackImpl() function in android::FrontendClientCallbackImpl
1096 void FrontendClientCallbackImpl::addCallbackListener(JTuner* jtuner, jweak listener) { in addCallbackListener()
1105 void FrontendClientCallbackImpl::removeCallbackListener(JTuner* listener) { in removeCallbackListener()
1115 void FrontendClientCallbackImpl::onEvent(FrontendEventType frontendEventType) { in onEvent()
1134 void FrontendClientCallbackImpl::onScanMessage( in onScanMessage()
1152 void FrontendClientCallbackImpl::executeOnScanMessage( in executeOnScanMessage()
1357 FrontendClientCallbackImpl::~FrontendClientCallbackImpl() { in ~FrontendClientCallbackImpl()
1473 mFeClientCb = new FrontendClientCallbackImpl(this, mObject); in openFrontendByHandle()