Home
last modified time | relevance | path

Searched refs:onEvent (Results 1 – 24 of 24) 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/qcom/sdm845/data/ipacfg-mgr/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/qcom/sm8150/data/ipacfg-mgr/hal/src/
DIpaEventRelay.cpp50 auto ret = mFramework->onEvent(OffloadCallbackEvent::OFFLOAD_STARTED); in onOffloadStarted()
66 auto ret = mFramework->onEvent(OffloadCallbackEvent::OFFLOAD_STOPPED_ERROR); in onOffloadStopped()
72 auto ret = mFramework->onEvent(OffloadCallbackEvent::OFFLOAD_STOPPED_UNSUPPORTED); in onOffloadStopped()
84 auto ret = mFramework->onEvent(OffloadCallbackEvent::OFFLOAD_SUPPORT_AVAILABLE); in onOffloadSupportAvailable()
92 auto ret = mFramework->onEvent(OffloadCallbackEvent::OFFLOAD_STOPPED_LIMIT_REACHED); in onLimitReached()
/hardware/interfaces/cas/1.1/default/
DCasImpl.cpp50 casImpl->onEvent(event, arg, data, size); in OnEvent()
61 casImpl->onEvent(sessionId, event, arg, data, size); in CallBackExt()
70 void CasImpl::onEvent(int32_t event, int32_t arg, uint8_t* data, size_t size) { in onEvent() function in android::hardware::cas::V1_1::implementation::CasImpl
80 mListener->onEvent(event, arg, eventData); in onEvent()
83 void CasImpl::onEvent(const CasSessionId* sessionId, int32_t event, int32_t arg, uint8_t* data, in onEvent() function in android::hardware::cas::V1_1::implementation::CasImpl
97 mListener->onEvent(event, arg, eventData); in onEvent()
DCasImpl.h49 void onEvent(int32_t event, int32_t arg, uint8_t* data, size_t size);
51 void onEvent(const CasSessionId* sessionId, int32_t event, int32_t arg, uint8_t* data,
DMediaCasService.cpp45 virtual Return<void> onEvent(int32_t event, int32_t arg, in onEvent() function in android::hardware::cas::V1_1::implementation::Wrapper
47 mImpl->onEvent(event, arg, data); in onEvent()
/hardware/interfaces/cas/1.2/default/
DCasImpl.cpp51 casImpl->onEvent(event, arg, data, size); in OnEvent()
62 casImpl->onEvent(sessionId, event, arg, data, size); in CallBackExt()
81 void CasImpl::onEvent(int32_t event, int32_t arg, uint8_t* data, size_t size) { in onEvent() function in android::hardware::cas::V1_1::implementation::CasImpl
91 mListener->onEvent(event, arg, eventData); in onEvent()
94 void CasImpl::onEvent(const CasSessionId* sessionId, int32_t event, int32_t arg, uint8_t* data, in onEvent() function in android::hardware::cas::V1_1::implementation::CasImpl
108 mListener->onEvent(event, arg, eventData); in onEvent()
DCasImpl.h55 void onEvent(int32_t event, int32_t arg, uint8_t* data, size_t size);
57 void onEvent(const CasSessionId* sessionId, int32_t event, int32_t arg, uint8_t* data,
DMediaCasService.cpp46 virtual Return<void> onEvent(int32_t event, int32_t arg, in onEvent() function in android::hardware::cas::V1_1::implementation::Wrapper
48 mImpl->onEvent(event, arg, data); in onEvent()
/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/sensors/common/vts/utils/include/sensors-vts-utils/
DSensorsHidlEnvironmentBase.h32 virtual void onEvent(const ::android::hardware::sensors::V1_0::Event& event) = 0;
/hardware/interfaces/sensors/common/vts/utils/
DSensorsHidlEnvironmentBase.cpp57 mCallback->onEvent(ev); in addEvent()
/hardware/interfaces/cas/1.0/
DICasListener.hal27 onEvent(int32_t event, int32_t arg, vec<uint8_t> data);
/hardware/interfaces/tv/tuner/1.0/default/
DFrontend.cpp69 mCallback->onEvent(FrontendEventType::LOCKED); in tune()
/hardware/interfaces/tv/tuner/1.0/
DIFrontendCallback.hal25 oneway onEvent(FrontendEventType frontendEventType);
DILnbCallback.hal25 oneway onEvent(LnbEventType lnbEventType);
/hardware/interfaces/tetheroffload/control/1.0/
DITetheringOffloadCallback.hal28 oneway onEvent(OffloadCallbackEvent event);
/hardware/interfaces/cas/1.1/vts/functional/
DVtsHalCasV1_1TargetTest.cpp171 virtual Return<void> onEvent(int32_t event, int32_t arg, in onEvent() function in __anon6524abfa0111::MediaCasListener
/hardware/interfaces/tetheroffload/control/1.0/vts/functional/
DVtsHalTetheroffloadControlV1_0TargetTest.cpp208 Return<void> onEvent(OffloadCallbackEvent event) override { in onEvent() function in OffloadControlHidlTestBase::TetheringOffloadCallback
/hardware/interfaces/cas/1.2/vts/functional/
DVtsHalCasV1_2TargetTest.cpp175 virtual Return<void> onEvent(int32_t event, int32_t arg, in onEvent() function in __anon0db4bb1c0111::MediaCasListener
/hardware/interfaces/cas/1.0/vts/functional/
DVtsHalCasV1_0TargetTest.cpp167 virtual Return<void> onEvent(int32_t event, int32_t arg, in onEvent() function in __anonbc949cd80111::MediaCasListener
/hardware/interfaces/sensors/2.0/vts/functional/
DVtsHalSensorsV2_0TargetTest.cpp57 void onEvent(const ::android::hardware::sensors::V1_0::Event& event) override { in onEvent() function in EventCallback
/hardware/interfaces/tv/tuner/1.0/vts/functional/
DVtsHalTvTunerV1_0TargetTest.cpp177 virtual Return<void> onEvent(FrontendEventType frontendEventType) override { in onEvent() function in __anon08a452290111::FrontendCallback