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

  /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);
  /packages/apps/Camera2/src/com/android/camera/
AndroidCameraManagerImpl.java 71 private static final int GET_PARAMETERS = 202;
301 case GET_PARAMETERS:
534 mCameraHandler.sendEmptyMessage(GET_PARAMETERS);
  /frameworks/av/media/libmedia/
IAudioFlinger.cpp 51 GET_PARAMETERS,
360 remote()->transact(GET_PARAMETERS, data, &reply);
    [all...]

Completed in 250 milliseconds