Searched refs:mActiveInterface (Results 1 – 4 of 4) sorted by relevance
154 mActiveInterface = interface; in initializeAidlProvider()248 auto interface = mSavedInterface != nullptr ? mSavedInterface : mActiveInterface.lock(); in notifyDeviceStateChange()289 auto interface = mActiveInterface.lock(); in startProviderInterface()300 mActiveInterface = interface; in startProviderInterface()333 mActiveInterface = interface; in startProviderInterface()440 auto interface = mSavedInterface != nullptr ? mSavedInterface : mActiveInterface.lock(); in reCacheConcurrentStreamingCameraIdsLocked()1067 auto interface = mSavedInterface != nullptr ? mSavedInterface : mActiveInterface.lock(); in isConcurrentSessionConfigurationSupported()
33 std::weak_ptr<aidl::android::hardware::camera::provider::ICameraProvider> mActiveInterface; member
189 mActiveInterface = interface; in initializeHidlProvider()309 auto interface = mSavedInterface != nullptr ? mSavedInterface : mActiveInterface.promote(); in notifyDeviceStateChange()367 auto interface = mActiveInterface.promote(); in startProviderInterface()413 mActiveInterface = interface; in startProviderInterface()499 auto interface = mSavedInterface != nullptr ? mSavedInterface : mActiveInterface.promote(); in reCacheConcurrentStreamingCameraIdsLocked()1020 auto interface = mSavedInterface != nullptr ? mSavedInterface : mActiveInterface.promote(); in isConcurrentSessionConfigurationSupported()
31 wp<hardware::camera::provider::V2_4::ICameraProvider> mActiveInterface; member