Searched refs:mHal1_1 (Results 1 – 2 of 2) sorted by relevance
34 : mHal1_1(hidlHal), in RadioConfig()55 mHal1_1->getModemsConfig(serial); in getNumOfLiveModems()61 mHal1_1->getPhoneCapability(serial); in getPhoneCapability()74 mHal1_1->getSimSlotsStatus(serial); in getSimSlotsStatus()80 mHal1_1->setModemsConfig(serial, {static_cast<uint8_t>(numOfLiveModems)}); in setNumOfLiveModems()86 mHal1_1->setPreferredDataModem(serial, modemId); in setPreferredDataModem()100 mHal1_1->setResponseFunctions(mRadioConfigResponse, mRadioConfigIndication).assertOk(); in setResponseFunctions()108 mHal1_1->setSimSlotsMapping(serial, toHidl(slotMap)); in setSimSlotsMapping()
36 const sp<config::V1_1::IRadioConfig> mHal1_1; variable