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

/frameworks/rs/api/
H A DGenerateStubsWhiteList.cpp427 static const string addVariable(GeneratedFile* file, unsigned int* variableNumber) { argument
428 const string name = "buf" + to_string((*variableNumber)++);
441 unsigned int* variableNumber, const Function& function,
448 *calls << "*(" << ret->rsType << "*)" << addVariable(file, variableNumber) << " = ";
462 *calls << addVariable(file, variableNumber);
464 *calls << "(" << p->rsType << "*) " << addVariable(file, variableNumber);
466 *calls << "*(" << p->rsType << "*)" << addVariable(file, variableNumber);
505 unsigned int variableNumber = 0; // Used to generate unique names. local
526 generateTestCall(&file, &calls, &variableNumber, *function, *permutation);
440 generateTestCall(GeneratedFile* file, ostringstream* calls, unsigned int* variableNumber, const Function& function, const FunctionPermutation& permutation) argument

Completed in 413 milliseconds