Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/audio/test/sample/
H A Didl_capture.c130 int capInputInt = 0; in CheckInputName() local
137 ret = scanf_s("%d", &capInputInt); in CheckInputName()
138 if (capInputInt < 0 || capInputInt > GET_CAPTURE_POSITION + 1) { in CheckInputName()
146 *(int *)val = capInputInt; in CheckInputName()