Home
last modified time | relevance | path

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

/device/generic/goldfish/radio/ril/
Datchannel.c48 static ATUnsolHandler s_unsolHandler; variable
230 if (s_unsolHandler != NULL) { in handleUnsolicited()
231 s_unsolHandler(line, NULL); in handleUnsolicited()
457 if (s_unsolHandler != NULL) { in readerLoop()
458 s_unsolHandler (line1, line2); in readerLoop()
580 s_unsolHandler = h; in at_open()
/device/google/cuttlefish/guest/hals/ril/reference-ril/
Datchannel.c47 static ATUnsolHandler s_unsolHandler; variable
229 if (s_unsolHandler != NULL) { in handleUnsolicited()
230 s_unsolHandler(line, NULL); in handleUnsolicited()
456 if (s_unsolHandler != NULL) { in readerLoop()
457 s_unsolHandler (line1, line2); in readerLoop()
579 s_unsolHandler = h; in at_open()