Home
last modified time | relevance | path

Searched refs:g_onNotifyFunc (Results 1 - 1 of 1) sorted by relevance

/base/telephony/ril_adapter/services/vendor/src/
H A Dat_support.c21 static OnNotify g_onNotifyFunc = NULL; variable
56 g_onNotifyFunc = func; in ATStartReadLoop()
142 const OnNotify g_onNotifyFunc, pthread_mutex_t *g_commandmutex, const char *responseLine, const char *pdu) in IsResponseOtherCases()
149 if (g_onNotifyFunc != NULL) { in IsResponseOtherCases()
150 g_onNotifyFunc(responseLine, pdu); in IsResponseOtherCases()
165 if (g_onNotifyFunc != NULL) { in ProcessResponse()
167 g_onNotifyFunc(responseLine, pdu); in ProcessResponse()
191 IsResponseOtherCases(g_onNotifyFunc, &g_commandmutex, responseLine, pdu); in ProcessResponse()
141 IsResponseOtherCases( const OnNotify g_onNotifyFunc, pthread_mutex_t *g_commandmutex, const char *responseLine, const char *pdu) IsResponseOtherCases() argument

Completed in 1 milliseconds