Home
last modified time | relevance | path

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

/hardware/ril/libril/
DRilSapSocket.cpp31 static RilSapSocket::RilSapSocketList *head = NULL;
87 RilSapSocketList *current = head; in printList()
98 RilSapSocketList *current = head; in getSocketById()
150 RilSapSocketList *current; in addSocketToList()
154 RilSapSocketList* listItem = (RilSapSocketList*)malloc(sizeof(RilSapSocketList)); in addSocketToList()
180 RilSapSocketList* current = head; in SocketExists()
DRilSapSocket.h104 typedef struct RilSapSocketList { struct
106 RilSapSocketList *next; argument
107 } RilSapSocketList; typedef