Lines Matching defs:sta
129 InputDevDesc sta[MAX_DEVICES];
130 if (memset_s(sta, MAX_DEVICES * sizeof(InputDevDesc), 0, MAX_DEVICES * sizeof(InputDevDesc)) != EOK) {
138 ret = g_inputInterface->iInputManager->ScanInputDevice(sta, sizeof(sta) / sizeof(InputDevDesc));
141 __func__, sta[0].devType, sta[0].devIndex, sta[1].devType, sta[1].devIndex);
144 if (sta[i].devIndex == 0) {
147 if (sta[i].devType == INDEV_TYPE_TOUCH) {
148 g_touchIndex = sta[i].devIndex;