Searched refs:iMsgId (Results 1 – 8 of 8) sorted by relevance
/external/opencore/codecs_v2/omx/omx_proxy/src/ |
D | pv_omx_interface_proxy.cpp | 322 ext->iClient->HandleNotification(notice.iMsgId, notice.iMsg); in DeliverNotifications() 347 proxy->iClient->CleanupCommand(msg->iMsgId, msg->iMsg); in CleanupAppThreadQueues() 371 proxy->iServer->CleanupNotification(msg->iMsgId, msg->iMsg); in CleanupPVThreadQueues() 398 && (aAll || msg->iMsgId == aMsgId)) in CleanupCommands() 400 aExt->iClient->CleanupCommand(msg->iMsgId, msg->iMsg); in CleanupCommands() 432 && (aAll || msg->iMsgId == aMsgId)) in CleanupNotifications() 434 aExt->iServer->CleanupNotification(msg->iMsgId, msg->iMsg); in CleanupNotifications()
|
D | pv_omx_interface_proxy.h | 68 : iProxyId(id), iMsgId(MsgId), iCmdId(cmdid), iMsg(msg) in CPVProxyMsg_OMX() 73 TPVProxyMsgId iMsgId; variable
|
D | pv_omx_interface_proxy_notifier.cpp | 65 proxy->iClient->HandleNotification(notice.iMsgId, notice.iMsg); in Run()
|
D | pv_omx_interface_proxy_handler.cpp | 66 proxy->iServer->HandleCommand(command.iMsgId, command.iCmdId, command.iMsg); in Run()
|
/external/opencore/baselibs/thread_messaging/src/ |
D | pv_interface_proxy.cpp | 266 ext->iClient->HandleNotification(notice.iMsgId, notice.iMsg); in DeliverNotifications() 293 proxy->iClient->CleanupCommand(msg->iMsgId, msg->iMsg); in CleanupAppThreadQueues() 317 proxy->iServer->CleanupNotification(msg->iMsgId, msg->iMsg); in CleanupPVThreadQueues() 344 && (aAll || msg->iMsgId == aMsgId)) in CleanupCommands() 346 aExt->iClient->CleanupCommand(msg->iMsgId, msg->iMsg); in CleanupCommands() 378 && (aAll || msg->iMsgId == aMsgId)) in CleanupNotifications() 380 aExt->iServer->CleanupNotification(msg->iMsgId, msg->iMsg); in CleanupNotifications()
|
D | pv_interface_proxy.h | 60 : iProxyId(id), iMsgId(MsgId), iMsg(msg) in CPVProxyMsg() 65 TPVProxyMsgId iMsgId; variable
|
D | pv_interface_proxy_handler.cpp | 60 proxy->iServer->HandleCommand(command.iMsgId, command.iMsg); in Run()
|
D | pv_interface_proxy_notifier.cpp | 60 proxy->iClient->HandleNotification(notice.iMsgId, notice.iMsg); in Run()
|