package rockchip.hardware.neuralnetworks@1.0; interface IGetResultCallback { oneway notify(ErrorStatus status, Response response); };