Searched refs:controlSelect (Results 1 – 1 of 1) sorted by relevance
378 uint8_t controlSelect = request->wValue >> 8; in processSetupStreamingEvent() local379 if (controlSelect != UVC_VS_PROBE_CONTROL && controlSelect != UVC_VS_COMMIT_CONTROL) { in processSetupStreamingEvent()380 ALOGE("%s: control select %u is invalid", __FUNCTION__, controlSelect); in processSetupStreamingEvent()395 mCurrentControlState = controlSelect; in processSetupStreamingEvent()400 if (controlSelect == UVC_VS_PROBE_CONTROL) { in processSetupStreamingEvent()