Home
last modified time | relevance | path

Searched refs:OnNotify (Results 1 – 2 of 2) sorted by relevance

/base/telephony/ril_adapter/services/vendor/include/
Dat_support.h46 typedef void (*OnNotify)(const char *s, const char *s1); // onNotify typedef
48 int32_t ATStartReadLoop(int32_t fd, OnNotify func); // at_open
/base/telephony/ril_adapter/services/vendor/src/
Dat_support.c21 static OnNotify g_onNotifyFunc = NULL;
51 int32_t ATStartReadLoop(int32_t fd, OnNotify func) in ATStartReadLoop()
140 …const OnNotify g_onNotifyFunc, pthread_mutex_t *g_commandmutex, const char *responseLine, const ch… in IsResponseOtherCases()