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

1 2 3

  /frameworks/wilhelm/src/itf/
IBufferQueue.c 98 thiz->mState.playIndex = 0;
136 state.playIndex = thiz->mState.playIndex;
182 thiz->mState.playIndex = 0;
IOutputMixExt.c 76 audioPlayer->mBufferQueue.mState.playIndex = 0;
296 ++bufferQueue->mState.playIndex;
  /frameworks/wilhelm/tests/automated/
BufferQueue_test.cpp 210 ASSERT_EQ((SLuint32) 0, bufferqueueState.playIndex);
223 ASSERT_EQ((SLuint32) 0, bufferqueueState.playIndex);
235 ASSERT_EQ((SLuint32) 0, bufferqueueState.playIndex);
259 ASSERT_EQ((SLuint32) 0, bufferqueueState.playIndex);
267 ASSERT_EQ(ExpectedPlayIndex, bufferqueueState.playIndex);
286 ASSERT_EQ((SLuint32) 0, bufferqueueState.playIndex);
300 ASSERT_EQ((SLuint32) 1, bufferqueueState.playIndex);
  /frameworks/wilhelm/tests/sandbox/
intbufq.c 45 #define INDEX playIndex
  /external/sonivox/arm-wt-22k/lib_src/
jet.c 873 EAS_INT playIndex;
900 index = playIndex = easHandle->jetHandle->playSegment;
    [all...]
  /cts/tests/tests/media/libaudiojni/
audio-record-native.cpp 346 ALOGD("logBufferState state.count:%d state.playIndex:%d", state.count, state.playIndex);
audio-track-native.cpp 319 ALOGD("logBufferState state.count:%d state.playIndex:%d", state.count, state.playIndex);
  /frameworks/wilhelm/src/android/
AudioRecorder_to_android.cpp 353 ar->mBufferQueue.mState.playIndex++;
    [all...]
AudioPlayer_to_android.cpp 147 ap->mBufferQueue.mState.playIndex++;
    [all...]
  /development/ndk/platforms/android-14/include/SLES/
OpenSLES.h     [all...]
  /development/ndk/platforms/android-21/include/SLES/
OpenSLES.h     [all...]
  /development/ndk/platforms/android-9/include/SLES/
OpenSLES.h     [all...]
  /frameworks/wilhelm/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/SLES/
OpenSLES.h     [all...]

Completed in 155 milliseconds

1 2 3