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

/frameworks/av/camera/aidl/android/hardware/
H A DICameraService.aidl147 * apiVersion constants for supportsCameraApi
153 boolean supportsCameraApi(String cameraId, int apiVersion);
/frameworks/av/media/libeffects/factory/
H A DEffectsConfigLoader.c271 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);
H A DEffectsFactoryState.c135 sprintf(s, "%s apiVersion: %08X\n%s flags: %08X\n", idt,
136 desc->apiVersion, idt, desc->flags);
H A DEffectsXmlConfigLoader.cpp243 if (EFFECT_API_VERSION_MAJOR(result.effectDesc->apiVersion) != expectedMajorVersion) {
245 result.effectDesc->apiVersion, name.c_str(), result.lib->name, expectedMajorVersion);
/frameworks/rs/rsov/driver/
H A DrsovContext.cpp39 .apiVersion = VK_API_VERSION_1_0};
/frameworks/native/vulkan/tools/
H A Dvkinfo.cpp270 .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),
/frameworks/native/vulkan/vkjson/
H A Dvkjson.cc474 visitor->Visit("apiVersion", &properties->apiVersion) &&
742 switch (device->properties.apiVersion ^
743 VK_VERSION_PATCH(device->properties.apiVersion)) {
H A Dvkjson_instance.cc146 if (device.properties.apiVersion >= VK_API_VERSION_1_1) {
/frameworks/base/core/java/android/hardware/camera2/
H A DCameraManager.java756 * @param apiVersion the version, i.e. {@code API_VERSION_1} or {@code API_VERSION_2}
759 private boolean supportsCameraApiLocked(String cameraId, int apiVersion) { argument
773 return cameraService.supportsCameraApi(cameraId, apiVersion);
/frameworks/native/vulkan/libvulkan/
H A Ddriver.cpp602 // If pApplicationInfo is NULL, apiVersion is assumed to be 1.0:
606 application_info_.apiVersion = VK_API_VERSION_1_0;
980 ? pCreateInfo->pApplicationInfo->apiVersion
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp1676 Status CameraService::supportsCameraApi(const String16& cameraId, int apiVersion, argument
1684 switch (apiVersion) {
1689 String8 msg = String8::format("Unknown API version %d", apiVersion);
1699 if (apiVersion == API_VERSION_2) {
1703 } else { // if (apiVersion == API_VERSION_1) {
H A DCameraService.h158 const String16& cameraId, int32_t apiVersion,
/frameworks/native/vulkan/nulldrv/
H A Dnull_driver.cpp400 properties->apiVersion = VK_MAKE_VERSION(1, 0, VK_HEADER_VERSION);
/frameworks/av/services/audioflinger/
H A DEffects.cpp1397 result.appendFormat("\t\t- apiVersion: %08X\n\t\t- flags: %08X (%s)\n",
1398 mDescriptor.apiVersion,
/frameworks/native/vulkan/include/vulkan/
H A Dvulkan_core.h1609 uint32_t apiVersion; member in struct:VkApplicationInfo
1857 uint32_t apiVersion; member in struct:VkPhysicalDeviceProperties

Completed in 452 milliseconds