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