Home
last modified time | relevance | path

Searched refs:fingerprint_notify_t (Results 1 – 2 of 2) sorted by relevance

/hardware/libhardware/include/hardware/
Dfingerprint.h122 typedef void (*fingerprint_notify_t)(const fingerprint_msg_t *msg); typedef
138 fingerprint_notify_t notify;
149 int (*set_notify)(struct fingerprint_device *dev, fingerprint_notify_t notify);
/hardware/libhardware/modules/fingerprint/
Dfingerprint.c74 fingerprint_notify_t notify) { in set_notify_callback()