Searched refs:cmdResp (Results 1 – 1 of 1) sorted by relevance
1807 PVMFCmdResp* cmdResp = OSCL_STATIC_CAST(PVMFCmdResp*, event); in HandleNotification() local1810 cmdResp->GetCmdId())); in HandleNotification()1811 CPVCmnInterfaceCmdMessage* cmdMsg = iPendingCmds[cmdResp->GetCmdId()]; in HandleNotification()1815 cmdResp->GetCmdStatus()); in HandleNotification()1820 iPendingCmds.erase(cmdResp->GetCmdId()); in HandleNotification()1846 PVMFCmdResp* cmdResp = OSCL_STATIC_CAST(PVMFCmdResp*, event); in CleanupCommand() local1847 CPVCmnInterfaceCmdMessage* cmdMsg = iPendingCmds[cmdResp->GetCmdId()]; in CleanupCommand()1851 iPendingCmds.erase(cmdResp->GetCmdId()); in CleanupCommand()