Loading tests/inheritance/1.0/default/Fetcher.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ Return<void> selectService(bool sendRemote, CB &_hidl_cb, sp<IChild> &local) { if (sendRemote) { toSend = IChild::getService("child"); if (!toSend->isRemote()) { return Status::fromExceptionCode(Status::EX_ILLEGAL_STATE); toSend = nullptr; } } else { toSend = local; Loading Loading
tests/inheritance/1.0/default/Fetcher.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ Return<void> selectService(bool sendRemote, CB &_hidl_cb, sp<IChild> &local) { if (sendRemote) { toSend = IChild::getService("child"); if (!toSend->isRemote()) { return Status::fromExceptionCode(Status::EX_ILLEGAL_STATE); toSend = nullptr; } } else { toSend = local; Loading