Loading libs/binder/Android.bp +1 −1 Original line number Diff line number Diff line Loading @@ -87,7 +87,6 @@ cc_defaults { "FdTrigger.cpp", "IInterface.cpp", "IResultReceiver.cpp", "IShellCallback.cpp", "OS.cpp", "Parcel.cpp", "ParcelFileDescriptor.cpp", Loading Loading @@ -234,6 +233,7 @@ cc_library { srcs: [ "IMemory.cpp", "IShellCallback.cpp", "LazyServiceRegistrar.cpp", "MemoryBase.cpp", "MemoryDealer.cpp", Loading libs/binder/Binder.cpp +4 −3 Original line number Diff line number Diff line Loading @@ -648,12 +648,13 @@ status_t BBinder::onTransact( for (int i = 0; i < argc && data.dataAvail() > 0; i++) { args.add(data.readString16()); } sp<IShellCallback> shellCallback = IShellCallback::asInterface( data.readStrongBinder()); sp<IBinder> shellCallbackBinder = data.readStrongBinder(); sp<IResultReceiver> resultReceiver = IResultReceiver::asInterface( data.readStrongBinder()); // XXX can't add virtuals until binaries are updated. // sp<IShellCallback> shellCallback = IShellCallback::asInterface( // shellCallbackBinder); // return shellCommand(in, out, err, args, resultReceiver); (void)in; (void)out; Loading Loading
libs/binder/Android.bp +1 −1 Original line number Diff line number Diff line Loading @@ -87,7 +87,6 @@ cc_defaults { "FdTrigger.cpp", "IInterface.cpp", "IResultReceiver.cpp", "IShellCallback.cpp", "OS.cpp", "Parcel.cpp", "ParcelFileDescriptor.cpp", Loading Loading @@ -234,6 +233,7 @@ cc_library { srcs: [ "IMemory.cpp", "IShellCallback.cpp", "LazyServiceRegistrar.cpp", "MemoryBase.cpp", "MemoryDealer.cpp", Loading
libs/binder/Binder.cpp +4 −3 Original line number Diff line number Diff line Loading @@ -648,12 +648,13 @@ status_t BBinder::onTransact( for (int i = 0; i < argc && data.dataAvail() > 0; i++) { args.add(data.readString16()); } sp<IShellCallback> shellCallback = IShellCallback::asInterface( data.readStrongBinder()); sp<IBinder> shellCallbackBinder = data.readStrongBinder(); sp<IResultReceiver> resultReceiver = IResultReceiver::asInterface( data.readStrongBinder()); // XXX can't add virtuals until binaries are updated. // sp<IShellCallback> shellCallback = IShellCallback::asInterface( // shellCallbackBinder); // return shellCommand(in, out, err, args, resultReceiver); (void)in; (void)out; Loading