Searched refs:qmidevice_send_event_to_main (Results 1 – 7 of 7) sorted by relevance
126 qmidevice_send_event_to_main(RIL_INDICATE_DEVICE_DISCONNECTED); in GobiNetThread()131 qmidevice_send_event_to_main(RIL_INDICATE_DEVICE_CONNECTED); in GobiNetThread()229 qmidevice_send_event_to_main(RIL_INDICATE_DEVICE_DISCONNECTED); in GobiNetThread()
93 qmidevice_send_event_to_main(RIL_UNSOL_DATA_CALL_LIST_CHANGED); in onUnsolicited()96 qmidevice_send_event_to_main(RIL_UNSOL_RESPONSE_VOICE_NETWORK_STATE_CHANGED); in onUnsolicited()117 qmidevice_send_event_to_main(RIL_INDICATE_DEVICE_CONNECTED); in atc_read_thread()172 qmidevice_send_event_to_main(RIL_INDICATE_DEVICE_DISCONNECTED); in atc_read_thread()400 qmidevice_send_event_to_main(RIL_UNSOL_DATA_CALL_LIST_CHANGED); in requestSetupDataCall()
336 qmidevice_send_event_to_main(RIL_INDICATE_DEVICE_DISCONNECTED); in QmiWwanThread()343 qmidevice_send_event_to_main(RIL_INDICATE_DEVICE_CONNECTED); in QmiWwanThread()427 qmidevice_send_event_to_main(RIL_INDICATE_DEVICE_DISCONNECTED); in QmiWwanThread()
1334 … qmidevice_send_event_to_main(RIL_UNSOL_RESPONSE_VOICE_NETWORK_STATE_CHANGED); in mbim_recv_command()1340 … qmidevice_send_event_to_main(RIL_UNSOL_RESPONSE_VOICE_NETWORK_STATE_CHANGED); in mbim_recv_command()1349 … qmidevice_send_event_to_main(RIL_UNSOL_RESPONSE_VOICE_NETWORK_STATE_CHANGED); in mbim_recv_command()1359 qmidevice_send_event_to_main(RIL_UNSOL_DATA_CALL_LIST_CHANGED); in mbim_recv_command()1459 qmidevice_send_event_to_main(RIL_INDICATE_DEVICE_CONNECTED); in mbim_read_thread()1528 qmidevice_send_event_to_main(RIL_INDICATE_DEVICE_DISCONNECTED); in mbim_read_thread()
277 extern void qmidevice_send_event_to_main(int triger_event);
651 qmidevice_send_event_to_main(MODEM_REPORT_RESET_EVENT); in QmiThreadRecvQMI()654 qmidevice_send_event_to_main(RIL_UNSOL_RESPONSE_VOICE_NETWORK_STATE_CHANGED); in QmiThreadRecvQMI()657 qmidevice_send_event_to_main(RIL_UNSOL_DATA_CALL_LIST_CHANGED); in QmiThreadRecvQMI()660 qmidevice_send_event_to_main(RIL_UNSOL_RESPONSE_VOICE_NETWORK_STATE_CHANGED); in QmiThreadRecvQMI()
89 void qmidevice_send_event_to_main(int triger_event) { in qmidevice_send_event_to_main() function