Loading media/libmedia/IHDCP.cpp +4 −0 Original line number Diff line number Diff line Loading @@ -240,6 +240,8 @@ status_t BnHDCP::onTransact( case HDCP_ENCRYPT: { CHECK_INTERFACE(IHDCP, data, reply); size_t size = data.readInt32(); void *inData = NULL; // watch out for overflow Loading Loading @@ -313,6 +315,8 @@ status_t BnHDCP::onTransact( case HDCP_DECRYPT: { CHECK_INTERFACE(IHDCP, data, reply); size_t size = data.readInt32(); size_t bufSize = 2 * size; Loading Loading
media/libmedia/IHDCP.cpp +4 −0 Original line number Diff line number Diff line Loading @@ -240,6 +240,8 @@ status_t BnHDCP::onTransact( case HDCP_ENCRYPT: { CHECK_INTERFACE(IHDCP, data, reply); size_t size = data.readInt32(); void *inData = NULL; // watch out for overflow Loading Loading @@ -313,6 +315,8 @@ status_t BnHDCP::onTransact( case HDCP_DECRYPT: { CHECK_INTERFACE(IHDCP, data, reply); size_t size = data.readInt32(); size_t bufSize = 2 * size; Loading