Home
last modified time | relevance | path

Searched refs:onEvent (Results 1 – 7 of 7) sorted by relevance

/hardware/qcom/data/ipacfg-mgr/msm8998/hal/src/
DIpaEventRelay.cpp50 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()
/hardware/interfaces/cas/1.0/default/
DCasImpl.cpp56 casImpl->onEvent(event, arg, data, size); in OnEvent()
65 void CasImpl::onEvent( in onEvent() function in android::hardware::cas::V1_0::implementation::CasImpl
76 mListener->onEvent(event, arg, eventData); in onEvent()
DCasImpl.h47 void onEvent(
/hardware/interfaces/cas/1.0/
DICasListener.hal27 onEvent(int32_t event, int32_t arg, vec<uint8_t> data);
/hardware/interfaces/tetheroffload/control/1.0/
DITetheringOffloadCallback.hal28 oneway onEvent(OffloadCallbackEvent event);
/hardware/interfaces/cas/1.0/vts/functional/
DVtsHalCasV1_0TargetTest.cpp165 virtual Return<void> onEvent(int32_t event, int32_t arg, in onEvent() function in __anon3b7688170111::MediaCasListener
/hardware/interfaces/tetheroffload/control/1.0/vts/functional/
DVtsHalTetheroffloadControlV1_0TargetTest.cpp213 Return<void> onEvent(OffloadCallbackEvent event) override { in onEvent() function in OffloadControlHidlTestBase::TetheringOffloadCallback