/hardware/interfaces/radio/1.4/vts/functional/ |
D | radio_hidl_hal_api.cpp | 825 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()
|
D | radio_hidl_hal_utils_v1_4.h | 344 const RadioResponseInfo& info, ::android::hardware::radio::V1_0::RadioTechnology rat); 675 ::android::hardware::radio::V1_0::RadioTechnology rat);
|
/hardware/ril/include/telephony/ |
D | ril.h | 342 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/ |
D | ril.h | 342 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
|
D | reference-ril.c | 2311 radioCapability.rat = 0;
|
/hardware/interfaces/radio/1.0/ |
D | IRadioIndication.hal | 345 * Indicates that voice technology has changed. Responds with new rat. 348 * @param rat Current new voice rat 350 oneway voiceRadioTechChanged(RadioIndicationType type, RadioTechnology rat);
|
D | types.hal | 1655 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.
|
D | IRadioResponse.hal | 2061 * @param rat Current voice RAT 2072 oneway getVoiceRadioTechnologyResponse(RadioResponseInfo info, RadioTechnology rat);
|
/hardware/interfaces/radio/1.2/ |
D | types.hal | 108 * VoiceRegStateResult.rat, DataRegStateResult.regState, DataRegStateResult.rat. 524 int32_t rat; 602 int32_t rat;
|
/hardware/interfaces/radio/1.0/vts/functional/ |
D | radio_hidl_hal_utils_v1_0.h | 320 RadioTechnology rat); 487 Return<void> voiceRadioTechChanged(RadioIndicationType type, RadioTechnology rat);
|
/hardware/interfaces/radio/1.1/vts/functional/ |
D | radio_hidl_hal_utils_v1_1.h | 319 RadioTechnology rat); 508 Return<void> voiceRadioTechChanged(RadioIndicationType type, RadioTechnology rat);
|
/hardware/interfaces/radio/1.3/vts/functional/ |
D | radio_hidl_hal_utils_v1_3.h | 323 RadioTechnology rat); 579 Return<void> voiceRadioTechChanged(RadioIndicationType type, RadioTechnology rat);
|
/hardware/interfaces/radio/1.2/vts/functional/ |
D | radio_hidl_hal_utils_v1_2.h | 359 RadioTechnology rat); 603 Return<void> voiceRadioTechChanged(RadioIndicationType type, RadioTechnology rat);
|
/hardware/interfaces/radio/1.5/vts/functional/ |
D | radio_hidl_hal_utils_v1_5.h | 359 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/ |
D | radio_hidl_hal_utils_v1_6.h | 360 const RadioResponseInfo& info, ::android::hardware::radio::V1_0::RadioTechnology rat); 777 ::android::hardware::radio::V1_0::RadioTechnology rat);
|
/hardware/ril/libril/ |
D | ril_service.cpp | 2652 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/ |
D | QCamera3PostProc.cpp | 2314 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/ |
D | QCameraParameters.h | 1097 int32_t getRational(rat_t *rat, int num, int denom);
|
D | QCameraParameters.cpp | 11254 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/ |
D | types.hal | 966 RadioTechnology rat;
|
/hardware/interfaces/radio/1.4/ |
D | types.hal | 1437 RadioTechnology rat;
|