Searched refs:AAudioStream_getFormat (Results 1 - 8 of 8) sorted by relevance

/frameworks/av/media/libaaudio/tests/
H A Dtest_open_params.cpp103 actualDataFormat = AAudioStream_getFormat(aaudioStream);
/frameworks/av/media/libaaudio/examples/input_monitor/src/
H A Dinput_monitor.cpp105 actualDataFormat = AAudioStream_getFormat(aaudioStream);
/frameworks/av/media/libaaudio/examples/utils/
H A DAAudioSimplePlayer.h217 switch (AAudioStream_getFormat(stream)) {
H A DAAudioSimpleRecorder.h220 switch (AAudioStream_getFormat(stream)) {
/frameworks/av/media/libaaudio/examples/write_sine/src/
H A Dwrite_sine.cpp128 actualDataFormat = AAudioStream_getFormat(aaudioStream);
/frameworks/av/media/libaaudio/examples/loopback/src/
H A Dloopback.cpp436 actualInputFormat = AAudioStream_getFormat(loopbackData.inputStream);
459 actualOutputFormat = AAudioStream_getFormat(outputStream);
/frameworks/av/media/libaaudio/include/aaudio/
H A DAAudio.h750 AAUDIO_API aaudio_format_t AAudioStream_getFormat(AAudioStream* stream);
/frameworks/av/media/libaaudio/src/core/
H A DAAudioAudio.cpp370 AAUDIO_API aaudio_format_t AAudioStream_getFormat(AAudioStream* stream) function

Completed in 340 milliseconds