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

  /packages/apps/Gallery2/src/com/android/camera/
CameraManager.java 69 private static final int SET_PARAMETERS = 19;
230 case SET_PARAMETERS:
438 mCameraHandler.obtainMessage(SET_PARAMETERS, params.flatten())
  /frameworks/av/camera/
ICamera.cpp 39 SET_PARAMETERS,
211 remote()->transact(SET_PARAMETERS, data, &reply);
357 case SET_PARAMETERS: {
358 ALOGV("SET_PARAMETERS");
  /packages/apps/Camera/src/com/android/camera/
CameraManager.java 72 private static final int SET_PARAMETERS = 19;
225 case SET_PARAMETERS:
459 mCameraHandler.obtainMessage(SET_PARAMETERS, params).sendToTarget();
  /frameworks/av/media/libmedia/
IMediaRecorder.cpp 51 SET_PARAMETERS,
207 remote()->transact(SET_PARAMETERS, data, &reply);
423 case SET_PARAMETERS: {
IAudioFlinger.cpp 50 SET_PARAMETERS,
324 remote()->transact(SET_PARAMETERS, data, &reply);
832 case SET_PARAMETERS: {
    [all...]
  /frameworks/av/services/audioflinger/
AudioPolicyService.h 160 SET_PARAMETERS,
AudioPolicyService.cpp 714 case SET_PARAMETERS: {
852 command->mCommand = SET_PARAMETERS;
913 case SET_PARAMETERS: {
    [all...]

Completed in 720 milliseconds