HomeSort by relevance Sort by last modified time
    Searched refs:GET_PARAMETERS (Results 1 - 5 of 5) sorted by null

  /frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
CameraActions.java 37 public static final int GET_PARAMETERS = 202;
87 case GET_PARAMETERS:
88 return "GET_PARAMETERS";
AndroidCameraAgentImpl.java 580 case CameraActions.GET_PARAMETERS: {
    [all...]
  /frameworks/av/camera/
ICamera.cpp 41 GET_PARAMETERS,
235 remote()->transact(GET_PARAMETERS, data, &reply);
387 case GET_PARAMETERS: {
388 ALOGV("GET_PARAMETERS");
  /packages/apps/Camera/src/com/android/camera/
CameraManager.java 73 private static final int GET_PARAMETERS = 20;
229 case GET_PARAMETERS:
470 mCameraHandler.sendEmptyMessage(GET_PARAMETERS);
  /frameworks/av/media/libmedia/
IAudioFlinger.cpp 51 GET_PARAMETERS,
414 remote()->transact(GET_PARAMETERS, data, &reply);
    [all...]

Completed in 473 milliseconds