我们在从 IBinder 转换为 ISurface 时遇到错误。
用于转换的代码是,
interface_cast<ISurface>(data.readStrongBinder());
错误是,“ undefined reference to
android::ISurface::asInterface(android::sp const&)'`”
请帮忙。ABS
我们在从 IBinder 转换为 ISurface 时遇到错误。
用于转换的代码是,
interface_cast<ISurface>(data.readStrongBinder());
错误是,“ undefined reference to
android::ISurface::asInterface(android::sp const&)'`”
请帮忙。ABS