OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:set_mode_async
(Results
1 - 2
of
2
) sorted by null
/external/libusb/examples/
dpfp.c
165
static int
set_mode_async
(unsigned char data)
function
248
r =
set_mode_async
(MODE_AWAIT_FINGER_ON);
255
r =
set_mode_async
(MODE_CAPTURE);
262
r =
set_mode_async
(MODE_AWAIT_FINGER_OFF);
dpfp_threaded.c
194
static int
set_mode_async
(unsigned char data)
function
277
r =
set_mode_async
(MODE_AWAIT_FINGER_ON);
284
r =
set_mode_async
(MODE_CAPTURE);
291
r =
set_mode_async
(MODE_AWAIT_FINGER_OFF);
Completed in 143 milliseconds