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

/frameworks/base/core/java/android/app/
H A DBroadcastOptions.java93 public void setMinManifestReceiverApiLevel(int apiLevel) { argument
94 mMinManifestReceiverApiLevel = apiLevel;
111 public void setMaxManifestReceiverApiLevel(int apiLevel) { argument
112 mMaxManifestReceiverApiLevel = apiLevel;
/frameworks/rs/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...]
/frameworks/support/v4/tests/java/android/support/v4/widget/
H A DScrollerCompatTestBase.java50 public ScrollerCompatTestBase(int apiLevel) { argument
51 mApiLevel = apiLevel;
52 TAG = "ScrollerCompatTest api:" + apiLevel;
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.h68 enum apiLevel { enum in class:android::CameraService
227 virtual bool canCastToApiClient(apiLevel level) const;
340 virtual bool canCastToApiClient(apiLevel level) const;
503 apiLevel effectiveApiLevel, const sp<IBinder>& remoteCallback, const String8& packageName,
513 apiLevel effectiveApiLevel, bool legacyMode, bool shimUpdateOnly,
755 int halVersion, int deviceVersion, apiLevel effectiveApiLevel,
822 apiLevel effectiveApiLevel, bool legacyMode, bool shimUpdateOnly,
H A DCameraService.cpp753 int halVersion, int deviceVersion, apiLevel effectiveApiLevel,
1067 apiLevel effectiveApiLevel, const sp<IBinder>& remoteCallback, const String8& packageName,
2150 bool CameraService::BasicClient::canCastToApiClient(apiLevel level) const {
2294 bool CameraService::Client::canCastToApiClient(apiLevel level) const {

Completed in 207 milliseconds