HomeSort by relevance Sort by last modified time
    Searched refs:GetPlayState (Results 1 - 25 of 97) sorted by null

1 2 3 4

  /external/webrtc/webrtc/modules/audio_device/android/
opensles_player.h 118 SLuint32 GetPlayState() const;
opensles_player.cc 123 playing_ = (GetPlayState() == SL_PLAYSTATE_PLAYING);
424 SLuint32 state = GetPlayState();
457 SLuint32 OpenSLESPlayer::GetPlayState() const {
460 SLresult err = (*player_)->GetPlayState(player_, &state);
462 ALOGE("GetPlayState failed: %d", err);
  /frameworks/wilhelm/tests/automated/
BufferQueue_test.cpp 198 res = (*playerPlay)->GetPlayState(playerPlay, &playerState);
246 res = (*playerPlay)->GetPlayState(playerPlay, &playerState);
279 res = (*playerPlay)->GetPlayState(playerPlay, &playerState);
292 res = (*playerPlay)->GetPlayState(playerPlay, &playerState);
293 //ALOGV("GetPlayState");
  /frameworks/wilhelm/tests/sandbox/
urimime.c 138 result = (*playerPlay)->GetPlayState(playerPlay, &playState);
intbufq.c 253 result = (*playerPlay)->GetPlayState(playerPlay, &newstate);
256 printf("\rSetPlayState(%u) -> GetPlayState(%u)\r\n", (unsigned) state,
multiplay.c 237 result = (*p->mPlayerPlay)->GetPlayState(p->mPlayerPlay, &state);
reverb.c 649 result = (*playerPlay)->GetPlayState(playerPlay, &state);
xaplay.c     [all...]
  /frameworks/wilhelm/tests/examples/
slesTestSendToPresetReverb.cpp 285 result = (*playItf)->GetPlayState(playItf, &playState);
  /cts/tests/tests/media/libaudiojni/
audio-track-native.cpp 219 SLuint32 getPlayState() {
225 SLresult res = (*mPlay)->GetPlayState(mPlay, &playState);
227 ALOGW("getPlayState error %s", android::getSLErrStr(res));
  /development/ndk/platforms/android-14/include/OMXAL/
OpenMAXAL.h 736 XAresult (*GetPlayState) (
    [all...]
  /development/ndk/platforms/android-14/include/SLES/
OpenSLES.h 942 SLresult (*GetPlayState) (
    [all...]
  /development/ndk/platforms/android-21/include/SLES/
OpenSLES.h 942 SLresult (*GetPlayState) (
    [all...]
  /development/ndk/platforms/android-9/include/SLES/
OpenSLES.h 942 SLresult (*GetPlayState) (
    [all...]
  /frameworks/wilhelm/include/OMXAL/
OpenMAXAL.h 736 XAresult (*GetPlayState) (
    [all...]
  /frameworks/wilhelm/include/SLES/
OpenSLES.h 942 SLresult (*GetPlayState) (
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/SLES/
OpenSLES.h 942 SLresult (*GetPlayState) (
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/SLES/
OpenSLES.h 942 SLresult (*GetPlayState) (
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/SLES/
OpenSLES.h 942 SLresult (*GetPlayState) (
    [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/SLES/
OpenSLES.h 942 SLresult (*GetPlayState) (
    [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/SLES/
OpenSLES.h 942 SLresult (*GetPlayState) (
    [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/SLES/
OpenSLES.h 942 SLresult (*GetPlayState) (
    [all...]
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/OMXAL/
OpenMAXAL.h 736 XAresult (*GetPlayState) (
    [all...]
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/SLES/
OpenSLES.h 942 SLresult (*GetPlayState) (
    [all...]
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/OMXAL/
OpenMAXAL.h 736 XAresult (*GetPlayState) (
    [all...]

Completed in 278 milliseconds

1 2 3 4