Home
last modified time | relevance | path

Searched refs:mTorchStatus (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/core/java/android/hardware/camera2/
H A DCameraManager.java1410 private final ArrayMap<String, Integer> mTorchStatus = new ArrayMap<String, Integer>(); field in CameraManager.CameraManagerGlobal
1670 mTorchStatus.remove(id); in getCameraIdListNoLazy()
2109 for (int i = 0; i < mTorchStatus.size(); i++) { in updateTorchCallbackLocked()
2110 String id = mTorchStatus.keyAt(i); in updateTorchCallbackLocked()
2111 Integer status = mTorchStatus.valueAt(i); in updateTorchCallbackLocked()
2128 Integer oldStatus = mTorchStatus.put(id, status); in onTorchStatusChangedLocked()
2324 for (int i = 0; i < mTorchStatus.size(); i++) { in binderDied()
2325 String cameraId = mTorchStatus.keyAt(i); in binderDied()
/aosp12/hardware/interfaces/camera/provider/2.4/vts/functional/
H A DVtsHalCameraProviderV2_4TargetTest.cpp694 mParent->mTorchStatus = newStatus; in torchModeStatusChange()
1068 TorchModeStatus mTorchStatus; // Current torch status member in CameraHidlTest
2912 mTorchStatus = TorchModeStatus::NOT_AVAILABLE; in TEST_P()
2923 while (TorchModeStatus::NOT_AVAILABLE == mTorchStatus) { in TEST_P()
2928 ASSERT_EQ(TorchModeStatus::AVAILABLE_ON, mTorchStatus); in TEST_P()
2929 mTorchStatus = TorchModeStatus::NOT_AVAILABLE; in TEST_P()
2938 while (TorchModeStatus::NOT_AVAILABLE == mTorchStatus) { in TEST_P()
2943 ASSERT_EQ(TorchModeStatus::AVAILABLE_OFF, mTorchStatus); in TEST_P()
2961 mTorchStatus = TorchModeStatus::NOT_AVAILABLE; in TEST_P()
2978 ASSERT_EQ(TorchModeStatus::AVAILABLE_ON, mTorchStatus); in TEST_P()
[all …]
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt21589 Landroid/hardware/camera2/CameraManager$CameraManagerGlobal;->mTorchStatus:Landroid/util/ArrayMap;