hardware_xiaomi/interfaces/fingerprints/extension/1.0/ISensorTestCaptureCallback.hal
Giovanni Ricca 5f0a38d22e interfaces: fingerprints: extension: 1.0: Reverse the remaining interfaces
Change-Id: I53175dc6125b485c6007685938181a169f4d3b87
2024-02-20 21:30:53 +00:00

14 lines
260 B
Plaintext

/*
* Copyright (C) 2023 The LineageOS Project
*
* SPDX-License-Identifier: Apache-2.0
*/
package com.fingerprints.extension@1.0;
interface ISensorTestCaptureCallback {
oneway onAcquired(uint32_t acquiredInfo);
oneway onError(uint32_t error);
};