Home | History | Annotate | Download | only in libcameraservice

Lines Matching refs:apiVersion

1099 status_t CameraService::supportsCameraApi(int cameraId, int apiVersion) {
1102 switch (apiVersion) {
1107 ALOGE("%s: Bad API version %d", __FUNCTION__, apiVersion);
1120 if (apiVersion == API_VERSION_2) {
1124 } else { // if (apiVersion == API_VERSION_1) {