Lines Matching refs:mRadioResponseV1_1
114 sp<V1_1::IRadioResponse> mRadioResponseV1_1; member
748 radioService[slotId]->mRadioResponseV1_1 = NULL; in checkReturnStatus()
781 mRadioResponseV1_1 = V1_1::IRadioResponse::castFrom(mRadioResponse).withDefault(nullptr); in setResponseFunctions()
783 if (mRadioResponseV1_1 == nullptr || mRadioIndicationV1_1 == nullptr) { in setResponseFunctions()
784 mRadioResponseV1_1 = nullptr; in setResponseFunctions()
6575 if (radioService[slotId]->mRadioResponseV1_1 != NULL) { in setCarrierInfoForImsiEncryptionResponse()
6578 Return<void> retStatus = radioService[slotId]->mRadioResponseV1_1-> in setCarrierInfoForImsiEncryptionResponse()
6617 || radioService[slotId]->mRadioResponseV1_1 != NULL) { in setSimCardPowerResponse()
6620 if (radioService[slotId]->mRadioResponseV1_1 != NULL) { in setSimCardPowerResponse()
6621 Return<void> retStatus = radioService[slotId]->mRadioResponseV1_1-> in setSimCardPowerResponse()
6644 if (radioService[slotId]->mRadioResponseV1_1 != NULL) { in startNetworkScanResponse()
6648 = radioService[slotId]->mRadioResponseV1_1->startNetworkScanResponse(responseInfo); in startNetworkScanResponse()
6663 if (radioService[slotId]->mRadioResponseV1_1 != NULL) { in stopNetworkScanResponse()
6667 = radioService[slotId]->mRadioResponseV1_1->stopNetworkScanResponse(responseInfo); in stopNetworkScanResponse()
6691 if (radioService[slotId]->mRadioResponseV1_1 == NULL) { in startKeepaliveResponse()
6705 radioService[slotId]->mRadioResponseV1_1->startKeepaliveResponse(responseInfo, ks); in startKeepaliveResponse()
6719 if (radioService[slotId]->mRadioResponseV1_1 == NULL) { in stopKeepaliveResponse()
6725 radioService[slotId]->mRadioResponseV1_1->stopKeepaliveResponse(responseInfo); in stopKeepaliveResponse()