Home
last modified time | relevance | path

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

/external/opencore/engines/common/include/
Dpv_engine_observer_message.h141 PVAsyncInformationalEvent(PVEventType aEventType,
152 PVAsyncInformationalEvent(PVEventType aEventType,
179 PVEventType GetEventType()const in GetEventType()
205 PVAsyncErrorEvent(PVEventType aEventType,
216 PVAsyncErrorEvent(PVEventType aEventType,
243 PVEventType GetEventType()const in GetEventType()
Dpv_engine_types.h48 typedef int32 PVEventType; typedef
/external/opencore/engines/2way/src/
Dpv_2way_proxy_adapter.h96 void Set(const PVAsyncInformationalEvent& aEvent, PVEventType aType,
112 void Set(PVEventType aEventType,
Dpv_2way_proxy_adapter.cpp41 void PVCmnAsyncEventMsg::Set(const PVAsyncInformationalEvent& aEvent, PVEventType aType, in Set()
66 void PVCmnAsyncErrorEvent::Set(PVEventType aEventType, in Set()
Dpv_2way_engine.cpp4266PVEventType aEventType = (aDir == INCOMING) ? PVT_INDICATION_INCOMING_TRACK : PVT_INDICATION_OUTGO… in EstablishChannel()
/external/opencore/android/author/
Dauthordriver.cpp1289 const PVEventType event_type = aEvent.GetEventType(); in HandleInformationalEvent()
/external/opencore/engines/player/src/
Dpv_player_engine.cpp3593 …PVAsyncInformationalEvent infoevent((PVEventType)aEventType, NULL, aExtInterface, (PVExclusivePtr)… in SendInformationalEvent()
3608 …PVAsyncErrorEvent errorevent((PVEventType)aEventType, NULL, aExtInterface, (PVExclusivePtr)aEventD… in SendErrorEvent()