Searched refs:ApiEntry (Results 1 - 3 of 3) sorted by relevance

/frameworks/rs/
H A Dspec.h33 } ApiEntry; typedef in typeref:struct:__anon2069
35 extern ApiEntry apis[128];
H A Dspec.l18 ApiEntry apis[128];
62 memset(&apis[apiCount], 0, sizeof(ApiEntry));
H A Drsg_generator.c85 void printArgList(FILE *f, const ApiEntry * api, int assumePrevious) {
105 const ApiEntry * api = &apis[ct];
119 void printFuncDecl(FILE *f, const ApiEntry *api, const char *prefix, int addContext, int isFnPtr) {
168 static int hasInlineDataPointers(const ApiEntry * api) {
214 const ApiEntry * api = &apis[ct];
346 const ApiEntry * api = &apis[ct];
393 const ApiEntry * api = &apis[ct];

Completed in 66 milliseconds