Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 57cf39d6 authored by Glenn Kasten's avatar Glenn Kasten Committed by android-build-merger
Browse files

Merge "AAudio: Fix Doxygen problems with undefined symbols" into oc-dev

am: 3858e63e

Change-Id: I8070042a8a340a7d4c0ceac9a87869efb512d885
parents fc454f56 3858e63e
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -344,7 +344,7 @@ typedef aaudio_data_callback_result_t (*AAudioStream_dataCallback)(
 * AAudioStream_requestStop() is called.
 *
 * This callback function will be called on a real-time thread owned by AAudio. See
 * {@link aaudio_data_callback_proc_t} for more information.
 * {@link AAudioStream_dataCallback} for more information.
 *
 * Note that the AAudio callbacks will never be called simultaneously from multiple threads.
 *
@@ -506,7 +506,6 @@ AAUDIO_API aaudio_result_t AAudioStream_requestStop(AAudioStream* stream);
 * set to AAUDIO_STREAM_STATE_UNKNOWN and a zero timeout.
 *
 * @param stream reference provided by AAudioStreamBuilder_openStream()
 * @param state pointer to a variable that will be set to the current state
 */
AAUDIO_API aaudio_stream_state_t AAudioStream_getState(AAudioStream* stream);