Searched refs:FrontendClientCallbackImpl (Results 1 – 2 of 2) sorted by relevance
183 struct FrontendClientCallbackImpl : public FrontendClientCallback { struct184 FrontendClientCallbackImpl(JTuner*, jweak);185 ~FrontendClientCallbackImpl();254 sp<FrontendClientCallbackImpl> mFeClientCb;
1091 FrontendClientCallbackImpl::FrontendClientCallbackImpl(JTuner* jtuner, jweak listener) { in FrontendClientCallbackImpl() function in android::FrontendClientCallbackImpl1096 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()