Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/common/aidl/
DAidlProviderInfo.cpp154 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()
DAidlProviderInfo.h33 std::weak_ptr<aidl::android::hardware::camera::provider::ICameraProvider> mActiveInterface; member
/frameworks/av/services/camera/libcameraservice/common/hidl/
DHidlProviderInfo.cpp189 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()
DHidlProviderInfo.h31 wp<hardware::camera::provider::V2_4::ICameraProvider> mActiveInterface; member