Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/quectelCM/
H A DGobiNetCM.c126 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()
H A Datc.c93 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()
H A DQmiWwanCM.c336 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()
H A Dmbim-cm.c1334qmidevice_send_event_to_main(RIL_UNSOL_RESPONSE_VOICE_NETWORK_STATE_CHANGED); in mbim_recv_command()
1340qmidevice_send_event_to_main(RIL_UNSOL_RESPONSE_VOICE_NETWORK_STATE_CHANGED); in mbim_recv_command()
1349qmidevice_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()
H A DQMIThread.h277 extern void qmidevice_send_event_to_main(int triger_event);
H A DQMIThread.c651 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()
H A Dmain.c89 void qmidevice_send_event_to_main(int triger_event) { in qmidevice_send_event_to_main() function