OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:playerstate
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/libvideoeditor/lvpp/
VideoEditorPreviewController.h
77
}
PlayerState
;
89
PlayerState
mPlayerState;
/frameworks/wilhelm/tests/automated/
BufferQueue_test.cpp
88
SLuint32
playerState
;
198
res = (*playerPlay)->GetPlayState(playerPlay, &
playerState
);
200
ASSERT_EQ(SL_PLAYSTATE_STOPPED,
playerState
);
246
res = (*playerPlay)->GetPlayState(playerPlay, &
playerState
);
248
ASSERT_EQ(state,
playerState
);
279
res = (*playerPlay)->GetPlayState(playerPlay, &
playerState
);
281
ASSERT_EQ(SL_PLAYSTATE_PLAYING,
playerState
);
292
res = (*playerPlay)->GetPlayState(playerPlay, &
playerState
);
295
ASSERT_EQ(SL_PLAYSTATE_PLAYING,
playerState
);
/external/chromium_org/chrome/test/functional/
youtube.py
38
self.WaitForDomNode('id("
playerState
")', expected_value=expected_regex,
Completed in 1096 milliseconds