Searched refs:aaudio_format_t (Results 1 – 6 of 6) sorted by relevance
30 typedef int32_t aaudio_format_t; typedef113 typedef aaudio_format_t (*signature_F_PS)(AAudioStream *stream);
253 ASSERT_INT32(aaudio_format_t);
211 mLibLoader->builder_setFormat(aaudioBuilder, static_cast<aaudio_format_t>(mFormat)); in open()
94 aaudio_format_t (*stream_getFormat)(AAudioStream *stream);
71 stream_getFormat = (aaudio_format_t (*)(AAudioStream *stream)) in open()
129 void setFormat(aaudio_format_t format) { in setFormat()