Home
last modified time | relevance | path

Searched refs:CdmaSignalInfoRecord (Results 1 – 17 of 17) sorted by relevance

/hardware/interfaces/radio/1.0/vts/functional/
Dradio_indication.cpp103 const CdmaSignalInfoRecord& /*record*/) { in callRing() argument
Dradio_hidl_hal_utils_v1_0.h464 Return<void> callRing(RadioIndicationType type, bool isGsm, const CdmaSignalInfoRecord& record);
/hardware/interfaces/radio/1.1/vts/functional/
Dradio_indication.cpp120 const CdmaSignalInfoRecord& /*record*/) { in callRing() argument
Dradio_hidl_hal_utils_v1_1.h484 Return<void> callRing(RadioIndicationType type, bool isGsm, const CdmaSignalInfoRecord& record);
/hardware/interfaces/radio/1.3/vts/functional/
Dradio_indication.cpp155 const CdmaSignalInfoRecord& /*record*/) { in callRing() argument
Dradio_hidl_hal_utils_v1_3.h552 Return<void> callRing(RadioIndicationType type, bool isGsm, const CdmaSignalInfoRecord& record);
/hardware/interfaces/radio/1.2/vts/functional/
Dradio_indication.cpp154 const CdmaSignalInfoRecord& /*record*/) { in callRing() argument
Dradio_hidl_hal_utils_v1_2.h578 Return<void> callRing(RadioIndicationType type, bool isGsm, const CdmaSignalInfoRecord& record);
/hardware/interfaces/radio/1.4/vts/functional/
Dradio_indication.cpp195 const CdmaSignalInfoRecord& /*record*/) { in callRing() argument
Dradio_hidl_hal_utils_v1_4.h647 Return<void> callRing(RadioIndicationType type, bool isGsm, const CdmaSignalInfoRecord& record);
/hardware/interfaces/radio/1.5/vts/functional/
Dradio_indication.cpp236 const CdmaSignalInfoRecord& /*record*/) { in callRing() argument
Dradio_hidl_hal_utils_v1_5.h746 Return<void> callRing(RadioIndicationType type, bool isGsm, const CdmaSignalInfoRecord& record);
/hardware/interfaces/radio/1.6/vts/functional/
Dradio_indication.cpp261 const CdmaSignalInfoRecord& /*record*/) { in callRing() argument
Dradio_hidl_hal_utils_v1_6.h1014 Return<void> callRing(RadioIndicationType type, bool isGsm, const CdmaSignalInfoRecord& record);
/hardware/interfaces/radio/1.0/
DIRadioIndication.hal211 oneway callRing(RadioIndicationType type, bool isGsm, CdmaSignalInfoRecord record);
Dtypes.hal1932 struct CdmaSignalInfoRecord {
1943 CdmaSignalInfoRecord signalInfoRecord;
2006 vec<CdmaSignalInfoRecord> signal; // Signal Info Rec
/hardware/ril/libril/
Dril_service.cpp7239 CdmaSignalInfoRecord& record) { in convertRilCdmaSignalInfoRecordToHal()
7250 CdmaSignalInfoRecord record = {}; in callRingInd()