Searched refs:mActiveInterface (Results 1 – 2 of 2) sorted by relevance
1433 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()
376 wp<hardware::camera::provider::V2_4::ICameraProvider> mActiveInterface; member