Searched refs:mRadioIndication (Results 1 – 3 of 3) sorted by relevance
127 sp<IRadioIndication> mRadioIndication; member778 radioService[slotId]->mRadioIndication = NULL; in checkReturnStatus()815 mRadioIndication = radioIndicationParam; in setResponseFunctions()817 mRadioIndicationV1_1 = V1_1::IRadioIndication::castFrom(mRadioIndication).withDefault(nullptr); in setResponseFunctions()6869 if (radioService[slotId] != NULL && radioService[slotId]->mRadioIndication != NULL) { in radioStateChangedInd()6873 Return<void> retStatus = radioService[slotId]->mRadioIndication->radioStateChanged( in radioStateChangedInd()6886 if (radioService[slotId] != NULL && radioService[slotId]->mRadioIndication != NULL) { in callStateChangedInd()6890 Return<void> retStatus = radioService[slotId]->mRadioIndication->callStateChanged( in callStateChangedInd()6903 if (radioService[slotId] != NULL && radioService[slotId]->mRadioIndication != NULL) { in networkStateChangedInd()6907 Return<void> retStatus = radioService[slotId]->mRadioIndication->networkStateChanged( in networkStateChangedInd()[all …]
29 mRadioIndication = radioIndication; in setResponseFunctions()33 ::android::hardware::radio::V1_1::IRadioIndication::castFrom(mRadioIndication) in setResponseFunctions()42 ::android::hardware::radio::V1_2::IRadioIndication::castFrom(mRadioIndication) in setResponseFunctions()
42 sp<::android::hardware::radio::V1_0::IRadioIndication> mRadioIndication; member