Home
last modified time | relevance | path

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

/packages/services/DeviceAsWebcam/jni/
DUVCProvider.cpp378 uint8_t controlSelect = request->wValue >> 8; in processSetupStreamingEvent() local
379 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()