Searched refs:RIL_Env (Results 1 - 7 of 7) sorted by relevance
/hardware/ril/rild/ |
H A D | rild.c | 54 (const struct RIL_Env *, int, char **), RIL_SOCKET_TYPE socketType, int argc, char **argv); 75 static struct RIL_Env s_rilEnv = { 106 const RIL_RadioFunctions *(*rilInit)(const struct RIL_Env *, int, char **); 108 RIL_RadioFunctions *(*rilUimInit)(const struct RIL_Env *, int, char **); 174 (const RIL_RadioFunctions *(*)(const struct RIL_Env *, int, char **)) 184 (RIL_RadioFunctions *(*)(const struct RIL_Env *, int, char **))
|
/hardware/ril/libril/ |
H A D | RilSapSocket.h | 78 static struct RIL_Env uimRilEnv;
|
H A D | RilSapSocket.cpp | 37 struct RIL_Env RilSapSocket::uimRilEnv = {
|
H A D | ril.cpp | 462 RIL_register_socket (RIL_RadioFunctions *(*Init)(const struct RIL_Env *, int, char **),
|
/hardware/ril/include/telephony/ |
H A D | ril.h | 7181 struct RIL_Env { struct 7238 * @param env is environment point defined as RIL_Env 7243 const RIL_RadioFunctions *RIL_Init(const struct RIL_Env *env, int argc, char **argv); 7254 * @param env is environment point defined as RIL_Env 7259 const RIL_RadioFunctions *RIL_SAP_Init(const struct RIL_Env *env, int argc, char **argv);
|
/hardware/ril/reference-ril/ |
H A D | ril.h | 7181 struct RIL_Env { struct 7238 * @param env is environment point defined as RIL_Env 7243 const RIL_RadioFunctions *RIL_Init(const struct RIL_Env *env, int argc, char **argv); 7254 * @param env is environment point defined as RIL_Env 7259 const RIL_RadioFunctions *RIL_SAP_Init(const struct RIL_Env *env, int argc, char **argv);
|
H A D | reference-ril.c | 201 static const struct RIL_Env *s_rilenv; 3504 const RIL_RadioFunctions *RIL_Init(const struct RIL_Env *env, int argc, char **argv)
|
Completed in 134 milliseconds