Loading libs/binder/RpcTransportTipcAndroid.cpp +4 −1 Original line number Diff line number Diff line Loading @@ -103,7 +103,10 @@ public: // read and call readFn as many times as needed to get all the data status_t ret = fillReadBuffer(); if (ret != OK) { return ret; // We need to emulate a Linux read call, which sets errno on // error and returns -1 errno = -ret; return -1; } ssize_t processSize = 0; Loading Loading
libs/binder/RpcTransportTipcAndroid.cpp +4 −1 Original line number Diff line number Diff line Loading @@ -103,7 +103,10 @@ public: // read and call readFn as many times as needed to get all the data status_t ret = fillReadBuffer(); if (ret != OK) { return ret; // We need to emulate a Linux read call, which sets errno on // error and returns -1 errno = -ret; return -1; } ssize_t processSize = 0; Loading