Home
last modified time | relevance | path

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

/hardware/ril/libril/
DRilSapSocket.h109 typedef struct RilSapSocketList { struct
111 RilSapSocketList *next; argument
112 } RilSapSocketList; typedef
DRilSapSocket.cpp29 static RilSapSocket::RilSapSocketList *head = NULL;
93 RilSapSocketList *current = head; in printList()
104 RilSapSocketList *current = head; in getSocketById()
156 RilSapSocketList *current; in addSocketToList()
160 RilSapSocketList* listItem = (RilSapSocketList*)malloc(sizeof(RilSapSocketList)); in addSocketToList()
186 RilSapSocketList* current = head; in SocketExists()