Searched refs:long_options (Results 1 - 5 of 5) sorted by relevance

/hardware/libhardware/tests/camera2/
H A DTestSettings.cpp72 static struct option long_options[] = { local
81 c = getopt_long(argc, argv, "+h", long_options, &option_index);
/hardware/qcom/audio/legacy/libalsa-intf/
H A Daplay.c53 static struct option long_options[] = variable in typeref:struct:option
590 while ((c = getopt_long(argc, argv, "PVMD:R:C:F:B:T:", long_options, &option_index)) != -1) {
H A Darec.c57 static struct option long_options[] = variable in typeref:struct:option
542 while ((c = getopt_long(argc, argv, "PVMD:R:C:T:F:B:", long_options, &option_index)) != -1) {
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/
H A DJPEGTestEnc.c1128 const struct option long_options[] = local
1203 next_option = getopt_long(argc, argv, short_options,long_options, NULL);
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/
H A DVideoEncTest.c2155 const struct option long_options[] = { local
2170 next_option = getopt_long(argc, argv, short_options, long_options, NULL);

Completed in 156 milliseconds