Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/device3/
DCamera3DeviceInjectionMethods.cpp81 replaceHalInterface(mBackupHalInterface, false); in injectCamera()
92 replaceHalInterface(mBackupHalInterface, false); in injectCamera()
130 res = replaceHalInterface(mBackupHalInterface, false); in stopInjection()
271 mBackupHalInterface = nullptr; in injectionDisconnectImpl()
DCamera3Device.h1603 sp<HalInterface> mBackupHalInterface; variable
/frameworks/av/services/camera/libcameraservice/device3/aidl/
DAidlCamera3Device.cpp1628 if (mBackupHalInterface == nullptr) { in replaceHalInterface()
1629 mBackupHalInterface = parent->mInterface; in replaceHalInterface()
1636 mBackupHalInterface = nullptr; in replaceHalInterface()
/frameworks/av/services/camera/libcameraservice/device3/hidl/
DHidlCamera3Device.cpp1868 if (mBackupHalInterface == nullptr) { in replaceHalInterface()
1869 mBackupHalInterface = parent->mInterface; in replaceHalInterface()
1876 mBackupHalInterface = nullptr; in replaceHalInterface()