Searched refs:mapAeAndFlashMode (Results 1 - 2 of 2) sorted by last modified time

/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DLegacyRequestMapper.java224 mapAeAndFlashMode(request, /*out*/params);
535 private static void mapAeAndFlashMode(CaptureRequest r, /*out*/Parameters p) { method in class:LegacyRequestMapper
558 Log.w(TAG, "mapAeAndFlashMode - Ignore flash.mode == TORCH;" +
565 Log.w(TAG, "mapAeAndFlashMode - Ignore flash.mode == SINGLE;" +
575 Log.w(TAG, "mapAeAndFlashMode - Ignore control.aeMode == ON_ALWAYS_FLASH;" +
582 Log.w(TAG, "mapAeAndFlashMode - Ignore control.aeMode == ON_AUTO_FLASH;" +
589 Log.w(TAG, "mapAeAndFlashMode - Ignore control.aeMode == ON_AUTO_FLASH_REDEYE;"
602 "mapAeAndFlashMode - set flash.mode (api1) to " + flashModeSetting
H A DLegacyResultMapper.java223 // flash.mode, flash.state mapped in mapAeAndFlashMode
326 mapAeAndFlashMode(m, characteristics, p);
407 private static void mapAeAndFlashMode(CameraMetadataNative m, method in class:LegacyResultMapper
441 "mapAeAndFlashMode - Ignoring unknown flash mode " + p.getFlashMode());

Completed in 39 milliseconds