Searched refs:RIL_UNSOL_RESPONSE (Results 1 – 2 of 2) sorted by relevance
/device/google/cuttlefish/guest/hals/ril/reference-libril/ |
D | ril.cpp | 174 #define RIL_UNSOL_RESPONSE(a, b, c, d) RIL_onUnsolicitedResponse((a), (b), (c), (d)) macro 176 #define RIL_UNSOL_RESPONSE(a, b, c, d) RIL_onUnsolicitedResponse((a), (b), (c)) macro 326 RIL_UNSOL_RESPONSE(RIL_UNSOL_RIL_CONNECTED, in onNewCommandConnect() 330 RIL_UNSOL_RESPONSE(RIL_UNSOL_RESPONSE_RADIO_STATE_CHANGED, in onNewCommandConnect()
|
D | ril_config.cpp | 56 #define RIL_UNSOL_RESPONSE(a, b, c, d) RIL_onUnsolicitedResponse((a), (b), (c), (d)) macro 60 #define RIL_UNSOL_RESPONSE(a, b, c, d) RIL_onUnsolicitedResponse((a), (b), (c)) macro
|