/hardware/qcom/data/ipacfg-mgr/msm8998/hal/src/ |
D | IpaEventRelay.cpp | 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()
|
/hardware/qcom/sdm845/data/ipacfg-mgr/hal/src/ |
D | IpaEventRelay.cpp | 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()
|
/hardware/qcom/sm8150/data/ipacfg-mgr/hal/src/ |
D | IpaEventRelay.cpp | 50 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/ |
D | CasImpl.cpp | 50 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()
|
D | CasImpl.h | 49 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,
|
D | MediaCasService.cpp | 45 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/ |
D | CasImpl.cpp | 51 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()
|
D | CasImpl.h | 55 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,
|
D | MediaCasService.cpp | 46 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/ |
D | CasImpl.cpp | 56 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()
|
D | CasImpl.h | 47 void onEvent(
|
/hardware/interfaces/sensors/common/vts/utils/include/sensors-vts-utils/ |
D | SensorsHidlEnvironmentBase.h | 32 virtual void onEvent(const ::android::hardware::sensors::V1_0::Event& event) = 0;
|
/hardware/interfaces/sensors/common/vts/utils/ |
D | SensorsHidlEnvironmentBase.cpp | 57 mCallback->onEvent(ev); in addEvent()
|
/hardware/interfaces/cas/1.0/ |
D | ICasListener.hal | 27 onEvent(int32_t event, int32_t arg, vec<uint8_t> data);
|
/hardware/interfaces/tv/tuner/1.0/default/ |
D | Frontend.cpp | 69 mCallback->onEvent(FrontendEventType::LOCKED); in tune()
|
/hardware/interfaces/tv/tuner/1.0/ |
D | IFrontendCallback.hal | 25 oneway onEvent(FrontendEventType frontendEventType);
|
D | ILnbCallback.hal | 25 oneway onEvent(LnbEventType lnbEventType);
|
/hardware/interfaces/tetheroffload/control/1.0/ |
D | ITetheringOffloadCallback.hal | 28 oneway onEvent(OffloadCallbackEvent event);
|
/hardware/interfaces/cas/1.1/vts/functional/ |
D | VtsHalCasV1_1TargetTest.cpp | 171 virtual Return<void> onEvent(int32_t event, int32_t arg, in onEvent() function in __anon6524abfa0111::MediaCasListener
|
/hardware/interfaces/tetheroffload/control/1.0/vts/functional/ |
D | VtsHalTetheroffloadControlV1_0TargetTest.cpp | 208 Return<void> onEvent(OffloadCallbackEvent event) override { in onEvent() function in OffloadControlHidlTestBase::TetheringOffloadCallback
|
/hardware/interfaces/cas/1.2/vts/functional/ |
D | VtsHalCasV1_2TargetTest.cpp | 175 virtual Return<void> onEvent(int32_t event, int32_t arg, in onEvent() function in __anon0db4bb1c0111::MediaCasListener
|
/hardware/interfaces/cas/1.0/vts/functional/ |
D | VtsHalCasV1_0TargetTest.cpp | 167 virtual Return<void> onEvent(int32_t event, int32_t arg, in onEvent() function in __anonbc949cd80111::MediaCasListener
|
/hardware/interfaces/sensors/2.0/vts/functional/ |
D | VtsHalSensorsV2_0TargetTest.cpp | 57 void onEvent(const ::android::hardware::sensors::V1_0::Event& event) override { in onEvent() function in EventCallback
|
/hardware/interfaces/tv/tuner/1.0/vts/functional/ |
D | VtsHalTvTunerV1_0TargetTest.cpp | 177 virtual Return<void> onEvent(FrontendEventType frontendEventType) override { in onEvent() function in __anon08a452290111::FrontendCallback
|