Home
last modified time | relevance | path

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

/frameworks/av/camera/ndk/ndk_vendor/impl/
DACameraDevice.cpp238 bool configSupported = false; in isSessionConfigurationSupported() local
241 [&status, &configSupported](auto s, auto supported) { in isSessionConfigurationSupported()
243 configSupported = supported; in isSessionConfigurationSupported()
247 return configSupported ? ACAMERA_OK : ACAMERA_ERROR_STREAM_CONFIGURE_FAIL; in isSessionConfigurationSupported()