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

  /frameworks/av/services/oboeservice/
AAudioServiceEndpoint.h 64 ALOGD("AAudioServiceEndpoint::startClient(...) AAUDIO_ERROR_UNAVAILABLE");
65 return AAUDIO_ERROR_UNAVAILABLE;
69 ALOGD("AAudioServiceEndpoint::stopClient(...) AAUDIO_ERROR_UNAVAILABLE");
70 return AAUDIO_ERROR_UNAVAILABLE;
76 * @return AAUDIO_OK or AAUDIO_ERROR_UNAVAILABLE or other negative error
85 * @return AAUDIO_OK or AAUDIO_ERROR_UNAVAILABLE or other negative error
AAudioServiceEndpointShared.cpp 190 return AAUDIO_ERROR_UNAVAILABLE;
202 result = AAUDIO_ERROR_UNAVAILABLE;
AAudioServiceStreamBase.h 116 ALOGD("AAudioServiceStreamBase::startClient(%p, ...) AAUDIO_ERROR_UNAVAILABLE", &client);
117 return AAUDIO_ERROR_UNAVAILABLE;
121 ALOGD("AAudioServiceStreamBase::stopClient(%d) AAUDIO_ERROR_UNAVAILABLE", clientHandle);
122 return AAUDIO_ERROR_UNAVAILABLE;
280 * @return AAUDIO_OK or AAUDIO_ERROR_UNAVAILABLE or other negative error
AAudioServiceStreamMMAP.cpp 168 } else if (result != AAUDIO_ERROR_UNAVAILABLE) {
193 return AAUDIO_ERROR_UNAVAILABLE;
AAudioServiceEndpointMMAP.cpp 166 return AAUDIO_ERROR_UNAVAILABLE;
195 result = AAUDIO_ERROR_UNAVAILABLE;
213 result = AAUDIO_ERROR_UNAVAILABLE;
315 if (result == AAUDIO_ERROR_UNAVAILABLE) {
AAudioServiceStreamBase.cpp 112 result = AAUDIO_ERROR_UNAVAILABLE;
414 if (result == AAUDIO_ERROR_UNAVAILABLE) { // TODO review best error code
AAudioServiceStreamShared.cpp 251 return AAUDIO_ERROR_UNAVAILABLE;
AAudioService.cpp 96 return AAUDIO_ERROR_UNAVAILABLE;
  /frameworks/av/media/libaaudio/src/binding/
AAudioBinderClient.h 103 return AAUDIO_ERROR_UNAVAILABLE;
108 return AAUDIO_ERROR_UNAVAILABLE;
  /cts/tests/tests/nativemedia/aaudio/jni/
test_aaudio_misc.cpp 49 static_assert(-889 == AAUDIO_ERROR_UNAVAILABLE, ENUM_CANNOT_CHANGE);
  /frameworks/av/media/libaaudio/src/utility/
AAudioUtilities.cpp 65 case AAUDIO_ERROR_UNAVAILABLE:
108 result = AAUDIO_ERROR_UNAVAILABLE;
  /frameworks/av/media/libaaudio/include/aaudio/
AAudio.h 131 AAUDIO_ERROR_UNAVAILABLE,
    [all...]
  /frameworks/av/media/libaaudio/examples/loopback/src/
loopback.cpp 737 result = AAUDIO_ERROR_UNAVAILABLE;
  /frameworks/av/media/libaaudio/src/core/
AAudioAudio.cpp 63 AAUDIO_CASE_ENUM(AAUDIO_ERROR_UNAVAILABLE);

Completed in 2207 milliseconds