android13/vendor/rockchip/hardware/interfaces/neuralnetworks/1.0/IGetResultCallback.hal

6 lines
139 B
Plaintext

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