Searched refs:PVEventType (Results 1 – 7 of 7) sorted by relevance
/external/opencore/engines/common/include/ |
D | pv_engine_observer_message.h | 141 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()
|
D | pv_engine_types.h | 48 typedef int32 PVEventType; typedef
|
/external/opencore/engines/2way/src/ |
D | pv_2way_proxy_adapter.h | 96 void Set(const PVAsyncInformationalEvent& aEvent, PVEventType aType, 112 void Set(PVEventType aEventType,
|
D | pv_2way_proxy_adapter.cpp | 41 void PVCmnAsyncEventMsg::Set(const PVAsyncInformationalEvent& aEvent, PVEventType aType, in Set() 66 void PVCmnAsyncErrorEvent::Set(PVEventType aEventType, in Set()
|
D | pv_2way_engine.cpp | 4266 …PVEventType aEventType = (aDir == INCOMING) ? PVT_INDICATION_INCOMING_TRACK : PVT_INDICATION_OUTGO… in EstablishChannel()
|
/external/opencore/android/author/ |
D | authordriver.cpp | 1289 const PVEventType event_type = aEvent.GetEventType(); in HandleInformationalEvent()
|
/external/opencore/engines/player/src/ |
D | pv_player_engine.cpp | 3593 …PVAsyncInformationalEvent infoevent((PVEventType)aEventType, NULL, aExtInterface, (PVExclusivePtr)… in SendInformationalEvent() 3608 …PVAsyncErrorEvent errorevent((PVEventType)aEventType, NULL, aExtInterface, (PVExclusivePtr)aEventD… in SendErrorEvent()
|