Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/common/hidl/
DHidlProviderInfo.h109 bool checkSessionParams, bool *status/*status*/);
DHidlProviderInfo.cpp864 camera3::metadataGetter getMetadata, bool checkSessionParams, bool *status) { in isSessionConfigurationSupported() argument
866 if (checkSessionParams) { in isSessionConfigurationSupported()
/frameworks/av/services/camera/libcameraservice/utils/
DSessionConfigurationUtils.h159 bool checkSessionParams, const std::vector<int32_t>& additionalKeys,
DSessionConfigurationUtils.cpp752 bool checkSessionParams, const std::vector<int32_t>& additionalKeys, in convertToHALStreamCombination() argument
932 if (checkSessionParams) { in convertToHALStreamCombination()
/frameworks/av/services/camera/libcameraservice/common/aidl/
DAidlProviderInfo.h131 bool checkSessionParams, bool *status/*status*/);
DAidlProviderInfo.cpp803 camera3::metadataGetter getMetadata, bool checkSessionParams, bool *status) { in isSessionConfigurationSupported() argument
818 checkSessionParams, mAdditionalKeysForFeatureQuery, &earlyExit); in isSessionConfigurationSupported()
837 if (checkSessionParams) { in isSessionConfigurationSupported()
/frameworks/av/services/camera/libcameraservice/common/
DCameraProviderManager.h326 bool overrideForPerfClass, bool checkSessionParams,
DCameraProviderManager.cpp420 bool checkSessionParams, bool *status /*out*/) const { in isSessionConfigurationSupported() argument
436 overrideForPerfClass, getMetadata, checkSessionParams, status); in isSessionConfigurationSupported()