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.cpp42 SET_PARAMETERS, enumerator in enum:android::__anon247
171 status_t status = remote()->transact(SET_PARAMETERS, data, &reply);
267 case SET_PARAMETERS: {
H A DIMediaRecorder.cpp53 SET_PARAMETERS, enumerator in enum:android::__anon262
209 remote()->transact(SET_PARAMETERS, data, &reply);
425 case SET_PARAMETERS: {
H A DIAudioFlinger.cpp50 SET_PARAMETERS, enumerator in enum:android::__anon242
404 remote()->transact(SET_PARAMETERS, data, &reply);
1058 case SET_PARAMETERS: {
/frameworks/av/camera/
H A DICamera.cpp40 SET_PARAMETERS, enumerator in enum:android::__anon2
225 remote()->transact(SET_PARAMETERS, data, &reply);
380 case SET_PARAMETERS: {
381 ALOGV("SET_PARAMETERS");
/frameworks/av/services/audiopolicy/
H A DAudioPolicyService.cpp427 case SET_PARAMETERS: {
632 command->mCommand = SET_PARAMETERS;
796 case SET_PARAMETERS: {
H A DAudioPolicyService.h233 SET_PARAMETERS, enumerator in enum:android::AudioPolicyService::AudioCommandThread::__anon753

Completed in 103 milliseconds