Home
last modified time | relevance | path

Searched refs:rat (Results 1 – 21 of 21) sorted by relevance

/hardware/interfaces/radio/1.4/vts/functional/
Dradio_hidl_hal_api.cpp825 int rat; in TEST_P() local
841 rat = radioRsp_v1_4->dataRegResp.base.rat; in TEST_P()
846 if (rat == ((int )::android::hardware::radio::V1_4::RadioTechnology::LTE) in TEST_P()
847 || (rat == (int )::android::hardware::radio::V1_4::RadioTechnology::LTE_CA)) { in TEST_P()
Dradio_hidl_hal_utils_v1_4.h344 const RadioResponseInfo& info, ::android::hardware::radio::V1_0::RadioTechnology rat);
675 ::android::hardware::radio::V1_0::RadioTechnology rat);
/hardware/ril/include/telephony/
Dril.h342 int rat; // RIL_RadioAccessFamily for the radio member
1552 RIL_RadioTechnology rat; // indicates the available voice radio technology, member
1613 RIL_RadioTechnology rat; // indicates the available data radio technology, member
1777 uint32_t rat; /* bitset - ref. RIL_RadioTechnology. */ member
/hardware/ril/reference-ril/
Dril.h342 int rat; // RIL_RadioAccessFamily for the radio member
1552 RIL_RadioTechnology rat; // indicates the available voice radio technology, member
1613 RIL_RadioTechnology rat; // indicates the available data radio technology, member
1777 uint32_t rat; /* bitset - ref. RIL_RadioTechnology. */ member
Dreference-ril.c2311 radioCapability.rat = 0;
/hardware/interfaces/radio/1.0/
DIRadioIndication.hal345 * Indicates that voice technology has changed. Responds with new rat.
348 * @param rat Current new voice rat
350 oneway voiceRadioTechChanged(RadioIndicationType type, RadioTechnology rat);
Dtypes.hal1655 int32_t rat; // indicates the available voice radio technology,
1715 int32_t rat; // indicates the available data radio technology,
1784 uint32_t rat; // bitset - ref. RadioTechnology.
DIRadioResponse.hal2061 * @param rat Current voice RAT
2072 oneway getVoiceRadioTechnologyResponse(RadioResponseInfo info, RadioTechnology rat);
/hardware/interfaces/radio/1.2/
Dtypes.hal108 * VoiceRegStateResult.rat, DataRegStateResult.regState, DataRegStateResult.rat.
524 int32_t rat;
602 int32_t rat;
/hardware/interfaces/radio/1.0/vts/functional/
Dradio_hidl_hal_utils_v1_0.h320 RadioTechnology rat);
487 Return<void> voiceRadioTechChanged(RadioIndicationType type, RadioTechnology rat);
/hardware/interfaces/radio/1.1/vts/functional/
Dradio_hidl_hal_utils_v1_1.h319 RadioTechnology rat);
508 Return<void> voiceRadioTechChanged(RadioIndicationType type, RadioTechnology rat);
/hardware/interfaces/radio/1.3/vts/functional/
Dradio_hidl_hal_utils_v1_3.h323 RadioTechnology rat);
579 Return<void> voiceRadioTechChanged(RadioIndicationType type, RadioTechnology rat);
/hardware/interfaces/radio/1.2/vts/functional/
Dradio_hidl_hal_utils_v1_2.h359 RadioTechnology rat);
603 Return<void> voiceRadioTechChanged(RadioIndicationType type, RadioTechnology rat);
/hardware/interfaces/radio/1.5/vts/functional/
Dradio_hidl_hal_utils_v1_5.h359 const RadioResponseInfo& info, ::android::hardware::radio::V1_0::RadioTechnology rat);
772 ::android::hardware::radio::V1_0::RadioTechnology rat);
/hardware/interfaces/radio/1.6/vts/functional/
Dradio_hidl_hal_utils_v1_6.h360 const RadioResponseInfo& info, ::android::hardware::radio::V1_0::RadioTechnology rat);
777 ::android::hardware::radio::V1_0::RadioTechnology rat);
/hardware/ril/libril/
Dril_service.cpp2652 rilRc.rat = (int) rc.raf; in setRadioCapability()
3511 RIL_CellInfoType getCellInfoTypeRadioTechnology(char *rat) { in getCellInfoTypeRadioTechnology() argument
3512 if (rat == NULL) { in getCellInfoTypeRadioTechnology()
3516 int radioTech = atoi(rat); in getCellInfoTypeRadioTechnology()
3875 voiceRegResponse.rat = ATOI_NULL_HANDLED(resp[3]); in getVoiceRegistrationStateResponse()
3893 voiceRegResponse.rat = voiceRegState->rat;; in getVoiceRegistrationStateResponse()
3938 dataRegResponse.rat = ATOI_NULL_HANDLED_DEF(resp[3], 0); in getDataRegistrationStateResponse()
3953 dataRegResponse.rat = dataRegState->rat;; in getDataRegistrationStateResponse()
7908 int32_t rat = ((int32_t *) response)[0]; in voiceRadioTechChangedInd() local
7910 RLOGD("voiceRadioTechChangedInd: rat %d", rat); in voiceRadioTechChangedInd()
[all …]
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3PostProc.cpp2314 int32_t getRational(rat_t *rat, int num, int denom) in getRational() argument
2320 if (NULL == rat) { in getRational()
2324 rat->num = (uint32_t)num; in getRational()
2325 rat->denom = (uint32_t)denom; in getRational()
/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraParameters.h1097 int32_t getRational(rat_t *rat, int num, int denom);
DQCameraParameters.cpp11254 int32_t QCameraParameters::getRational(rat_t *rat, int num, int denom) in getRational() argument
11260 if (NULL == rat) { in getRational()
11264 rat->num = (uint32_t)num; in getRational()
11265 rat->denom = (uint32_t)denom; in getRational()
/hardware/interfaces/radio/1.5/
Dtypes.hal966 RadioTechnology rat;
/hardware/interfaces/radio/1.4/
Dtypes.hal1437 RadioTechnology rat;