Searched refs:CleanupCommands (Results 1 – 4 of 4) sorted by relevance
/external/opencore/codecs_v2/omx/omx_proxy/src/ |
D | pv_omx_interface_proxy.cpp | 381 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()
|
D | pv_omx_interface_proxy.h | 206 void CleanupCommands(CPVProxyInterface_OMX *aExt, bool aAll, TPVProxyMsgId aMsgId = 0);
|
/external/opencore/baselibs/thread_messaging/src/ |
D | pv_interface_proxy.cpp | 327 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()
|
D | pv_interface_proxy.h | 195 void CleanupCommands(CPVProxyInterface *aExt, bool aAll, TPVProxyMsgId aMsgId = 0);
|