Home
last modified time | relevance | path

Searched refs:modemsConfig (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/radio/aidl/compat/libradiocompat/config/
DRadioConfigResponse.cpp83 const V1_0::RadioResponseInfo& info, const config::V1_1::ModemsConfig& modemsConfig) { in getModemsConfigResponse() argument
85 respond()->getNumOfLiveModemsResponse(toAidl(info), modemsConfig.numOfLiveModems); in getModemsConfigResponse()
/hardware/interfaces/radio/config/1.1/
DIRadioConfigResponse.hal68 * @param modemsConfig <@1.1::ModemsConfig> it defines all the modems' configurations
76 oneway getModemsConfigResponse(RadioResponseInfo info, ModemsConfig modemsConfig);
DIRadioConfig.hal72 * @param modemsConfig ModemsConfig object including the number of live modems
76 oneway setModemsConfig(int32_t serial, ModemsConfig modemsConfig);
/hardware/interfaces/radio/aidl/compat/libradiocompat/include/libradiocompat/
DRadioConfigResponse.h40 const config::V1_1::ModemsConfig& modemsConfig) override;