Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/camera/libcameraservice/common/
H A DCameraProviderManager.cpp1433 mActiveInterface = interface; in initialize()
1563 auto interface = mActiveInterface.promote(); in startProviderInterface()
1591 mActiveInterface = interface; in startProviderInterface()
1794 auto interface = mSavedInterface != nullptr ? mSavedInterface : mActiveInterface.promote(); in reCacheConcurrentStreamingCameraIdsLocked()
2057 auto interface = mSavedInterface != nullptr ? mSavedInterface : mActiveInterface.promote(); in notifyDeviceStateChange()
2078 auto interface = mSavedInterface != nullptr ? mSavedInterface : mActiveInterface.promote(); in isConcurrentSessionConfigurationSupported()
H A DCameraProviderManager.h376 wp<hardware::camera::provider::V2_4::ICameraProvider> mActiveInterface; member