Searched refs:GET_PARAMETERS (Results 1 - 4 of 4) sorted by relevance

/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DCameraActions.java37 public static final int GET_PARAMETERS = 202; field in class:CameraActions
87 case GET_PARAMETERS:
88 return "GET_PARAMETERS";
H A DAndroidCameraAgentImpl.java580 case CameraActions.GET_PARAMETERS: {
1013 CameraActions.GET_PARAMETERS, parametersHolder).sendToTarget();
/frameworks/av/camera/
H A DICamera.cpp45 GET_PARAMETERS, enumerator in enum:android::hardware::__anon2
275 remote()->transact(GET_PARAMETERS, data, &reply);
458 case GET_PARAMETERS: {
459 ALOGV("GET_PARAMETERS");
/frameworks/av/media/libaudioclient/
H A DIAudioFlinger.cpp51 GET_PARAMETERS, enumerator in enum:android::__anon181
432 remote()->transact(GET_PARAMETERS, data, &reply);
1137 case GET_PARAMETERS: {

Completed in 251 milliseconds