OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ATUnsolHandler
(Results
1 - 2
of
2
) sorted by null
/hardware/ril/reference-ril/
atchannel.h
74
typedef void (*
ATUnsolHandler
)(const char *s, const char *sms_pdu);
76
int at_open(int fd,
ATUnsolHandler
h);
82
/* This callback is invoked on the reader thread (like
ATUnsolHandler
)
atchannel.c
56
static
ATUnsolHandler
s_unsolHandler;
587
int at_open(int fd,
ATUnsolHandler
h)
932
* This callback is invoked on the reader thread (like
ATUnsolHandler
)
Completed in 32 milliseconds