Home
last modified time | relevance | path

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

/hardware/interfaces/camera/provider/aidl/vts/
Dtorch_provider_cb.cpp26 mParent->mTorchStatus = newStatus; in torchModeStatusChange()
DVtsAidlHalCameraProvider_TargetTest.cpp399 mTorchStatus = TorchModeStatus::NOT_AVAILABLE; in TEST_P()
411 while (TorchModeStatus::NOT_AVAILABLE == mTorchStatus) { in TEST_P()
416 ASSERT_EQ(TorchModeStatus::AVAILABLE_ON, mTorchStatus); in TEST_P()
417 mTorchStatus = TorchModeStatus::NOT_AVAILABLE; in TEST_P()
432 while (TorchModeStatus::NOT_AVAILABLE == mTorchStatus) { in TEST_P()
437 ASSERT_EQ(TorchModeStatus::AVAILABLE_OFF, mTorchStatus); in TEST_P()
476 mTorchStatus = TorchModeStatus::NOT_AVAILABLE; in TEST_P()
486 while (TorchModeStatus::NOT_AVAILABLE == mTorchStatus) { in TEST_P()
491 ASSERT_EQ(TorchModeStatus::AVAILABLE_ON, mTorchStatus); in TEST_P()
492 mTorchStatus = TorchModeStatus::NOT_AVAILABLE; in TEST_P()
[all …]
Dcamera_aidl_test.h618 TorchModeStatus mTorchStatus; // Current torch status variable
/hardware/interfaces/camera/provider/2.4/vts/functional/
DVtsHalCameraProviderV2_4TargetTest.cpp724 mParent->mTorchStatus = newStatus; in torchModeStatusChange()
1109 TorchModeStatus mTorchStatus; // Current torch status member in CameraHidlTest
2969 mTorchStatus = TorchModeStatus::NOT_AVAILABLE; in TEST_P()
2980 while (TorchModeStatus::NOT_AVAILABLE == mTorchStatus) { in TEST_P()
2985 ASSERT_EQ(TorchModeStatus::AVAILABLE_ON, mTorchStatus); in TEST_P()
2986 mTorchStatus = TorchModeStatus::NOT_AVAILABLE; in TEST_P()
2995 while (TorchModeStatus::NOT_AVAILABLE == mTorchStatus) { in TEST_P()
3000 ASSERT_EQ(TorchModeStatus::AVAILABLE_OFF, mTorchStatus); in TEST_P()
3018 mTorchStatus = TorchModeStatus::NOT_AVAILABLE; in TEST_P()
3029 while (TorchModeStatus::NOT_AVAILABLE == mTorchStatus) { in TEST_P()
[all …]