HomeSort by relevance Sort by last modified time
    Searched refs:apiVersion (Results 1 - 25 of 433) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /system/chre/pal/include/chre/pal/
version.h 83 #define CHRE_PAL_CREATE_MODULE_VERSION(apiVersion, patchVersion) \
84 ((uint32_t) (CHRE_PAL_GET_API_VERSION(apiVersion) | \
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/features/
FeatureSummaryActivity.java 297 int apiVersion = Build.VERSION.SDK_INT;
298 if (apiVersion >= Build.VERSION_CODES.O) {
301 if (apiVersion >= Build.VERSION_CODES.N) {
304 if (apiVersion >= Build.VERSION_CODES.M) {
307 if (apiVersion >= Build.VERSION_CODES.LOLLIPOP) {
310 if (apiVersion >= Build.VERSION_CODES.KITKAT_WATCH) {
313 if (apiVersion >= Build.VERSION_CODES.KITKAT) {
316 if (apiVersion >= Build.VERSION_CODES.JELLY_BEAN_MR2) {
319 if (apiVersion >= Build.VERSION_CODES.JELLY_BEAN) {
322 if (apiVersion >= Build.VERSION_CODES.ICE_CREAM_SANDWICH)
    [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkDeviceUtil.cpp 46 const deUint32 apiVersion = pack(ApiVersion(1, 0, 0));
56 apiVersion // apiVersion
  /external/deqp/android/scripts/
common.py 37 def __init__ (self, apiVersion, abiVersion, prebuiltDir):
38 self.apiVersion = apiVersion
43 return "(API: %s, ABI: %s)" % (self.apiVersion, self.abiVersion)
46 return "(API: %s, ABI: %s)" % (self.apiVersion, self.abiVersion)
build.py 50 buildName = "%s-%d-%s" % (buildType.lower(), nativeLib.apiVersion, nativeLib.abiVersion)
74 '-DDE_ANDROID_API=%s' % nativeLib.apiVersion,
  /frameworks/av/camera/aidl/android/hardware/
ICameraService.aidl 147 * apiVersion constants for supportsCameraApi
153 boolean supportsCameraApi(String cameraId, int apiVersion);
  /system/media/audio/include/system/
audio_effect.h 55 uint32_t apiVersion; // Version of the effect control API implemented
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiDeviceInitializationTests.cpp 81 VK_API_VERSION, // deUint32 apiVersion;
98 VK_API_VERSION, // deUint32 apiVersion;
115 VK_API_VERSION, // deUint32 apiVersion;
132 VK_API_VERSION, // deUint32 apiVersion;
148 VK_MAKE_VERSION(1, 0, patchNumbers[patchVersion]), // deUint32 apiVersion;
154 // test when apiVersion is 0
164 0u, // deUint32 apiVersion;
207 const ApiVersion apiVersion = unpackVersion(VK_API_VERSION);
210 vector<ApiVersion> invalidApiVersions
    [all...]
  /frameworks/av/media/libeffects/factory/
EffectsConfigLoader.c 271 if (EFFECT_API_VERSION_MAJOR(d->apiVersion) !=
273 ALOGW("Bad API version %08x on lib %s", d->apiVersion, l->name);
353 if (EFFECT_API_VERSION_MAJOR(d->apiVersion) !=
355 ALOGW("Bad API version %08x on lib %s", d->apiVersion, l->name);
EffectsFactoryState.c 135 sprintf(s, "%s apiVersion: %08X\n%s flags: %08X\n", idt,
136 desc->apiVersion, idt, desc->flags);
EffectsXmlConfigLoader.cpp 243 if (EFFECT_API_VERSION_MAJOR(result.effectDesc->apiVersion) != expectedMajorVersion) {
245 result.effectDesc->apiVersion, name.c_str(), result.lib->name, expectedMajorVersion);
  /frameworks/rs/rsov/driver/
rsovContext.cpp 39 .apiVersion = VK_API_VERSION_1_0};
  /packages/apps/Camera2/src/com/android/camera/device/
PortabilityCameraActions.java 56 CameraApi apiVersion,
62 mApiVersion = apiVersion;
  /external/vulkan-validation-layers/tests/
test_environment.cpp 47 app_.apiVersion = VK_API_VERSION_1_0;
vkrenderframework.h 133 this->app_info.apiVersion = VK_API_VERSION_1_0;
  /hardware/interfaces/camera/common/1.0/default/
CameraModule.cpp 280 int apiVersion = mModule->common.module_api_version;
281 if (apiVersion < CAMERA_MODULE_API_VERSION_2_0) {
  /external/deqp/external/vulkancts/modules/vulkan/
vktInfoTests.cpp 134 << "apiVersion: " << vk::unpackVersion(properties.apiVersion) << "\n"
  /frameworks/native/vulkan/tools/
vkinfo.cpp 270 .apiVersion = VK_API_VERSION_1_0,
496 VK_VERSION_MAJOR(info.properties.apiVersion),
497 VK_VERSION_MINOR(info.properties.apiVersion),
498 VK_VERSION_PATCH(info.properties.apiVersion),
  /packages/services/BuiltInPrintService/src/com/android/bips/ipp/
Backend.java 246 * @param apiVersion local system API version to be supplied to printers
249 native int nativeInit(JobCallback jobCallback, String dataDir, int apiVersion);
  /external/vulkan-validation-layers/demos/
vulkaninfo.c 654 .apiVersion = VK_API_VERSION_1_0,
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/
CameraManager.java 686 * @param apiVersion the version, i.e. {@code API_VERSION_1} or {@code API_VERSION_2}
689 private boolean supportsCameraApiLocked(String cameraId, int apiVersion) {
    [all...]
  /frameworks/native/vulkan/libvulkan/
driver.cpp 884 pCreateInfo->pApplicationInfo->apiVersion >= VK_MAKE_VERSION(1, 1, 0)) {
890 VK_VERSION_MAJOR(pCreateInfo->pApplicationInfo->apiVersion),
891 VK_VERSION_MINOR(pCreateInfo->pApplicationInfo->apiVersion));
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
Python.stg 32 apiVersion() ::= "1"
116 api_version = <apiVersion()>
242 api_version = <apiVersion()>
    [all...]
  /external/mesa3d/src/amd/vulkan/
radv_device.c 310 pCreateInfo->pApplicationInfo->apiVersion != 0) {
311 client_version = pCreateInfo->pApplicationInfo->apiVersion;
346 instance->apiVersion = client_version;
590 .apiVersion = VK_MAKE_VERSION(1, 0, 5),
    [all...]
  /external/mesa3d/src/intel/vulkan/
anv_device.c 307 pCreateInfo->pApplicationInfo->apiVersion != 0) {
308 client_version = pCreateInfo->pApplicationInfo->apiVersion;
347 instance->apiVersion = client_version;
629 .apiVersion = VK_MAKE_VERSION(1, 0, 5),
    [all...]

Completed in 720 milliseconds

1 2 3 4 5 6 7 8 91011>>