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

  /external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/
tsc_h324m_config.cpp 571 iCommandId(1),
611 SendCmdResponse(iCommandId, aContextData, PVMFSuccess);
612 return iCommandId++;
619 SendCmdResponse(iCommandId, aContextData, PVMFSuccess);
620 return iCommandId++;
627 SendCmdResponse(iCommandId, aContextData, PVMFSuccess);
628 return iCommandId++;
635 SendCmdResponse(iCommandId, aContextData, PVMFSuccess);
636 return iCommandId++;
643 SendCmdResponse(iCommandId, aContextData, PVMFSuccess)
    [all...]
  /external/opencore/engines/author/src/
pvauthorengine.cpp 94 iCommandId(0),
208 PVEngineCommand cmd(PVAE_CMD_OPEN, iCommandId, (OsclAny*)aContextData, NULL);
210 return iCommandId++;
219 PVEngineCommand cmd(PVAE_CMD_CLOSE, iCommandId, (OsclAny*)aContextData);
221 return iCommandId++;
230 PVEngineCommand cmd(PVAE_CMD_ADD_DATA_SOURCE, iCommandId, (OsclAny*)aContextData, (OsclAny*)&aDataSource);
232 return iCommandId++;
242 PVEngineCommand cmd(PVAE_CMD_REMOVE_DATA_SOURCE, iCommandId, (OsclAny*)aContextData, (OsclAny*)&aDataSource);
244 return iCommandId++;
255 PVEngineCommand cmd(PVAE_CMD_SELECT_COMPOSER, iCommandId, (OsclAny*)aContextData, (OsclAny*)(&aConfigInterface))
    [all...]
pvauthorengine.h 363 PVCommandId iCommandId;
  /external/opencore/engines/2way/src/
pv_2way_engine.cpp 246 iCommandId(0),
473 cmd->id = iCommandId;
477 return iCommandId++;
491 cmd->id = iCommandId;
495 return iCommandId++;
666 iInitInfo->id = iCommandId;
681 iInitInfo->id = iCommandId;
695 return iCommandId++;
738 iResetInfo->id = iCommandId;
756 iResetInfo->id = iCommandId;
    [all...]
pv_2way_engine.h 945 PVCommandId iCommandId;
    [all...]
  /external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/include/
tsc_h324m_config.h 120 PVMFCommandId iCommandId;
206 PVMFCommandId iCommandId;
  /external/opencore/engines/adapters/player/framemetadatautility/src/
pv_frame_metadata_utility.h 489 PVCommandId iCommandId;
pv_frame_metadata_utility.cpp 380 iCommandId(0),
    [all...]
  /external/opencore/engines/player/src/
pv_player_engine.h     [all...]
pv_player_engine.cpp     [all...]

Completed in 835 milliseconds