OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:playState
(Results
1 - 8
of
8
) sorted by null
/frameworks/wilhelm/src/android/
MediaPlayer_to_android.h
68
SLuint32
playState
,
AudioPlayer_to_android.cpp
42
SLresult aplayer_setPlayState(const android::sp<android::GenericPlayer> &ap, SLuint32
playState
,
47
switch (
playState
) {
65
SL_LOGE(ERROR_PLAYERSETPLAYSTATE_INVALID_OBJECT_STATE_D,
playState
);
83
SL_LOGE(ERROR_PLAYERSETPLAYSTATE_INVALID_OBJECT_STATE_D,
playState
);
[
all
...]
MediaPlayer_to_android.cpp
600
SLuint32
playState
,
606
switch (
playState
) {
/frameworks/wilhelm/tests/sandbox/
urimime.c
137
SLuint32
playState
;
138
result = (*playerPlay)->GetPlayState(playerPlay, &
playState
);
140
if (SL_PLAYSTATE_PLAYING !=
playState
) {
/frameworks/wilhelm/tests/examples/
slesTestSendToPresetReverb.cpp
284
SLuint32
playState
;
286
result = (*playItf)->GetPlayState(playItf, &
playState
);
288
if (
playState
!= SL_PLAYSTATE_PLAYING)
307
assert(
playState
== SL_PLAYSTATE_STOPPED);
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
Avrcp.java
726
private int convertPlayStateToPlayStatus(int
playState
) {
728
switch (
playState
) {
761
private boolean isPlayingState(int
playState
) {
763
switch (
playState
) {
[
all
...]
/frameworks/base/media/java/android/media/
MediaFocusControl.java
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSComputedStyleDeclaration.cpp
[
all
...]
Completed in 899 milliseconds