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

  /packages/apps/Camera/src/com/android/camera/
CameraManager.java 69 private static final int GET_PARAMETERS = 20;
187 case GET_PARAMETERS:
377 mCameraHandler.sendEmptyMessage(GET_PARAMETERS);
  /frameworks/av/camera/
ICamera.cpp 41 GET_PARAMETERS,
233 remote()->transact(GET_PARAMETERS, data, &reply);
382 case GET_PARAMETERS: {
383 ALOGV("GET_PARAMETERS");
  /frameworks/av/media/libmedia/
IAudioFlinger.cpp 51 GET_PARAMETERS,
338 remote()->transact(GET_PARAMETERS, data, &reply);
831 case GET_PARAMETERS: {
    [all...]

Completed in 393 milliseconds