Searched defs:intSize (Results 1 - 2 of 2) sorted by relevance

/frameworks/rs/api/
H A DGenerateStubsWhiteList.cpp61 static string findSubstitute(const string& typeName, int apiLevel, int intSize) { argument
68 if (!info.includesVersion(apiLevel) || (info.intSize != 0 && info.intSize != intSize)) {
99 * the resulting list. 'apiLevel' and 'intSize' specifies the API level and bitness
102 list<string> expandTypedefs(const string type, int apiLevel, int intSize) { argument
108 const string substitute = findSubstitute(*i, apiLevel, intSize);
278 int apiLevel, int intSize) {
289 list<string> tokens = expandTypedefs(p->rsType, apiLevel, intSize);
303 /* Add the mangling for this permutation of the function. apiLevel and intSize i
277 writeParameters(ostringstream* stream, const std::vector<ParameterDefinition*>& params, int apiLevel, int intSize) argument
306 addFunctionManglingToSet(const Function& function, const FunctionPermutation& permutation, bool overloadable, int apiLevel, int intSize, set<string>* allManglings) argument
[all...]
H A DSpecification.h130 int intSize; member in struct:VersionInfo
132 VersionInfo() : minVersion(0), maxVersion(0), intSize(0) {}

Completed in 9 milliseconds