Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/common/
DCameraProviderManager.cpp1326 sp<provider::V2_6::ICameraProvider> interface2_6 = nullptr; in initialize() local
1328 interface2_6 = cast2_6; in initialize()
1329 if (interface2_6 != nullptr) { in initialize()
1335 if (interface2_6 == nullptr){ in initialize()
1409 res = getConcurrentCameraIdsInternalLocked(interface2_6); in initialize()
1664 sp<provider::V2_6::ICameraProvider> &interface2_6) { in getConcurrentCameraIdsInternalLocked() argument
1665 if (interface2_6 == nullptr) { in getConcurrentCameraIdsInternalLocked()
1671 interface2_6->getConcurrentStreamingCameraIds([&status, this]( in getConcurrentCameraIdsInternalLocked()
1714 sp<provider::V2_6::ICameraProvider> interface2_6 = castResult; in reCacheConcurrentStreamingCameraIdsLocked() local
1715 if (interface2_6 != nullptr) { in reCacheConcurrentStreamingCameraIdsLocked()
[all …]
DCameraProviderManager.h635 sp<hardware::camera::provider::V2_6::ICameraProvider> &interface2_6);