Searched refs:mTorchStatus (Results 1 – 3 of 3) sorted by relevance
1410 private final ArrayMap<String, Integer> mTorchStatus = new ArrayMap<String, Integer>(); field in CameraManager.CameraManagerGlobal1670 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()
694 mParent->mTorchStatus = newStatus; in torchModeStatusChange()1068 TorchModeStatus mTorchStatus; // Current torch status member in CameraHidlTest2912 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 …]
21589 Landroid/hardware/camera2/CameraManager$CameraManagerGlobal;->mTorchStatus:Landroid/util/ArrayMap;