Home
last modified time | relevance | path

Searched refs:RIL_UNSOL_RESPONSE_BASE (Results 1 – 7 of 7) sorted by relevance

/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril.cpp472 assert(i + RIL_UNSOL_RESPONSE_BASE in RIL_register()
779 unsolResponseIndex = unsolResponse - RIL_UNSOL_RESPONSE_BASE; in RIL_onUnsolicitedResponse()
781 if ((unsolResponse < RIL_UNSOL_RESPONSE_BASE) in RIL_onUnsolicitedResponse()
789 if (unsolResponse >= RIL_UNSOL_RESPONSE_BASE in RIL_onUnsolicitedResponse()
791 unsolResponseIndex = unsolResponse - RIL_UNSOL_RESPONSE_BASE; in RIL_onUnsolicitedResponse()
Dril.h7168 #define RIL_UNSOL_RESPONSE_BASE 1000 macro
/device/google/cuttlefish/guest/hals/ril/libril/
Dril.cpp455 assert(i + RIL_UNSOL_RESPONSE_BASE in RIL_register()
747 unsolResponseIndex = unsolResponse - RIL_UNSOL_RESPONSE_BASE; in RIL_onUnsolicitedResponse()
Dril.h6754 #define RIL_UNSOL_RESPONSE_BASE 1000 macro
/device/generic/goldfish/radio/libril/
Dril.cpp455 assert(i + RIL_UNSOL_RESPONSE_BASE in RIL_register()
746 unsolResponseIndex = unsolResponse - RIL_UNSOL_RESPONSE_BASE; in RIL_onUnsolicitedResponse()
/device/generic/goldfish/radio/ril/
Dril.h6362 #define RIL_UNSOL_RESPONSE_BASE 1000 macro
/device/generic/goldfish/radio/include/telephony/
Dril.h6361 #define RIL_UNSOL_RESPONSE_BASE 1000 macro