Searched refs:apiVersion (Results 1 - 11 of 11) sorted by relevance

/frameworks/av/camera/aidl/android/hardware/
H A DICameraService.aidl129 * apiVersion constants for supportsCameraApi
135 boolean supportsCameraApi(int cameraId, int apiVersion);
/frameworks/support/v4/java/android/support/v4/widget/
H A DScrollerCompat.java272 private ScrollerCompat(int apiVersion, Context context, Interpolator interpolator) { argument
273 if (apiVersion >= 14) { // ICS
275 } else if (apiVersion>= 9) { // Gingerbread
/frameworks/av/media/libeffects/factory/
H A DEffectsFactory.c627 if (EFFECT_API_VERSION_MAJOR(d->apiVersion) !=
629 ALOGW("Bad API version %08x on lib %s", d->apiVersion, l->name);
709 if (EFFECT_API_VERSION_MAJOR(d->apiVersion) !=
711 ALOGW("Bad API version %08x on lib %s", d->apiVersion, l->name);
938 sprintf(s, "%s apiVersion: %08X\n%s flags: %08X\n", idt,
939 desc->apiVersion, idt, desc->flags);
/frameworks/av/services/camera/libcameraservice/common/
H A DCameraModule.cpp275 int apiVersion = mModule->common.module_api_version; local
276 if (apiVersion < CAMERA_MODULE_API_VERSION_2_0) {
/frameworks/native/vulkan/tools/
H A Dvkinfo.cpp271 .apiVersion = VK_API_VERSION_1_0,
497 VK_VERSION_MAJOR(info.properties.apiVersion),
498 VK_VERSION_MINOR(info.properties.apiVersion),
499 VK_VERSION_PATCH(info.properties.apiVersion),
/frameworks/base/core/java/android/hardware/camera2/
H A DCameraManager.java724 * @param apiVersion the version, i.e. {@code API_VERSION_1} or {@code API_VERSION_2}
727 private boolean supportsCameraApiLocked(String cameraId, int apiVersion) { argument
743 return cameraService.supportsCameraApi(id, apiVersion);
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp1286 int apiVersion = mModule->getModuleApiVersion(); local
1288 apiVersion < CAMERA_MODULE_API_VERSION_2_3) {
1296 apiVersion);
1588 Status CameraService::supportsCameraApi(int cameraId, int apiVersion, bool *isSupported) { argument
1593 switch (apiVersion) {
1598 String8 msg = String8::format("Unknown API version %d", apiVersion);
1610 if (apiVersion == API_VERSION_2) {
1614 } else { // if (apiVersion == API_VERSION_1) {
H A DCameraService.h150 int32_t cameraId, int32_t apiVersion,
/frameworks/native/vulkan/nulldrv/
H A Dnull_driver.cpp391 properties->apiVersion = VK_MAKE_VERSION(1, 0, VK_HEADER_VERSION);
/frameworks/av/services/audioflinger/
H A DEffects.cpp983 snprintf(buffer, SIZE, "\t\t- apiVersion: %08X\n\t\t- flags: %08X (%s)\n",
984 mDescriptor.apiVersion,
/frameworks/native/vulkan/include/vulkan/
H A Dvulkan.h1164 uint32_t apiVersion; member in struct:VkApplicationInfo
1383 uint32_t apiVersion; member in struct:VkPhysicalDeviceProperties

Completed in 228 milliseconds