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

/frameworks/base/core/java/android/hardware/
H A DICameraService.aidl72 int supportsCameraApi(int cameraId, int apiVersion);
/frameworks/support/v4/java/android/support/v4/widget/
H A DScrollerCompat.java262 private ScrollerCompat(int apiVersion, Context context, Interpolator interpolator) { argument
263 if (apiVersion >= 14) { // ICS
265 } else if (apiVersion>= 9) { // Gingerbread
/frameworks/av/include/camera/
H A DICameraService.h145 int cameraId, int apiVersion) = 0;
/frameworks/av/services/camera/libcameraservice/common/
H A DCameraModule.cpp186 int apiVersion = mModule->common.module_api_version; local
187 if (apiVersion < CAMERA_MODULE_API_VERSION_2_0) {
/frameworks/av/camera/
H A DICameraService.cpp312 virtual status_t supportsCameraApi(int cameraId, int apiVersion) { argument
317 data.writeInt32(apiVersion);
464 int apiVersion = data.readInt32(); local
468 reply->writeInt32(supportsCameraApi(cameraId, apiVersion));
/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/base/core/java/android/hardware/camera2/
H A DCameraManager.java683 * @param apiVersion the version, i.e. {@code API_VERSION_1} or {@code API_VERSION_2}
686 private boolean supportsCameraApiLocked(String cameraId, int apiVersion) { argument
702 int res = cameraService.supportsCameraApi(id, apiVersion);
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp1159 int apiVersion = mModule->getModuleApiVersion(); local
1161 apiVersion < CAMERA_MODULE_API_VERSION_2_3) {
1169 __FUNCTION__, apiVersion);
1417 status_t CameraService::supportsCameraApi(int cameraId, int apiVersion) { argument
1420 switch (apiVersion) {
1425 ALOGE("%s: Bad API version %d", __FUNCTION__, apiVersion);
1438 if (apiVersion == API_VERSION_2) {
1442 } else { // if (apiVersion == API_VERSION_1) {
H A DCameraService.h146 int cameraId, int apiVersion);
/frameworks/av/services/audioflinger/
H A DEffects.cpp978 snprintf(buffer, SIZE, "\t\t- apiVersion: %08X\n\t\t- flags: %08X (%s)\n",
979 mDescriptor.apiVersion,

Completed in 836 milliseconds