Searched defs:apiLevel (Results 1 - 3 of 3) sorted by relevance

/frameworks/support/v4/tests/java/android/support/v4/widget/
H A DScrollerCompatTestBase.java42 public ScrollerCompatTestBase(int apiLevel) { argument
43 mApiLevel = apiLevel;
44 TAG = "ScrollerCompatTest api:" + apiLevel;
/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 is used
308 int apiLevel, int intSize, set<string>* allManglings) {
314 if (!writeParameters(&stream, permutation.getParams(), apiLevel, intSiz
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
454 generateApiTesterFile(const string& slangTestDirectory, int apiLevel) argument
463 file << "// -target-api " << apiLevel << " -Wno-deprecated-declarations\\n"; local
[all...]
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.h70 enum apiLevel { enum in class:android::CameraService
209 virtual bool canCastToApiClient(apiLevel level) const;
321 virtual bool canCastToApiClient(apiLevel level) const;
477 apiLevel effectiveApiLevel, const sp<IBinder>& remoteCallback, const String8& packageName,
485 const String16& clientPackageName, int clientUid, apiLevel effectiveApiLevel,
726 int halVersion, int deviceVersion, apiLevel effectiveApiLevel,
784 apiLevel effectiveApiLevel, bool legacyMode, bool shimUpdateOnly,

Completed in 3169 milliseconds