HomeSort by relevance Sort by last modified time
    Searched refs:AAUDIO_STREAM_STATE_STOPPING (Results 1 - 7 of 7) sorted by null

  /cts/tests/tests/nativemedia/aaudio/src/
utils.h 49 AAUDIO_STREAM_STATE_STOPPING, AAUDIO_STREAM_STATE_STOPPED);
test_aaudio_misc.cpp 68 static_assert(9 == AAUDIO_STREAM_STATE_STOPPING, ENUM_CANNOT_CHANGE);
  /frameworks/av/media/libaaudio/src/legacy/
AudioStreamRecord.cpp 235 setState(AAUDIO_STREAM_STATE_STOPPING);
260 case AAUDIO_STREAM_STATE_STOPPING:
355 case AAUDIO_STREAM_STATE_STOPPING:
AudioStreamTrack.cpp 298 setState(AAUDIO_STREAM_STATE_STOPPING);
342 case AAUDIO_STREAM_STATE_STOPPING:
430 case AAUDIO_STREAM_STATE_STOPPING:
  /frameworks/av/media/libaaudio/include/aaudio/
AAudio.h 97 AAUDIO_STREAM_STATE_STOPPING,
532 * After this call the state will be in AAUDIO_STREAM_STATE_STOPPING or AAUDIO_STREAM_STATE_STOPPED.
  /frameworks/av/media/libaaudio/src/client/
AudioStreamInternal.cpp 341 setState(AAUDIO_STREAM_STATE_STOPPING);
464 if (getState() == AAUDIO_STREAM_STATE_STOPPING) {
  /frameworks/av/media/libaaudio/src/core/
AAudioAudio.cpp 86 AAUDIO_CASE_ENUM(AAUDIO_STREAM_STATE_STOPPING);

Completed in 91 milliseconds