Searched defs:kaReq (Results 1 - 1 of 1) sorted by relevance

/hardware/ril/libril/
H A Dril_service.cpp2836 RIL_KeepaliveRequest kaReq = {}; local
2838 kaReq.type = static_cast<RIL_KeepaliveType>(keepalive.type);
2839 switch(kaReq.type) {
2862 ::memcpy(kaReq.sourceAddress, keepalive.sourceAddress.data(), keepalive.sourceAddress.size());
2863 kaReq.sourcePort = keepalive.sourcePort;
2865 ::memcpy(kaReq.destinationAddress,
2867 kaReq.destinationPort = keepalive.destinationPort;
2869 kaReq.maxKeepaliveIntervalMillis = keepalive.maxKeepaliveIntervalMillis;
2870 kaReq.cid = keepalive.cid; // This is the context ID of the data call
2872 CALL_ONREQUEST(pRI->pCI->requestNumber, &kaReq, sizeo
[all...]

Completed in 586 milliseconds