HomeSort by relevance Sort by last modified time
    Searched refs:RilSapSocketList (Results 1 - 2 of 2) sorted by null

  /hardware/ril/libril/
RilSapSocket.h 109 typedef struct RilSapSocketList {
111 RilSapSocketList *next;
112 } RilSapSocketList;
RilSapSocket.cpp 29 static RilSapSocket::RilSapSocketList *head = NULL;
93 RilSapSocketList *current = head;
104 RilSapSocketList *current = head;
156 RilSapSocketList *current;
160 RilSapSocketList* listItem = (RilSapSocketList*)malloc(sizeof(RilSapSocketList));
186 RilSapSocketList* current = head;

Completed in 4914 milliseconds