Home
last modified time | relevance | path

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

/hardware/libhardware/tests/camera2/
DCameraBurstTests.cpp473 bool gotExp = (expVal != NULL); in TEST_F() local
478 ASSERT_TRUE( (gotDuration && gotExp && gotSensitivity) || in TEST_F()
479 (!gotDuration && !gotExp && !gotSensitivity) ) << in TEST_F()
484 if (gotExp) { in TEST_F()