Home
last modified time | relevance | path

Searched refs:RIL_UNSOL_RESPONSE_RADIO_CONFIG_BASE (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril.cpp487 RIL_UNSOL_RESPONSE_RADIO_CONFIG_BASE); in RIL_register()
783 && unsolResponse < RIL_UNSOL_RESPONSE_RADIO_CONFIG_BASE) in RIL_onUnsolicitedResponse()
793 } else if (unsolResponse >= RIL_UNSOL_RESPONSE_RADIO_CONFIG_BASE in RIL_onUnsolicitedResponse()
795 unsolResponseIndex = unsolResponse - RIL_UNSOL_RESPONSE_RADIO_CONFIG_BASE; in RIL_onUnsolicitedResponse()
Dril.h7839 #define RIL_UNSOL_RESPONSE_RADIO_CONFIG_BASE 1100 macro