Home
last modified time | relevance | path

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

/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.cpp167 virtual Return<void> onEvent(int32_t event, int32_t arg, in onEvent() function in __anonbc949cd80111::MediaCasListener