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

/frameworks/base/core/java/android/app/
H A DBroadcastOptions.java95 public void setMinManifestReceiverApiLevel(int apiLevel) { argument
96 mMinManifestReceiverApiLevel = apiLevel;
113 public void setMaxManifestReceiverApiLevel(int apiLevel) { argument
114 mMaxManifestReceiverApiLevel = apiLevel;
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.h72 enum apiLevel { enum in class:android::CameraService
233 virtual bool canCastToApiClient(apiLevel level) const;
346 virtual bool canCastToApiClient(apiLevel level) const;
528 apiLevel effectiveApiLevel, const sp<IBinder>& remoteCallback, const String8& packageName,
538 apiLevel effectiveApiLevel, bool legacyMode, bool shimUpdateOnly,
765 int halVersion, int deviceVersion, apiLevel effectiveApiLevel,
/frameworks/rs/script_api/
H A DGenerateStubsWhiteList.cpp62 static string findSubstitute(const string& typeName, unsigned int apiLevel, int intSize) { argument
69 if (!info.includesVersion(apiLevel) || (info.intSize != 0 && info.intSize != intSize)) {
93 * the resulting list. 'apiLevel' and 'intSize' specifies the API level and bitness
96 list<string> expandTypedefs(const string type, unsigned int apiLevel, int intSize, string& vectorSize) { argument
102 const string substitute = findSubstitute(*i, apiLevel, intSize);
295 unsigned int apiLevel, int intSize) {
307 list<string> tokens = expandTypedefs(p->rsType, apiLevel, intSize, vectorSize);
322 /* Add the mangling for this permutation of the function. apiLevel and intSize is used
327 unsigned int apiLevel, int intSize, set<string>* allManglings) {
333 if (!writeParameters(&stream, permutation.getParams(), apiLevel, intSiz
294 writeParameters(ostringstream* stream, const std::vector<ParameterDefinition*>& params, unsigned int apiLevel, int intSize) argument
325 addFunctionManglingToSet(const Function& function, const FunctionPermutation& permutation, bool overloadable, unsigned int apiLevel, int intSize, set<string>* allManglings) argument
483 generateApiTesterFile(const string& slangTestDirectory, unsigned int apiLevel) argument
492 file << "// -target-api " << apiLevel << " -Wno-deprecated-declarations\\n"; local
[all...]

Completed in 5192 milliseconds