Searched refs:SapSocketRequest (Results 1 – 2 of 2) sorted by relevance
63 typedef struct SapSocketRequest { struct66 struct SapSocketRequest* p_next; argument68 } SapSocketRequest; argument73 Ril_queue<SapSocketRequest> dispatchQueue;78 Ril_queue<SapSocketRequest> pendingResponseQueue;
55 SapSocketRequest *request = (SapSocketRequest*) t; in sOnRequestComplete()201 SapSocketRequest *req = dispatchQueue.dequeue(); in processRequestsLoop()269 SapSocketRequest* currRequest=(SapSocketRequest*)malloc(sizeof(SapSocketRequest)); in dispatchRequest()300 SapSocketRequest* request= (SapSocketRequest*)t; in onRequestComplete()414 SapSocketRequest *recv = (SapSocketRequest*)malloc(sizeof(SapSocketRequest)); in pushRecord()477 SapSocketRequest* currRequest=(SapSocketRequest*)malloc(sizeof(SapSocketRequest)); in dispatchDisconnect()