HomeSort by relevance Sort by last modified time
    Searched full:fp_device (Results 1 - 2 of 2) sorted by null

  /hardware/libhardware/tests/fingerprint/
fingerprint_tests.cpp 23 ASSERT_TRUE(NULL != fp_device()->enroll)
28 ASSERT_TRUE(NULL != fp_device()->pre_enroll)
33 ASSERT_TRUE(NULL != fp_device()->get_authenticator_id)
38 ASSERT_TRUE(NULL != fp_device()->cancel)
43 ASSERT_TRUE(NULL != fp_device()->remove)
48 ASSERT_TRUE(NULL != fp_device()->authenticate)
53 ASSERT_TRUE(NULL != fp_device()->set_active_group)
58 ASSERT_TRUE(NULL != fp_device()->set_notify)
fingerprint_test_fixtures.h 68 fingerprint_device_t* fp_device() { return fp_device_; } function in class:tests::FingerprintDevice

Completed in 564 milliseconds