OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:set_notify
(Results
1 - 4
of
4
) sorted by null
/hardware/libhardware/tests/fingerprint/
fingerprint_tests.cpp
33
ASSERT_TRUE(NULL != fp_device()->
set_notify
)
34
<< "
set_notify
() function is not implemented";
/hardware/libhardware/modules/fingerprint/
fingerprint.c
69
dev->
set_notify
= set_notify_callback;
/frameworks/base/core/jni/
android_server_FingerprintManager.cpp
163
err = gContext.device->
set_notify
(gContext.device, hal_notify_callback);
165
ALOGE("Failed in call to
set_notify
(), err=%d", err);
/hardware/libhardware/include/hardware/
fingerprint.h
155
int (*
set_notify
)(struct fingerprint_device *dev,
member in struct:fingerprint_device
Completed in 75 milliseconds