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

Commit 0b26f855 authored by Phil Burk's avatar Phil Burk Committed by Android (Google) Code Review
Browse files

Merge "AAudio: add group in headers for doxygen" into oc-dev

parents aedcedfa a45be8b6
Loading
Loading
Loading
Loading
+12 −1
Original line number Diff line number Diff line
@@ -15,7 +15,16 @@
 */

/**
 * This is the 'C' ABI for AAudio.
 * @addtogroup Audio
 * @{
 */

/**
 * @file AAudio.h
 */

/**
 * This is the 'C' API for AAudio.
 */
#ifndef AAUDIO_AAUDIO_H
#define AAUDIO_AAUDIO_H
@@ -525,3 +534,5 @@ AAUDIO_API aaudio_result_t AAudioStream_getTimestamp(AAudioStream* stream,
#endif

#endif //AAUDIO_AAUDIO_H

/** @} */
+11 −0
Original line number Diff line number Diff line
@@ -14,6 +14,15 @@
 * limitations under the License.
 */

/**
 * @addtogroup Audio
 * @{
 */

/**
 * @file AAudioDefinitions.h
 */

#ifndef AAUDIO_AAUDIODEFINITIONS_H
#define AAUDIO_AAUDIODEFINITIONS_H

@@ -117,3 +126,5 @@ typedef int32_t aaudio_sharing_mode_t;
#endif

#endif // AAUDIO_AAUDIODEFINITIONS_H

/** @} */