Home
last modified time | relevance | path

Searched refs:EventCode (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/animator/
DSkDisplayEvent.cpp33 SK_MEMBER(code, EventCode),
DSkDisplayType.cpp122 CASE_DEBUG_RETURN_NIL(EventCode); in CreateInstance()
DSkAnimateSchema.xsd347 <!-- /** EventCode
350 <xs:simpleType name="EventCode">
1491 <xs:attribute name="code" type="Sk:EventCode"/>
/external/opencv3/3rdparty/include/dshow/
Dstrmif.h2460 virtual HRESULT WINAPI Notify(long EventCode,LONG_PTR EventParam1,LONG_PTR EventParam2) = 0;
2468 …HRESULT (WINAPI *Notify)(IMediaEventSink *This,long EventCode,LONG_PTR EventParam1,LONG_PTR EventP…
2478 #define IMediaEventSink_Notify(This,EventCode,EventParam1,EventParam2) (This)->lpVtbl->Notify(This, argument
2481 …HRESULT WINAPI IMediaEventSink_Notify_Proxy(IMediaEventSink *This,long EventCode,LONG_PTR EventPar…
8510 virtual HRESULT WINAPI NotifyEvent(LONG EventCode,LONG_PTR Param1,LONG_PTR Param2) = 0;
8523 …HRESULT (WINAPI *NotifyEvent)(IVMRSurfaceAllocatorNotify *This,LONG EventCode,LONG_PTR Param1,LONG…
8538 …VMRSurfaceAllocatorNotify_NotifyEvent(This,EventCode,Param1,Param2) (This)->lpVtbl->NotifyEvent(Th… argument
8550 …AllocatorNotify_NotifyEvent_Proxy(IVMRSurfaceAllocatorNotify *This,LONG EventCode,LONG_PTR Param1,…