Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DBroadcastOptions.java93 public void setMinManifestReceiverApiLevel(int apiLevel) { in setMinManifestReceiverApiLevel()
111 public void setMaxManifestReceiverApiLevel(int apiLevel) { in setMaxManifestReceiverApiLevel()
/frameworks/rs/api/
DGenerateStubsWhiteList.cpp62 static string findSubstitute(const string& typeName, unsigned int apiLevel, int intSize) { in findSubstitute()
96 list<string> expandTypedefs(const string type, unsigned int apiLevel, int intSize, string& vectorSi… in expandTypedefs()
295 unsigned int apiLevel, int intSize) { in writeParameters()
327unsigned int apiLevel, int intSize, set<string>* allManglings) { in addFunctionManglingToSet()
369 for (int64_t apiLevel = minApiLevel; apiLevel <= maxApiLevel; ++apiLevel) { in addManglingsForSpecification() local
483 static bool generateApiTesterFile(const string& slangTestDirectory, unsigned int apiLevel) { in generateApiTesterFile()
/frameworks/av/services/camera/libcameraservice/
DCameraService.h68 enum apiLevel { enum