Home
last modified time | relevance | path

Searched refs:RIL_CellInfo (Results 1 – 4 of 4) sorted by relevance

/hardware/ril/include/telephony/
Dril.h981 } RIL_CellInfo; typedef
/hardware/ril/reference-ril/
Dril.h981 } RIL_CellInfo; typedef
Dreference-ril.c1925 RIL_CellInfo ci[1] =
/hardware/ril/libril/
Dril.cpp2932 if (responselen % sizeof(RIL_CellInfo) != 0) { in responseCellInfoList()
2934 (int)responselen, (int)sizeof(RIL_CellInfo)); in responseCellInfoList()
2938 int num = responselen / sizeof(RIL_CellInfo); in responseCellInfoList()
2941 RIL_CellInfo *p_cur = (RIL_CellInfo *) response; in responseCellInfoList()