Searched refs:s_getContentType (Results 1 – 1 of 1) sorted by relevance
46 static aaudio_content_type_t (*s_getContentType)(AAudioStream *stream) = nullptr; variable82 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()