Loading libs/binder/IAppOpsService.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -63,6 +63,7 @@ public: remote()->transact(NOTE_OPERATION_TRANSACTION, data, &reply); // fail on exception if (reply.readExceptionCode() != 0) return MODE_ERRORED; reply.readByte(); return reply.readInt32(); } Loading @@ -84,6 +85,7 @@ public: remote()->transact(START_OPERATION_TRANSACTION, data, &reply); // fail on exception if (reply.readExceptionCode() != 0) return MODE_ERRORED; reply.readByte(); return reply.readInt32(); } Loading Loading
libs/binder/IAppOpsService.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -63,6 +63,7 @@ public: remote()->transact(NOTE_OPERATION_TRANSACTION, data, &reply); // fail on exception if (reply.readExceptionCode() != 0) return MODE_ERRORED; reply.readByte(); return reply.readInt32(); } Loading @@ -84,6 +85,7 @@ public: remote()->transact(START_OPERATION_TRANSACTION, data, &reply); // fail on exception if (reply.readExceptionCode() != 0) return MODE_ERRORED; reply.readByte(); return reply.readInt32(); } Loading