Searched refs:mRadioIndication (Results 1 – 2 of 2) sorted by relevance
113 sp<IRadioIndication> mRadioIndication; member747 radioService[slotId]->mRadioIndication = NULL; in checkReturnStatus()780 mRadioIndication = radioIndicationParam; in setResponseFunctions()782 mRadioIndicationV1_1 = V1_1::IRadioIndication::castFrom(mRadioIndication).withDefault(nullptr); in setResponseFunctions()6744 if (radioService[slotId] != NULL && radioService[slotId]->mRadioIndication != NULL) { in radioStateChangedInd()6748 Return<void> retStatus = radioService[slotId]->mRadioIndication->radioStateChanged( in radioStateChangedInd()6761 if (radioService[slotId] != NULL && radioService[slotId]->mRadioIndication != NULL) { in callStateChangedInd()6765 Return<void> retStatus = radioService[slotId]->mRadioIndication->callStateChanged( in callStateChangedInd()6778 if (radioService[slotId] != NULL && radioService[slotId]->mRadioIndication != NULL) { in networkStateChangedInd()6782 Return<void> retStatus = radioService[slotId]->mRadioIndication->networkStateChanged( in networkStateChangedInd()[all …]
42 sp<::android::hardware::radio::V1_0::IRadioIndication> mRadioIndication; member