Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/common/hidl/
DHidlProviderInfo.h122 status_t getConcurrentCameraIdsInternalLocked(
DHidlProviderInfo.cpp236 res = getConcurrentCameraIdsInternalLocked(interface2_6); in initializeHidlProvider()
510 return getConcurrentCameraIdsInternalLocked(interface2_6); in reCacheConcurrentStreamingCameraIdsLocked()
520 status_t HidlProviderInfo::getConcurrentCameraIdsInternalLocked( in getConcurrentCameraIdsInternalLocked() function in android::HidlProviderInfo
/frameworks/av/services/camera/libcameraservice/common/aidl/
DAidlProviderInfo.h158 status_t getConcurrentCameraIdsInternalLocked(
DAidlProviderInfo.cpp192 res = getConcurrentCameraIdsInternalLocked(interface); in initializeAidlProvider()
447 return getConcurrentCameraIdsInternalLocked(interface); in reCacheConcurrentStreamingCameraIdsLocked()
450 status_t AidlProviderInfo::getConcurrentCameraIdsInternalLocked( in getConcurrentCameraIdsInternalLocked() function in android::AidlProviderInfo