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

  /packages/apps/Camera/src/com/android/camera/
CameraManager.java 68 private static final int SET_PARAMETERS = 19;
183 case SET_PARAMETERS:
366 mCameraHandler.obtainMessage(SET_PARAMETERS, params).sendToTarget();
  /frameworks/av/camera/
ICamera.cpp 40 SET_PARAMETERS,
223 remote()->transact(SET_PARAMETERS, data, &reply);
375 case SET_PARAMETERS: {
376 ALOGV("SET_PARAMETERS");
  /frameworks/av/media/libmedia/
IMediaRecorder.cpp 51 SET_PARAMETERS,
206 remote()->transact(SET_PARAMETERS, data, &reply);
412 case SET_PARAMETERS: {
IAudioFlinger.cpp 50 SET_PARAMETERS,
328 remote()->transact(SET_PARAMETERS, data, &reply);
824 case SET_PARAMETERS: {
    [all...]
  /frameworks/av/services/audioflinger/
AudioPolicyService.h 160 SET_PARAMETERS,
AudioPolicyService.cpp 694 case SET_PARAMETERS: {
839 command->mCommand = SET_PARAMETERS;
909 case SET_PARAMETERS: {
    [all...]

Completed in 73 milliseconds