Home
last modified time | relevance | path

Searched defs:modeIndex (Results 1 – 25 of 25) sorted by relevance

/ohos5.0/foundation/window/window_manager/utils/src/
H A Dscreen_info.cpp35 for (uint32_t modeIndex = 0; modeIndex < modes_.size(); modeIndex++) { in Marshalling() local
82 for (uint32_t modeIndex = 0; modeIndex < size; modeIndex++) { in InnerUnmarshalling() local
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/
H A DMagnificationModePreferenceControllerTest.java174 int modeIndex = AdapterView.NO_ID; in performItemClickWith() local
188 listView.performItemClick(listView.getChildAt(modeIndex), modeIndex, modeIndex); in performItemClickWith() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/screen_manager/
H A Drs_screen_data.cpp70 for (uint32_t modeIndex = 0; modeIndex < supportModes.size(); modeIndex++) { in WriteVector() local
80 for (uint32_t modeIndex = 0; modeIndex < unmarModeCount; modeIndex++) { in ReadVector() local
/ohos5.0/foundation/multimedia/camera_lite/frameworks/
H A Dcamera_manager.h38 virtual int32_t SetCameraMode(uint8_t modeIndex) in SetCameraMode()
H A Dcamera_kit.cpp75 int32_t CameraKit::SetCameraMode(uint8_t modeIndex) in SetCameraMode()
H A Dcamera_manager.cpp112 int32_t SetCameraMode(uint8_t modeIndex) override in SetCameraMode()
/ohos5.0/foundation/multimedia/camera_lite/frameworks/passthrough/src/
H A Dcamera_service_client.cpp66 int32_t CameraServiceClient::SetCameraMode(uint8_t modeIndex) in SetCameraMode()
/aosp12/frameworks/av/media/codecs/amrnb/enc/fuzzer/
H A Damrnb_enc_fuzzer.cpp67 int modeIndex = ((startByte >> 3) % 9); in encodeFrames() local
/aosp12/packages/apps/Camera2/src/com/android/camera/util/
H A DCameraUtil.java1124 public static int getCameraThemeColorId(int modeIndex, Context context) { in getCameraThemeColorId()
1144 public static int getCameraModeIconResId(int modeIndex, Context context) { in getCameraModeIconResId()
1163 public static String getCameraModeText(int modeIndex, Context context) { in getCameraModeText()
1182 public static String getCameraModeContentDescription(int modeIndex, Context context) { in getCameraModeContentDescription()
1199 public static int getCameraShutterIconId(int modeIndex, Context context) { in getCameraShutterIconId()
1217 public static int getCameraModeParentModeId(int modeIndex, Context context) { in getCameraModeParentModeId()
1235 public static int getCameraModeCoverIconResId(int modeIndex, Context context) { in getCameraModeCoverIconResId()
/aosp12/packages/apps/Camera2/src/com/android/camera/app/
H A DAppController.java132 public int getModuleId(int modeIndex); in getModuleId()
150 public int getPreferredChildModeIndex(int modeIndex); in getPreferredChildModeIndex()
H A DCameraAppUI.java1534 public void onModeButtonPressed(int modeIndex) { in onModeButtonPressed()
1549 public void onModeSelected(int modeIndex) { in onModeSelected()
/aosp12/packages/apps/Camera2/src/com/android/camera/
H A DCameraActivity.java1694 int modeIndex = -1; in getModeIndex() local
2179 int modeIndex = getModeIndex(); in onStartTasks() local
2468 public int getPreferredChildModeIndex(int modeIndex) { in getPreferredChildModeIndex()
2479 public void onModeSelected(int modeIndex) { in onModeSelected()
2550 public int getModuleId(int modeIndex) { in getModuleId()
2562 private void setModuleFromModeIndex(int modeIndex) { in setModuleFromModeIndex()
H A DButtonManager.java995 int modeIndex = mSettingsManager.getIndexOfCurrentValue(SettingsManager.SCOPE_GLOBAL, in updatePanoButtons() local
/ohos5.0/foundation/multimedia/camera_lite/services/impl/src/
H A Dcamera_service.cpp193 int32_t CameraService::SetCameraMode(uint8_t modeIndex) in SetCameraMode()
/aosp12/packages/apps/Camera2/src/com/android/camera/widget/
H A DIndicatorIconController.java175 int modeIndex = mController.getCurrentModuleIndex(); in syncFlashIndicator() local
/ohos5.0/foundation/multimedia/camera_lite/frameworks/binder/src/
H A Dcamera_service_client.cpp283 int32_t CameraServiceClient::SetCameraMode(uint8_t modeIndex) in SetCameraMode()
/aosp12/frameworks/base/tests/TouchLatency/app/src/main/java/com/prefabulated/touchlatency/
H A DTouchLatencyActivity.java282 int modeIndex = (mCurrentModeIndex + 1) % mDisplayModes.length; in changeDisplayMode() local
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/utils/
H A Dmetadata_common_utils.cpp92 for (uint32_t modeIndex = 0; modeIndex < extendInfo.modeCount; modeIndex++) { in GetSupportedPreviewSizeRangeFromExtendConfig() local
/aosp12/packages/apps/Camera2/src/com/android/camera/ui/
H A DModeListView.java917 public void onModeButtonPressed(int modeIndex); in onModeButtonPressed()
918 public void onModeSelected(int modeIndex); in onModeSelected()
1264 private void onModeSelected(int modeIndex) { in onModeSelected()
/aosp12/hardware/qcom/display/msm8994/libhdmi/
H A Dhdmi.cpp751 int modeIndex = -1; in getModeIndex() local
/ohos5.0/foundation/multimedia/camera_lite/services/server/src/
H A Dcamera_server.cpp374 uint8_t modeIndex; in SetCameraMode() local
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/role/model/
H A DRoleParser.java773 int modeIndex = sModeNameToMode.indexOfKey(modeName); in parseAppOps() local
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/input/
H A Dcamera_manager.cpp1585 …id CameraManager::CreateDepthProfile4StreamType(OutputCapStreamType streamType, uint32_t modeIndex, in CreateDepthProfile4StreamType()
1830uint32_t modeIndex, uint32_t streamIndex, ExtendInfo extendInfo) __attribute__((no_sanitize("cfi")… in CreateProfile4StreamType()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/transaction/
H A Drs_render_service_connection_stub.cpp855 for (uint32_t modeIndex = 0; modeIndex < screenSupportedModes.size(); modeIndex++) { in OnRemoteRequest() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_render_service_connection_proxy.cpp1225 for (uint64_t modeIndex = 0; modeIndex < modeCount; modeIndex++) { in GetScreenSupportedModes() local