Home
last modified time | relevance | path

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

/frameworks/rs/
Dspec.h33 } ApiEntry; typedef
35 extern ApiEntry apis[128];
Drsg_generator.c67 void printArgList(FILE *f, const ApiEntry * api, int assumePrevious) { in printArgList()
87 const ApiEntry * api = &apis[ct]; in printStructures()
101 void printFuncDecl(FILE *f, const ApiEntry *api, const char *prefix, int addContext, int isFnPtr) { in printFuncDecl()
161 static int hasInlineDataPointers(const ApiEntry * api) { in hasInlineDataPointers()
207 const ApiEntry * api = &apis[ct]; in printApiCpp()
421 const ApiEntry * api = &apis[ct]; in printApiCpp()
465 const ApiEntry * api = &apis[ct]; in printPlaybackCpp()
523 const ApiEntry * api = &apis[ct]; in printPlaybackCpp()
Dspec.l18 ApiEntry apis[128];
62 memset(&apis[apiCount], 0, sizeof(ApiEntry));