OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RIL_RadioFunctions
(Results
1 - 4
of
4
) sorted by null
/hardware/ril/rild/
rild.c
48
extern void RIL_register (const
RIL_RadioFunctions
*callbacks);
105
const
RIL_RadioFunctions
*(*rilInit)(const struct RIL_Env *, int, char **);
106
const
RIL_RadioFunctions
*funcs;
254
rilInit = (const
RIL_RadioFunctions
*(*)(const struct RIL_Env *, int, char **))dlsym(dlHandle, "RIL_Init");
/hardware/ril/include/telephony/
ril.h
[
all
...]
/hardware/ril/libril/
ril.cpp
149
RIL_RadioFunctions
s_callbacks = {0, NULL, NULL, NULL, NULL, NULL};
[
all
...]
/hardware/ril/reference-ril/
reference-ril.c
177
static const
RIL_RadioFunctions
s_callbacks = {
[
all
...]
Completed in 28 milliseconds