Searched refs:RIL_UNSOL_RESPONSE (Results 1 – 4 of 4) sorted by relevance
/device/google/cuttlefish/guest/hals/ril/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 309 RIL_UNSOL_RESPONSE(RIL_UNSOL_RIL_CONNECTED, in onNewCommandConnect() 313 RIL_UNSOL_RESPONSE(RIL_UNSOL_RESPONSE_RADIO_STATE_CHANGED, in onNewCommandConnect()
|
/device/generic/goldfish/radio/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 309 RIL_UNSOL_RESPONSE(RIL_UNSOL_RIL_CONNECTED, in onNewCommandConnect() 313 RIL_UNSOL_RESPONSE(RIL_UNSOL_RESPONSE_RADIO_STATE_CHANGED, in onNewCommandConnect()
|
/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 | 50 #define RIL_UNSOL_RESPONSE(a, b, c, d) RIL_onUnsolicitedResponse((a), (b), (c), (d)) macro 54 #define RIL_UNSOL_RESPONSE(a, b, c, d) RIL_onUnsolicitedResponse((a), (b), (c)) macro
|