Searched refs:frontendEventType (Results 1 – 10 of 10) sorted by relevance
123 ::ndk::ScopedAStatus TunerFrontend::FrontendCallback::onEvent(FrontendEventType frontendEventType) { in onEvent() argument124 ALOGV("FrontendCallback::onEvent, type=%d", frontendEventType); in onEvent()126 mTunerFrontendCallback->onEvent(frontendEventType); in onEvent()
76 ::ndk::ScopedAStatus onEvent(FrontendEventType frontendEventType) override;
32 void onEvent(in FrontendEventType frontendEventType); in onEvent() argument
31 virtual void onEvent(FrontendEventType frontendEventType);
185 Status TunerFrontendCallback::onEvent(FrontendEventType frontendEventType) { in onEvent() argument187 mFrontendClientCallback->onEvent(frontendEventType); in onEvent()
54 Status onEvent(FrontendEventType frontendEventType);
101 virtual Return<void> onEvent(HidlFrontendEventType frontendEventType);
400 Return<void> TunerHidlFrontend::FrontendCallback::onEvent(HidlFrontendEventType frontendEventType) { in onEvent() argument401 ALOGV("FrontendCallback::onEvent, type=%d", frontendEventType); in onEvent()402 mTunerFrontendCallback->onEvent(static_cast<FrontendEventType>(frontendEventType)); in onEvent()
186 virtual void onEvent(FrontendEventType frontendEventType);
1115 void FrontendClientCallbackImpl::onEvent(FrontendEventType frontendEventType) { in onEvent() argument1116 ALOGV("FrontendClientCallbackImpl::onEvent, type=%d", frontendEventType); in onEvent()1126 (jint)frontendEventType); in onEvent()