Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/ril/reference-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()
/device/generic/goldfish/radio/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
/device/google/cuttlefish/guest/hals/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()