Loading NOTICE +10 −0 Original line number Diff line number Diff line Loading @@ -51,6 +51,16 @@ the Apache2 License. Media Codecs These files are Copyright 1998 - 2009 PacketVideo, but released under the Apache2 License. ========================================================================= == NOTICE file corresponding to the section 4 d of == == the Apache License, Version 2.0, == == in this case for Additional Codecs code. == ========================================================================= Additional Codecs These files are Copyright 2003-2010 VisualOn, but released under the Apache2 License. ========================================================================= Loading libs/surfaceflinger_client/ISurfaceComposer.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -266,13 +266,13 @@ status_t BnSurfaceComposer::onTransact( int32_t mode = data.readInt32(); status_t res = turnElectronBeamOff(mode); reply->writeInt32(res); } } break; case TURN_ELECTRON_BEAM_ON: { CHECK_INTERFACE(ISurfaceComposer, data, reply); int32_t mode = data.readInt32(); status_t res = turnElectronBeamOn(mode); reply->writeInt32(res); } } break; default: return BBinder::onTransact(code, data, reply, flags); } Loading Loading
NOTICE +10 −0 Original line number Diff line number Diff line Loading @@ -51,6 +51,16 @@ the Apache2 License. Media Codecs These files are Copyright 1998 - 2009 PacketVideo, but released under the Apache2 License. ========================================================================= == NOTICE file corresponding to the section 4 d of == == the Apache License, Version 2.0, == == in this case for Additional Codecs code. == ========================================================================= Additional Codecs These files are Copyright 2003-2010 VisualOn, but released under the Apache2 License. ========================================================================= Loading
libs/surfaceflinger_client/ISurfaceComposer.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -266,13 +266,13 @@ status_t BnSurfaceComposer::onTransact( int32_t mode = data.readInt32(); status_t res = turnElectronBeamOff(mode); reply->writeInt32(res); } } break; case TURN_ELECTRON_BEAM_ON: { CHECK_INTERFACE(ISurfaceComposer, data, reply); int32_t mode = data.readInt32(); status_t res = turnElectronBeamOn(mode); reply->writeInt32(res); } } break; default: return BBinder::onTransact(code, data, reply, flags); } Loading