Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/oboe/src/aaudio/
DAAudioLoader.h99 typedef int32_t (*signature_I_PSI)(AAudioStream *, int32_t); typedef
186 signature_I_PSI stream_setBufferSize = nullptr;
218 signature_I_PSI load_I_PSI(const char *name);
DAAudioLoader.cpp170 AAudioLoader::signature_I_PSI AAudioLoader::load_I_PSI(const char *functionName) { in load_I_PSI()
173 return reinterpret_cast<signature_I_PSI>(proc); in load_I_PSI()