Home
last modified time | relevance | path

Searched refs:iCmdToDlaCancel (Results 1 – 2 of 2) sorted by relevance

/external/opencore/engines/player/src/
Dpv_player_engine.cpp1161 iCmdToDlaCancel.reserve(1); in Construct()
3703 if (!iCmdToDlaCancel.empty() || in DoCancelAllCommands()
5215 OSCL_ASSERT(iCmdToDlaCancel.empty() == true); in DoCancelAcquireLicense()
5233 iCmdToDlaCancel.push_front(aCmd); in DoCancelAcquireLicense()
15511 if (!iCmdToDlaCancel.empty()) in HandleSourceNodeGetLicense()
15513 iCurrentCmd.push_front(iCmdToDlaCancel[0]); in HandleSourceNodeGetLicense()
15514 iCmdToDlaCancel.clear(); in HandleSourceNodeGetLicense()
15545 if (!iCmdToDlaCancel.empty()) in HandleSourceNodeCancelGetLicense()
15549 iCurrentCmd.push_front(iCmdToDlaCancel[0]); in HandleSourceNodeCancelGetLicense()
15553 iCmdToDlaCancel.erase(iCmdToDlaCancel.begin()); in HandleSourceNodeCancelGetLicense()
Dpv_player_engine.h1072 …Oscl_Vector<PVPlayerEngineCommand, OsclMemAllocator> iCmdToDlaCancel; // Vector of size 1 to hold … variable