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

  /frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
CameraActions.java 36 public static final int SET_PARAMETERS = 201;
85 case SET_PARAMETERS:
86 return "SET_PARAMETERS";
AndroidCameraAgentImpl.java 572 case CameraActions.SET_PARAMETERS: {
    [all...]
  /frameworks/av/media/libmedia/
IAudioTrack.cpp 42 SET_PARAMETERS,
171 status_t status = remote()->transact(SET_PARAMETERS, data, &reply);
267 case SET_PARAMETERS: {
IMediaRecorder.cpp 53 SET_PARAMETERS,
209 remote()->transact(SET_PARAMETERS, data, &reply);
425 case SET_PARAMETERS: {
IAudioFlinger.cpp 50 SET_PARAMETERS,
404 remote()->transact(SET_PARAMETERS, data, &reply);
    [all...]
  /frameworks/av/camera/
ICamera.cpp 40 SET_PARAMETERS,
225 remote()->transact(SET_PARAMETERS, data, &reply);
380 case SET_PARAMETERS: {
381 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/services/audiopolicy/
AudioPolicyService.cpp 427 case SET_PARAMETERS: {
632 command->mCommand = SET_PARAMETERS;
796 case SET_PARAMETERS: {
    [all...]
AudioPolicyService.h 233 SET_PARAMETERS,

Completed in 271 milliseconds