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

  /external/opencore/engines/player/include/
pv_player_interface.h 469 * but will send an informational event "PVMFInfoChangePlaybackPositionNotSupported" to the app informing that the SetPlaybackRange request
487 virtual PVCommandId SetPlaybackRange(PVPPlaybackPosition aBeginPos, PVPPlaybackPosition aEndPos, bool aQueueRange, const OsclAny* aContextData = NULL) = 0;
    [all...]
  /external/opencore/engines/player/test/src/
test_pv_player_engine_testset7.cpp     [all...]
test_pv_player_engine_testset6.cpp     [all...]
test_pv_player_engine_testset5.cpp 607 OSCL_TRY(error, iCurrentCmdId = iPlayer->SetPlaybackRange(start, end, false, (OsclAny*) & iContextObject));
    [all...]
test_pv_player_engine_testset12.cpp     [all...]
test_pv_player_engine_testset1.cpp     [all...]
test_pv_player_engine_testset13.cpp     [all...]
test_pv_player_engine_testset10.cpp 724 OSCL_TRY(error, iCurrentCmdId = iPlayer->SetPlaybackRange(start, end, false, (OsclAny*) & iContextObject));
    [all...]
test_pv_player_engine_testset11.cpp 732 OSCL_TRY(error, iCurrentCmdId = iPlayer->SetPlaybackRange(start, end, false, (OsclAny*) & iContextObject));
    [all...]
test_pv_player_engine_testset9.cpp 698 OSCL_TRY(error, iCurrentCmdId = iPlayer->SetPlaybackRange(start, end, false, (OsclAny*) & iContextObject));
    [all...]
test_pv_player_engine_testset_cpmdlapassthru.cpp     [all...]
  /external/opencore/android/
playerdriver.cpp 476 mPlayer->SetPlaybackRange(begin, end, false, NULL);
902 mPlayer->SetPlaybackRange(begin, end, false, NULL);
932 OSCL_TRY(error, mPlayer->SetPlaybackRange(begin, end, false, command));
    [all...]
  /external/opencore/engines/player/src/
pv_player_engine.h 919 PVCommandId SetPlaybackRange(PVPPlaybackPosition aBeginPos, PVPPlaybackPosition aEndPos, bool aQueueRange, const OsclAny* aContextData = NULL);
    [all...]
pv_player_engine.cpp 442 PVCommandId PVPlayerEngine::SetPlaybackRange(PVPPlaybackPosition aBeginPos, PVPPlaybackPosition aEndPos, bool aQueueRange, const OsclAny* aContextData)
444 PVLOGGER_LOGMSG(PVLOGMSG_INST_LLDBG, iLogger, PVLOGMSG_STACK_TRACE, (0, "PVPlayerEngine::SetPlaybackRange()"));
    [all...]

Completed in 132 milliseconds