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

Commit 0cb1b54d authored by Phil Burk's avatar Phil Burk
Browse files

aaudio docs: Explain callback threads a bit more.

This was in response to a question by a developer on GitHub.

Test: just a comment change
Test: atest AAudioTestCases
Change-Id: I1677738e376c637c0a51a86a1c0491565b26b24b
parent c94cf48d
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -920,8 +920,9 @@ typedef aaudio_data_callback_result_t (*AAudioStream_dataCallback)(
 * It will stop being called after AAudioStream_requestPause() or
 * AAudioStream_requestStop() is called.
 *
 * This callback function will be called on a real-time thread owned by AAudio. See
 * {@link #AAudioStream_dataCallback} for more information.
 * This callback function will be called on a real-time thread owned by AAudio.
 * The low latency streams may have callback threads with higher priority than normal streams.
 * See {@link #AAudioStream_dataCallback} for more information.
 *
 * Note that the AAudio callbacks will never be called simultaneously from multiple threads.
 *