Home
last modified time | relevance | path

Searched refs:cellInfoList (Results 1 – 18 of 18) sorted by relevance

/hardware/interfaces/radio/1.0/vts/functional/
Dradio_indication.cpp179 Return<void> RadioIndication::cellInfoList( in cellInfoList() function in RadioIndication
Dradio_hidl_hal_utils_v1_0.h501 Return<void> cellInfoList(RadioIndicationType type,
/hardware/interfaces/radio/1.1/vts/functional/
Dradio_indication.cpp198 Return<void> RadioIndication_v1_1::cellInfoList( in cellInfoList() function in RadioIndication_v1_1
Dradio_hidl_hal_utils_v1_1.h521 Return<void> cellInfoList(RadioIndicationType type,
/hardware/interfaces/radio/1.3/vts/functional/
Dradio_indication.cpp233 Return<void> RadioIndication_v1_3::cellInfoList( in cellInfoList() function in RadioIndication_v1_3
Dradio_hidl_hal_utils_v1_3.h589 Return<void> cellInfoList(
/hardware/interfaces/radio/1.2/vts/functional/
Dradio_indication.cpp232 Return<void> RadioIndication_v1_2::cellInfoList( in cellInfoList() function in RadioIndication_v1_2
Dradio_hidl_hal_utils_v1_2.h615 Return<void> cellInfoList(
/hardware/interfaces/radio/1.4/vts/functional/
Dradio_indication.cpp273 Return<void> RadioIndication_v1_4::cellInfoList( in cellInfoList() function in RadioIndication_v1_4
Dradio_hidl_hal_utils_v1_4.h685 Return<void> cellInfoList(
/hardware/interfaces/radio/1.5/vts/functional/
Dradio_indication.cpp314 Return<void> RadioIndication_v1_5::cellInfoList( in cellInfoList() function in RadioIndication_v1_5
Dradio_hidl_hal_utils_v1_5.h784 Return<void> cellInfoList(
/hardware/interfaces/radio/1.6/vts/functional/
Dradio_indication.cpp339 Return<void> RadioIndication_v1_6::cellInfoList( in cellInfoList() function in RadioIndication_v1_6
Dradio_hidl_hal_utils_v1_6.h1052 Return<void> cellInfoList(
/hardware/interfaces/radio/1.0/
DIRadio.hal1214 * This does not cause or change the rate of unsolicited cellInfoList().
1223 * Sets the minimum time between when unsolicited cellInfoList() must be invoked.
1224 * A value of 0, means invoke cellInfoList() when any of the reported
1226 * a unsolicited cellInfoList().
1229 * @param rate minimum time in milliseconds to indicate time between unsolicited cellInfoList()
DIRadioIndication.hal358 oneway cellInfoList(RadioIndicationType type, vec<CellInfo> records);
/hardware/interfaces/radio/1.6/
DIRadio.hal472 * This does not cause or change the rate of unsolicited cellInfoList().
/hardware/ril/libril/
Dril_service.cpp7960 Return<void> retStatus = radioService[slotId]->mRadioIndication->cellInfoList( in cellInfoListInd()