Home
last modified time | relevance | path

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

/external/opencore/codecs_v2/omx/omx_proxy/src/
Dpv_omx_interface_proxy.cpp389 void CPVInterfaceProxy_OMX::CleanupCommands(CPVProxyInterface_OMX *aExt, bool aAll, TPVProxyMsgId a… in CleanupCommands() argument
398 && (aAll || msg->iMsgId == aMsgId)) in CleanupCommands()
403 if (!aAll) in CleanupCommands()
423 void CPVInterfaceProxy_OMX::CleanupNotifications(CPVProxyInterface_OMX *aExt, bool aAll, TPVProxyMs… in CleanupNotifications() argument
432 && (aAll || msg->iMsgId == aMsgId)) in CleanupNotifications()
437 if (!aAll) in CleanupNotifications()
Dpv_omx_interface_proxy.h205 void CleanupNotifications(CPVProxyInterface_OMX *aExt, bool aAll, TPVProxyMsgId aMsgId = 0);
206 void CleanupCommands(CPVProxyInterface_OMX *aExt, bool aAll, TPVProxyMsgId aMsgId = 0);
/external/opencore/baselibs/thread_messaging/src/
Dpv_interface_proxy.cpp335 void CPVInterfaceProxy::CleanupCommands(CPVProxyInterface *aExt, bool aAll, TPVProxyMsgId aMsgId) in CleanupCommands() argument
344 && (aAll || msg->iMsgId == aMsgId)) in CleanupCommands()
349 if (!aAll) in CleanupCommands()
369 void CPVInterfaceProxy::CleanupNotifications(CPVProxyInterface *aExt, bool aAll, TPVProxyMsgId aMsg… in CleanupNotifications() argument
378 && (aAll || msg->iMsgId == aMsgId)) in CleanupNotifications()
383 if (!aAll) in CleanupNotifications()
Dpv_interface_proxy.h194 void CleanupNotifications(CPVProxyInterface *aExt, bool aAll, TPVProxyMsgId aMsgId = 0);
195 void CleanupCommands(CPVProxyInterface *aExt, bool aAll, TPVProxyMsgId aMsgId = 0);