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/libaudioclient/
H A DIAudioTrack.cpp39 SET_PARAMETERS, enumerator in enum:android::__anon186
121 status_t status = remote()->transact(SET_PARAMETERS, data, &reply);
234 case SET_PARAMETERS: {
H A DIAudioFlinger.cpp50 SET_PARAMETERS, enumerator in enum:android::__anon181
422 remote()->transact(SET_PARAMETERS, data, &reply);
959 case SET_PARAMETERS:
1130 case SET_PARAMETERS: {
/frameworks/av/camera/
H A DICamera.cpp44 SET_PARAMETERS, enumerator in enum:android::hardware::__anon2
265 remote()->transact(SET_PARAMETERS, data, &reply);
451 case SET_PARAMETERS: {
452 ALOGV("SET_PARAMETERS");
/frameworks/av/media/libmedia/
H A DIMediaRecorder.cpp56 SET_PARAMETERS, enumerator in enum:android::__anon364
223 remote()->transact(SET_PARAMETERS, data, &reply);
486 case SET_PARAMETERS: {
/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyService.cpp439 case SET_PARAMETERS: {
681 command->mCommand = SET_PARAMETERS;
879 case SET_PARAMETERS: {
H A DAudioPolicyService.h256 SET_PARAMETERS, enumerator in enum:android::AudioPolicyService::AudioCommandThread::__anon993

Completed in 375 milliseconds