Searched refs:GetPVPlayerState (Results 1 – 4 of 4) sorted by relevance
/external/opencore/engines/player/include/ |
D | pv_player_interface.h | 305 …virtual PVCommandId GetPVPlayerState(PVPlayerState& aState, const OsclAny* aContextData = NULL) = …
|
/external/opencore/engines/player/src/ |
D | pv_player_engine.cpp | 314 PVCommandId PVPlayerEngine::GetPVPlayerState(PVPlayerState& aState, const OsclAny* aContextData) in GetPVPlayerState() function in PVPlayerEngine 3015 PVPlayerState PVPlayerEngine::GetPVPlayerState(void) in GetPVPlayerState() function in PVPlayerEngine 4295 *state = GetPVPlayerState(); in DoGetPVPlayerState() 4314 if (GetPVPlayerState() != PVP_STATE_IDLE) in DoAddDataSource() 4757 if (GetPVPlayerState() == PVP_STATE_ERROR) in DoGetMetadataKey() 4845 if (GetPVPlayerState() == PVP_STATE_ERROR) in DoGetMetadataValue() 4946 if (GetPVPlayerState() == PVP_STATE_ERROR || in DoReleaseMetadataValues() 4947 GetPVPlayerState() == PVP_STATE_IDLE) in DoReleaseMetadataValues() 4984 if (GetPVPlayerState() == PVP_STATE_INITIALIZED) in DoInit() 4991 if ((GetPVPlayerState() != PVP_STATE_IDLE) || (iSourceNode == NULL)) in DoInit() [all …]
|
D | pv_player_engine.h | 910 PVCommandId GetPVPlayerState(PVPlayerState& aState, const OsclAny* aContextData = NULL); 1036 PVPlayerState GetPVPlayerState(void);
|
/external/opencore/engines/player/test/src/ |
D | test_pv_player_engine_testset1.cpp | 6661 … OSCL_TRY(error, iCurrentCmdId = iPlayer->GetPVPlayerState(aState, (OsclAny*) & iContextObject)); in Run() 6675 … OSCL_TRY(error, iCurrentCmdId = iPlayer->GetPVPlayerState(aState, (OsclAny*) & iContextObject)); in Run() 6689 … OSCL_TRY(error, iCurrentCmdId = iPlayer->GetPVPlayerState(aState, (OsclAny*) & iContextObject)); in Run() 6703 … OSCL_TRY(error, iCurrentCmdId = iPlayer->GetPVPlayerState(aState, (OsclAny*) & iContextObject)); in Run()
|