We are getting error in converting from IBinder to ISurface.
The code used to convert is,
interface_cast<ISurface>(data.readStrongBinder());
Error is, "undefined reference to
android::ISurface::asInterface(android::sp const&)'`"
Kindly help. ABS