Loading camera/provider/2.4/default/service.cpp +6 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,7 @@ #include <CameraProvider.h> #include <hidl/HidlTransportSupport.h> #include <hidl/LegacySupport.h> #include <utils/StrongPointer.h> using android::hardware::configureRpcThreadpool; Loading @@ -32,6 +33,11 @@ int main() { const char instance[] = "legacy/0"; // TODO(b/34817742): use defaultServicePassthroughImplementation // so that the toggle is implemented correctly using ::android::hardware::details::blockIfBinderizationDisabled; blockIfBinderizationDisabled(ICameraProvider::descriptor, instance); ALOGI("Camera provider Service is starting."); configureRpcThreadpool(1, true /* callerWillJoin */); Loading Loading
camera/provider/2.4/default/service.cpp +6 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,7 @@ #include <CameraProvider.h> #include <hidl/HidlTransportSupport.h> #include <hidl/LegacySupport.h> #include <utils/StrongPointer.h> using android::hardware::configureRpcThreadpool; Loading @@ -32,6 +33,11 @@ int main() { const char instance[] = "legacy/0"; // TODO(b/34817742): use defaultServicePassthroughImplementation // so that the toggle is implemented correctly using ::android::hardware::details::blockIfBinderizationDisabled; blockIfBinderizationDisabled(ICameraProvider::descriptor, instance); ALOGI("Camera provider Service is starting."); configureRpcThreadpool(1, true /* callerWillJoin */); Loading