Searched refs:onEvent (Results 1 – 7 of 7) sorted by relevance
50 mFramework->onEvent(OffloadCallbackEvent::OFFLOAD_STARTED); in onOffloadStarted()64 mFramework->onEvent(OffloadCallbackEvent::OFFLOAD_STOPPED_ERROR); in onOffloadStopped()67 mFramework->onEvent(OffloadCallbackEvent::OFFLOAD_STOPPED_UNSUPPORTED); in onOffloadStopped()77 mFramework->onEvent(OffloadCallbackEvent::OFFLOAD_SUPPORT_AVAILABLE); in onOffloadSupportAvailable()82 mFramework->onEvent(OffloadCallbackEvent::OFFLOAD_STOPPED_LIMIT_REACHED); in onLimitReached()
56 casImpl->onEvent(event, arg, data, size); in OnEvent()65 void CasImpl::onEvent( in onEvent() function in android::hardware::cas::V1_0::implementation::CasImpl76 mListener->onEvent(event, arg, eventData); in onEvent()
47 void onEvent(
27 onEvent(int32_t event, int32_t arg, vec<uint8_t> data);
28 oneway onEvent(OffloadCallbackEvent event);
165 virtual Return<void> onEvent(int32_t event, int32_t arg, in onEvent() function in __anon3b7688170111::MediaCasListener
213 Return<void> onEvent(OffloadCallbackEvent event) override { in onEvent() function in OffloadControlHidlTestBase::TetheringOffloadCallback