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

  /frameworks/av/media/libaudioclient/
IAudioTrack.cpp 39 SET_PARAMETERS,
121 status_t status = remote()->transact(SET_PARAMETERS, data, &reply);
234 case SET_PARAMETERS: {
IAudioFlinger.cpp 50 SET_PARAMETERS,
422 remote()->transact(SET_PARAMETERS, data, &reply);
    [all...]
  /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";
  /frameworks/av/camera/
ICamera.cpp 44 SET_PARAMETERS,
265 remote()->transact(SET_PARAMETERS, data, &reply);
451 case SET_PARAMETERS: {
452 ALOGV("SET_PARAMETERS");
  /frameworks/av/media/libmedia/
IMediaRecorder.cpp 56 SET_PARAMETERS,
223 remote()->transact(SET_PARAMETERS, data, &reply);
486 case SET_PARAMETERS: {
  /frameworks/av/services/audiopolicy/service/
AudioPolicyService.h 256 SET_PARAMETERS,

Completed in 313 milliseconds