Searched refs:FrontendClientCallbackImpl (Results 1 – 2 of 2) sorted by relevance
182 struct FrontendClientCallbackImpl : public FrontendClientCallback { struct183 FrontendClientCallbackImpl(JTuner*, jweak);184 ~FrontendClientCallbackImpl();253 sp<FrontendClientCallbackImpl> mFeClientCb;
1072 FrontendClientCallbackImpl::FrontendClientCallbackImpl(JTuner* jtuner, jweak listener) { in FrontendClientCallbackImpl() function in android::FrontendClientCallbackImpl1077 void FrontendClientCallbackImpl::addCallbackListener(JTuner* jtuner, jweak listener) { in addCallbackListener()1086 void FrontendClientCallbackImpl::removeCallbackListener(JTuner* listener) { in removeCallbackListener()1096 void FrontendClientCallbackImpl::onEvent(FrontendEventType frontendEventType) { in onEvent()1115 void FrontendClientCallbackImpl::onScanMessage( in onScanMessage()1133 void FrontendClientCallbackImpl::executeOnScanMessage( in executeOnScanMessage()1338 FrontendClientCallbackImpl::~FrontendClientCallbackImpl() { in ~FrontendClientCallbackImpl()1454 mFeClientCb = new FrontendClientCallbackImpl(this, mObject); in openFrontendByHandle()