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.cpp242 bool configSupported = false; in isSessionConfigurationSupported() local
244 sessionConfig, &configSupported); in isSessionConfigurationSupported()
246 return configSupported ? ACAMERA_OK : ACAMERA_ERROR_STREAM_CONFIGURE_FAIL; in isSessionConfigurationSupported()