Home
last modified time | relevance | path

Searched refs:s_getContentType (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/libaaudio/examples/utils/
DAAudioArgsParser.h46 static aaudio_content_type_t (*s_getContentType)(AAudioStream *stream) = nullptr; variable
82 s_getContentType = (aaudio_content_type_t (*)(AAudioStream *)) in loadFutureFunctions()
84 if (s_getContentType == nullptr) goto error; in loadFutureFunctions()
107 s_getContentType = nullptr; in loadFutureFunctions()
547 if (s_getContentType != nullptr) { in compareWithStream()
549 getContentType(), s_getContentType(stream)); in compareWithStream()