Lines Matching refs:mRadioResponseV1_1

128     sp<V1_1::IRadioResponse> mRadioResponseV1_1;  member
779 radioService[slotId]->mRadioResponseV1_1 = NULL; in checkReturnStatus()
816 mRadioResponseV1_1 = V1_1::IRadioResponse::castFrom(mRadioResponse).withDefault(nullptr); in setResponseFunctions()
818 if (mRadioResponseV1_1 == nullptr || mRadioIndicationV1_1 == nullptr) { in setResponseFunctions()
819 mRadioResponseV1_1 = nullptr; in setResponseFunctions()
6632 if (radioService[slotId]->mRadioResponseV1_1 != NULL) { in setCarrierInfoForImsiEncryptionResponse()
6635 Return<void> retStatus = radioService[slotId]->mRadioResponseV1_1-> in setCarrierInfoForImsiEncryptionResponse()
6674 || radioService[slotId]->mRadioResponseV1_1 != NULL) { in setSimCardPowerResponse()
6677 if (radioService[slotId]->mRadioResponseV1_1 != NULL) { in setSimCardPowerResponse()
6678 Return<void> retStatus = radioService[slotId]->mRadioResponseV1_1-> in setSimCardPowerResponse()
6701 if (radioService[slotId]->mRadioResponseV1_1 != NULL) { in startNetworkScanResponse()
6705 = radioService[slotId]->mRadioResponseV1_1->startNetworkScanResponse(responseInfo); in startNetworkScanResponse()
6720 if (radioService[slotId]->mRadioResponseV1_1 != NULL) { in stopNetworkScanResponse()
6724 = radioService[slotId]->mRadioResponseV1_1->stopNetworkScanResponse(responseInfo); in stopNetworkScanResponse()
6748 if (radioService[slotId]->mRadioResponseV1_1 == NULL) { in startKeepaliveResponse()
6762 radioService[slotId]->mRadioResponseV1_1->startKeepaliveResponse(responseInfo, ks); in startKeepaliveResponse()
6776 if (radioService[slotId]->mRadioResponseV1_1 == NULL) { in stopKeepaliveResponse()
6782 radioService[slotId]->mRadioResponseV1_1->stopKeepaliveResponse(responseInfo); in stopKeepaliveResponse()