Loading services/camera/libcameraservice/common/aidl/AidlProviderInfo.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -293,7 +293,7 @@ const std::shared_ptr<ICameraProvider> AidlProviderInfo::startProviderInterface( if (link != STATUS_OK) { ALOGW("%s: Unable to link to provider '%s' death notifications", __FUNCTION__, mProviderName.c_str()); mManager->removeProvider(mProviderName); mManager->removeProvider(mProviderInstance); return nullptr; } Loading services/camera/libcameraservice/common/hidl/HidlProviderInfo.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -388,7 +388,7 @@ HidlProviderInfo::startProviderInterface() { __FUNCTION__, mProviderName.c_str(), linked.description().c_str()); mManager->removeProvider(mProviderName); mManager->removeProvider(mProviderInstance); return nullptr; } else if (!linked) { ALOGW("%s: Unable to link to provider '%s' death notifications", Loading Loading
services/camera/libcameraservice/common/aidl/AidlProviderInfo.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -293,7 +293,7 @@ const std::shared_ptr<ICameraProvider> AidlProviderInfo::startProviderInterface( if (link != STATUS_OK) { ALOGW("%s: Unable to link to provider '%s' death notifications", __FUNCTION__, mProviderName.c_str()); mManager->removeProvider(mProviderName); mManager->removeProvider(mProviderInstance); return nullptr; } Loading
services/camera/libcameraservice/common/hidl/HidlProviderInfo.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -388,7 +388,7 @@ HidlProviderInfo::startProviderInterface() { __FUNCTION__, mProviderName.c_str(), linked.description().c_str()); mManager->removeProvider(mProviderName); mManager->removeProvider(mProviderInstance); return nullptr; } else if (!linked) { ALOGW("%s: Unable to link to provider '%s' death notifications", Loading