Home
last modified time | relevance | path

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

/external/opencore/codecs_v2/omx/omx_proxy/src/
Dpv_omx_interface_proxy.cpp381 CleanupCommands(FindInterface(aProxyId), false, aMsgId); in CancelCommand()
386 CleanupCommands(FindInterface(aProxyId), true); in CancelAllCommands()
389 void CPVInterfaceProxy_OMX::CleanupCommands(CPVProxyInterface_OMX *aExt, bool aAll, TPVProxyMsgId a… in CleanupCommands() function in CPVInterfaceProxy_OMX
450 CleanupCommands(aExt, true); in CleanupInterfaceMessages()
Dpv_omx_interface_proxy.h206 void CleanupCommands(CPVProxyInterface_OMX *aExt, bool aAll, TPVProxyMsgId aMsgId = 0);
/external/opencore/baselibs/thread_messaging/src/
Dpv_interface_proxy.cpp327 CleanupCommands(FindInterface(aProxyId), false, aMsgId); in CancelCommand()
332 CleanupCommands(FindInterface(aProxyId), true); in CancelAllCommands()
335 void CPVInterfaceProxy::CleanupCommands(CPVProxyInterface *aExt, bool aAll, TPVProxyMsgId aMsgId) in CleanupCommands() function in CPVInterfaceProxy
396 CleanupCommands(aExt, true); in CleanupInterfaceMessages()
Dpv_interface_proxy.h195 void CleanupCommands(CPVProxyInterface *aExt, bool aAll, TPVProxyMsgId aMsgId = 0);