HomeSort by relevance Sort by last modified time
    Searched defs:GET_PARAMETERS (Results 1 - 3 of 3) 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";
  /frameworks/av/camera/
ICamera.cpp 45 GET_PARAMETERS,
275 remote()->transact(GET_PARAMETERS, data, &reply);
458 case GET_PARAMETERS: {
459 ALOGV("GET_PARAMETERS");
  /frameworks/av/media/libaudioclient/
IAudioFlinger.cpp 51 GET_PARAMETERS,
432 remote()->transact(GET_PARAMETERS, data, &reply);
    [all...]

Completed in 90 milliseconds