Searched refs:test_option (Results 1 – 5 of 5) sorted by relevance
/aosp12/hardware/libhardware/modules/camera/3_4/metadata/ |
H A D | control_test.cpp | 150 uint8_t test_option = 99; in TEST_F() local 154 ExpectValue(test_option); in TEST_F() 160 uint8_t test_option = 99; in TEST_F() local 164 ExpectValue(test_option); in TEST_F() 170 uint8_t test_option = 99; in TEST_F() local 174 ExpectValue(test_option); in TEST_F() 267 uint8_t test_option = 123; in TEST_F() local 279 uint8_t test_option = 123; in TEST_F() local 289 uint8_t test_option = 123; in TEST_F() local 300 uint8_t test_option = 123; in TEST_F() local [all …]
|
/aosp12/hardware/knowles/athletico/sound_trigger_hal/tests/ |
H A D | plugin_status_test.c | 45 int test_option = -1; in main() local 74 test_option = 1; in main() 78 test_option = 2; in main() 82 test_option = 3; in main() 107 if(test_option == -1) { in main() 117 if(test_option == 1) { in main() 150 if(test_option == 2) { in main()
|
/aosp12/system/extras/simpleperf/scripts/ |
H A D | simpleperf_utils.py | 260 test_option = tool_info.get('test_option', '--help') 269 if is_executable_available(path, test_option): 292 if is_executable_available(path, test_option): 296 if is_executable_available(path, test_option): 300 if is_executable_available(toolname_with_arch, test_option): 305 if is_executable_available(toolname, test_option):
|
/aosp12/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/ |
H A D | omx_vdec_test.cpp | 1300 int test_option = 0; in main() local 1345 test_option = param[idx++]; in main() 1346 if ((outputOption == 1 || outputOption ==3) && test_option != 3) { in main() 1360 if (test_option != 3) { in main() 1463 sscanf(tempbuf,"%d",&test_option); in main() 1465 if (test_option == 3) in main() 1593 if (test_option == 2) { in main()
|
/aosp12/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/ |
H A D | omx_vdec_test.cpp | 1092 int test_option = 0; in main() local 1134 test_option = param[idx++]; in main() 1242 sscanf(tempbuf,"%d",&test_option); in main() 1369 if (test_option == 2) in main()
|