Searched refs:SET_PARAMETERS (Results 1 - 8 of 8) sorted by relevance

/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DCameraActions.java36 public static final int SET_PARAMETERS = 201; field in class:CameraActions
85 case SET_PARAMETERS:
86 return "SET_PARAMETERS";
H A DAndroidCameraAgentImpl.java572 case CameraActions.SET_PARAMETERS: {
994 mCameraHandler.obtainMessage(CameraActions.SET_PARAMETERS, flattenedParameters)
/frameworks/av/media/libmedia/
H A DIAudioTrack.cpp39 SET_PARAMETERS, enumerator in enum:android::__anon261
119 status_t status = remote()->transact(SET_PARAMETERS, data, &reply);
186 case SET_PARAMETERS: {
H A DIMediaRecorder.cpp54 SET_PARAMETERS, enumerator in enum:android::__anon282
212 remote()->transact(SET_PARAMETERS, data, &reply);
452 case SET_PARAMETERS: {
H A DIAudioFlinger.cpp50 SET_PARAMETERS, enumerator in enum:android::__anon256
418 remote()->transact(SET_PARAMETERS, data, &reply);
1100 case SET_PARAMETERS: {
/frameworks/av/camera/
H A DICamera.cpp44 SET_PARAMETERS, enumerator in enum:android::hardware::__anon2
246 remote()->transact(SET_PARAMETERS, data, &reply);
419 case SET_PARAMETERS: {
420 ALOGV("SET_PARAMETERS");
/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyService.cpp502 case SET_PARAMETERS: {
744 command->mCommand = SET_PARAMETERS;
942 case SET_PARAMETERS: {
H A DAudioPolicyService.h260 SET_PARAMETERS, enumerator in enum:android::AudioPolicyService::AudioCommandThread::__anon811

Completed in 184 milliseconds