HomeSort by relevance Sort by last modified time
    Searched defs:getCameraInfo (Results 1 - 25 of 56) sorted by null

1 2 3

  /device/generic/goldfish/camera/
EmulatedBaseCamera.cpp 58 status_t EmulatedBaseCamera::getCameraInfo(struct camera_info* info)
EmulatedCamera3.cpp 106 status_t EmulatedCamera3::getCameraInfo(struct camera_info* info) {
107 return EmulatedBaseCamera::getCameraInfo(info);
EmulatedCamera2.cpp 96 status_t EmulatedCamera2::getCameraInfo(struct camera_info* info) {
97 return EmulatedBaseCamera::getCameraInfo(info);
EmulatedCameraFactory.cpp 234 int EmulatedCameraFactory::getCameraInfo(int camera_id, struct camera_info* info)
249 return mEmulatedCameras[camera_id]->getCameraInfo(info);
296 return gEmulatedCameraFactory.getCameraInfo(camera_id, info);
  /device/asus/flo/camera/QCamera2/HAL/
QCamera2Factory.cpp 99 return gQCamera2Factory.getCameraInfo(camera_id, info);
117 * FUNCTION : getCameraInfo
129 int QCamera2Factory::getCameraInfo(int camera_id, struct camera_info *info)
  /device/asus/flo/camera/QCamera2/HAL3/
QCamera3Factory.cpp 101 return gQCamera3Factory.getCameraInfo(camera_id, info);
119 * FUNCTION : getCameraInfo
131 int QCamera3Factory::getCameraInfo(int camera_id, struct camera_info *info)
  /hardware/qcom/camera/QCamera2/HAL/
QCamera2Factory.cpp 99 return gQCamera2Factory.getCameraInfo(camera_id, info);
117 * FUNCTION : getCameraInfo
129 int QCamera2Factory::getCameraInfo(int camera_id, struct camera_info *info)
  /hardware/qcom/camera/QCamera2/HAL3/
QCamera3Factory.cpp 63 //calls to 'getCameraInfo()'
65 getCameraInfo(i, &info);
113 return gQCamera3Factory.getCameraInfo(camera_id, info);
131 * FUNCTION : getCameraInfo
143 int QCamera3Factory::getCameraInfo(int camera_id, struct camera_info *info)
  /frameworks/base/media/java/android/media/
CameraProfile.java 61 Camera.getCameraInfo(i, cameraInfo);
  /hardware/libhardware/modules/camera/
CameraHAL.cpp 71 int CameraHAL::getCameraInfo(int id, struct camera_info* info)
119 return gCameraHAL.getCameraInfo(id, info);
  /developers/samples/android/common/src/com/example/android/common/media/
CameraHelper.java 129 Camera.getCameraInfo(i, cameraInfo);
  /packages/apps/Camera/src/com/android/camera/
DisableCameraReceiver.java 65 android.hardware.Camera.getCameraInfo(i, info);
CameraHolder.java 169 android.hardware.Camera.getCameraInfo(i, mInfo[i]);
187 public CameraInfo[] getCameraInfo() {
  /packages/apps/Camera2/src/com/android/camera/
DisableCameraReceiver.java 65 android.hardware.Camera.getCameraInfo(i, info);
CameraHolder.java 169 android.hardware.Camera.getCameraInfo(i, mInfo[i]);
187 public CameraInfo[] getCameraInfo() {
  /packages/apps/Gallery2/src/com/android/camera/
DisableCameraReceiver.java 65 android.hardware.Camera.getCameraInfo(i, info);
  /pdk/apps/TestingCamera/src/com/android/testingcamera/
InfoDialogFragment.java 50 Camera.getCameraInfo(cameraId, cameraInfo);
  /packages/apps/LegacyCamera/src/com/android/camera/
CameraHolder.java 102 android.hardware.Camera.getCameraInfo(i, mInfo[i]);
116 public CameraInfo[] getCameraInfo() {
  /frameworks/av/camera/
CameraBase.cpp 197 status_t CameraBase<TCam, TCamTraits>::getCameraInfo(int cameraId,
201 return cs->getCameraInfo(cameraId, cameraInfo);
ICameraService.cpp 107 virtual status_t getCameraInfo(int cameraId,
256 status_t result = getCameraInfo(data.readInt32(), &cameraInfo);
  /frameworks/av/services/camera/libcameraservice/api_pro/
ProCamera2Client.cpp 315 status_t ProCamera2Client::getCameraInfo(int cameraId,
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
TextureViewActivity.java 121 Camera.getCameraInfo(i, info);
  /packages/experimental/CameraPreviewTest/src/com/example/android/videochatcameratest/
VideoChatTestActivity.java 82 Camera.getCameraInfo(id, info);
198 Camera.getCameraInfo(i, info);
208 Camera.getCameraInfo(i, info);
286 android.hardware.Camera.getCameraInfo(cameraId, info);
  /cts/tests/tests/app/src/android/app/cts/
SystemFeaturesTest.java 129 Camera.getCameraInfo(i, info);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowCamera.java 103 public static void getCameraInfo(int cameraId, Camera.CameraInfo cameraInfo ) {

Completed in 451 milliseconds

1 2 3