HomeSort by relevance Sort by last modified time
    Searched refs:controlMode (Results 1 - 25 of 26) sorted by null

1 2

  /hardware/qcom/gps/loc_api/libloc_api_50001/
LocEngAdapter.h 213 setSensorPerfControlConfig(int controlMode, int accelSamplesPerBatch, int accelBatchesPerSec,
218 return mLocApi->setSensorPerfControlConfig(controlMode, accelSamplesPerBatch, accelBatchesPerSec,
loc_eng.cpp 671 int controlMode,
682 mControlMode(controlMode),
    [all...]
  /hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
LocEngAdapter.h 217 setSensorPerfControlConfig(int controlMode, int accelSamplesPerBatch, int accelBatchesPerSec,
222 return mLocApi->setSensorPerfControlConfig(controlMode, accelSamplesPerBatch, accelBatchesPerSec,
loc_eng.cpp 649 int controlMode,
660 mControlMode(controlMode),
    [all...]
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
LocEngAdapter.h 202 setSensorPerfControlConfig(int controlMode, int accelSamplesPerBatch, int accelBatchesPerSec,
207 return mLocApi->setSensorPerfControlConfig(controlMode, accelSamplesPerBatch, accelBatchesPerSec,
loc_eng.cpp 587 int controlMode,
598 mControlMode(controlMode),
    [all...]
  /hardware/qcom/gps/msm8974/loc_api/libloc_api_50001/
LocEngAdapter.h 217 setSensorPerfControlConfig(int controlMode, int accelSamplesPerBatch, int accelBatchesPerSec,
222 return mLocApi->setSensorPerfControlConfig(controlMode, accelSamplesPerBatch, accelBatchesPerSec,
loc_eng.cpp 649 int controlMode,
660 mControlMode(controlMode),
    [all...]
  /hardware/qcom/gps/msm8084/core/
LocApiBase.h 181 setSensorPerfControlConfig(int controlMode,
LocApiBase.cpp 435 setSensorPerfControlConfig(int controlMode,
  /hardware/qcom/gps/msm8960/core/
LocApiBase.h 163 setSensorPerfControlConfig(int controlMode,
LocApiBase.cpp 392 setSensorPerfControlConfig(int controlMode,
  /hardware/qcom/gps/msm8974/core/
LocApiBase.h 181 setSensorPerfControlConfig(int controlMode,
LocApiBase.cpp 435 setSensorPerfControlConfig(int controlMode,
  /packages/apps/MusicFX/src/com/android/musicfx/
ControlPanelEffect.java 48 static enum ControlMode {
162 final ControlMode controlMode = getControlMode(audioSession);
284 if (controlMode == ControlMode.CONTROL_PREFERENCES) {
339 public static ControlMode getControlMode(final int audioSession) {
341 return ControlMode.CONTROL_PREFERENCES;
343 return ControlMode.CONTROL_EFFECTS;
361 final ControlMode controlMode = getControlMode(audioSession)
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/legacy/
LegacyRequestMapper.java 319 int controlMode = ParamsUtils.getOrDefault(request, CONTROL_MODE,
322 switch (controlMode) {
341 Log.w(TAG, "Control mode " + controlMode +
LegacyResultMapper.java 167 int controlMode = ParamsUtils.getOrDefault(request, CaptureRequest.CONTROL_MODE,
169 if (controlMode == CaptureResult.CONTROL_MODE_USE_SCENE_MODE) {
  /hardware/qcom/gps/core/
LocApiBase.h 190 setSensorPerfControlConfig(int controlMode,
LocApiBase.cpp 470 setSensorPerfControlConfig(int controlMode,
  /device/moto/shamu/camera/QCamera/HAL2/core/src/
QCameraHWI_Metatags.cpp 648 static const uint8_t controlMode = ANDROID_CONTROL_AUTO;
649 ADD_OR_SIZE(ANDROID_CONTROL_MODE, &controlMode, 1);
  /device/generic/goldfish/camera/
EmulatedFakeCamera3.cpp 615 const uint8_t controlMode = (type == CAMERA3_TEMPLATE_MANUAL) ?
618 settings.update(ANDROID_CONTROL_MODE, &controlMode, 1);
    [all...]
EmulatedFakeCamera2.cpp     [all...]
  /device/asus/flo/camera/QCamera2/HAL3/
QCamera3HWI.cpp     [all...]
  /device/lge/hammerhead/camera/QCamera2/HAL3/
QCamera3HWI.cpp     [all...]
  /device/moto/shamu/camera/QCamera2/HAL3/
QCamera3HWI.cpp     [all...]

Completed in 438 milliseconds

1 2