HomeSort by relevance Sort by last modified time
    Searched defs:iPendingCmds (Results 1 - 10 of 10) sorted by null

  /external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/include/
tsc_h324m_config.h 205 Oscl_Map<PVMFCommandId, CPVCmnInterfaceCmdMessage*, OsclMemAllocator> iPendingCmds;
  /external/opencore/engines/author/test/src/
test_pv_author_engine_testset7.h 44 , iPendingCmds(0)
169 iPendingCmds++;
174 if (iPendingCmds > 0)
176 --iPendingCmds;
179 if (iPendingCmds == 0)
189 if (iPendingCmds > 0)
203 uint32 iPendingCmds;
test_pv_author_engine_testset8.h 44 , iPendingCmds(0)
169 iPendingCmds++;
174 if (iPendingCmds > 0)
176 --iPendingCmds;
179 if (iPendingCmds == 0)
189 if (iPendingCmds > 0)
203 uint32 iPendingCmds;
test_pv_author_engine_testset5.h 51 , iPendingCmds(0)
147 iPendingCmds++;
152 if (iPendingCmds > 0)
154 --iPendingCmds;
157 if (iPendingCmds == 0)
167 if (iPendingCmds > 0)
182 uint32 iPendingCmds;
test_pv_author_engine_testset6.h 44 , iPendingCmds(0)
130 iPendingCmds++;
135 if (iPendingCmds > 0)
137 --iPendingCmds;
140 if (iPendingCmds == 0)
150 if (iPendingCmds > 0)
164 uint32 iPendingCmds;
  /external/opencore/engines/author/src/
pvauthorengine.h 361 Oscl_Vector<PVEngineCommand, OsclMemAllocator> iPendingCmds;
  /external/opencore/engines/player/src/
pv_player_datapath.h 219 int32 iPendingCmds;
pv_player_engine.h     [all...]
  /external/opencore/engines/adapters/player/framemetadatautility/test/src/
test_pv_frame_metadata_utility_testset1.h 489 uint32 iPendingCmds;
  /external/opencore/engines/adapters/player/framemetadatautility/src/
pv_frame_metadata_utility.h 500 OsclPriorityQueue<PVFMUtilityCommand, OsclMemAllocator, Oscl_Vector<PVFMUtilityCommand, OsclMemAllocator>, PVFMUtilityCommandCompareLess> iPendingCmds; // Vector to hold the command that has been requested

Completed in 201 milliseconds