Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/audio/test/sample/
H A Didl_render.c109 int inputInt = 0; in CheckInputName() local
116 ret = scanf_s("%d", &inputInt); in CheckInputName()
117 if (inputInt < 0 || inputInt > GET_RENDER_POSITION + 1) { in CheckInputName()
126 *(int *)val = inputInt; in CheckInputName()