Searched refs:frontendEventType (Results 1 – 13 of 13) sorted by relevance
23 * @param frontendEventType the event type.25 oneway onEvent(FrontendEventType frontendEventType);
30 void onEvent(in int frontendEventType); in onEvent() argument
31 virtual void onEvent(FrontendEventType frontendEventType);
77 Status onEvent(int frontendEventType);98 virtual Return<void> onEvent(FrontendEventType frontendEventType);
1034 Status TunerFrontendCallback::onEvent(int frontendEventType) { in onEvent() argument1036 mFrontendClientCallback->onEvent(static_cast<FrontendEventType>(frontendEventType)); in onEvent()1064 Return<void> HidlFrontendCallback::onEvent(FrontendEventType frontendEventType) { in onEvent() argument1066 mFrontendClientCallback->onEvent(frontendEventType); in onEvent()
19 Return<void> FrontendCallback::onEvent(FrontendEventType frontendEventType) { in onEvent() argument21 ALOGD("[vts] frontend event received. Type: %d", frontendEventType); in onEvent()24 switch (frontendEventType) { in onEvent()
75 virtual Return<void> onEvent(FrontendEventType frontendEventType) override;
74 virtual Return<void> onEvent(FrontendEventType frontendEventType) override;
84 virtual Return<void> onEvent(FrontendEventType frontendEventType);
349 Return<void> TunerFrontend::FrontendCallback::onEvent(FrontendEventType frontendEventType) { in onEvent() argument350 ALOGD("FrontendCallback::onEvent, type=%d", frontendEventType); in onEvent()351 mTunerFrontendCallback->onEvent((int)frontendEventType); in onEvent()
162 virtual void onEvent(FrontendEventType frontendEventType);
898 void FrontendClientCallbackImpl::onEvent(FrontendEventType frontendEventType) { in onEvent() argument899 ALOGD("FrontendClientCallbackImpl::onEvent, type=%d", frontendEventType); in onEvent()906 (jint)frontendEventType); in onEvent()