HomeSort by relevance Sort by last modified time
    Searched refs:GET_PARAMETERS (Results 1 - 4 of 4) 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 45 GET_PARAMETERS,
256 remote()->transact(GET_PARAMETERS, data, &reply);
426 case GET_PARAMETERS: {
427 ALOGV("GET_PARAMETERS");
  /frameworks/av/media/libmedia/
IAudioFlinger.cpp 51 GET_PARAMETERS,
428 remote()->transact(GET_PARAMETERS, data, &reply);
    [all...]

Completed in 7022 milliseconds