5f0a38d22e
Change-Id: I53175dc6125b485c6007685938181a169f4d3b87
14 lines
260 B
Plaintext
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);
|
|
};
|