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

  /frameworks/av/media/libaaudio/src/legacy/
AudioStreamLegacy.cpp 110 AAUDIO_ERROR_DISCONNECTED
155 AAUDIO_ERROR_DISCONNECTED
AudioStreamRecord.cpp 288 return AAUDIO_ERROR_DISCONNECTED;
301 return AAUDIO_ERROR_DISCONNECTED;
AudioStreamTrack.cpp 356 return AAUDIO_ERROR_DISCONNECTED;
370 return AAUDIO_ERROR_DISCONNECTED;
  /frameworks/av/services/oboeservice/
AAudioServiceEndpointCapture.cpp 69 if (result == AAUDIO_ERROR_DISCONNECTED) {
AAudioServiceEndpointPlay.cpp 95 if (result == AAUDIO_ERROR_DISCONNECTED) {
  /cts/tests/tests/nativemedia/aaudio/src/
test_aaudio_misc.cpp 39 static_assert(-899 == AAUDIO_ERROR_DISCONNECTED, ENUM_CANNOT_CHANGE);
  /frameworks/av/media/libaaudio/include/aaudio/
AAudio.h 63 AAUDIO_ERROR_DISCONNECTED,
  /frameworks/av/media/libaaudio/src/utility/
AAudioUtilities.cpp 210 case AAUDIO_ERROR_DISCONNECTED:
  /frameworks/av/media/libaaudio/src/client/
AudioStreamInternal.cpp 444 result = AAUDIO_ERROR_DISCONNECTED;
  /frameworks/av/media/libaaudio/src/core/
AAudioAudio.cpp 52 AAUDIO_CASE_ENUM(AAUDIO_ERROR_DISCONNECTED);

Completed in 71 milliseconds