Home
last modified time | relevance | path

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

/hardware/ril/libril/
Dril_service.cpp2837 RIL_KeepaliveRequest kaReq = {}; in startKeepalive() local
2839 kaReq.type = static_cast<RIL_KeepaliveType>(keepalive.type); in startKeepalive()
2840 switch(kaReq.type) { in startKeepalive()
2863 ::memcpy(kaReq.sourceAddress, keepalive.sourceAddress.data(), keepalive.sourceAddress.size()); in startKeepalive()
2864 kaReq.sourcePort = keepalive.sourcePort; in startKeepalive()
2866 ::memcpy(kaReq.destinationAddress, in startKeepalive()
2868 kaReq.destinationPort = keepalive.destinationPort; in startKeepalive()
2870 kaReq.maxKeepaliveIntervalMillis = keepalive.maxKeepaliveIntervalMillis; in startKeepalive()
2871 kaReq.cid = keepalive.cid; // This is the context ID of the data call in startKeepalive()
2873 CALL_ONREQUEST(pRI->pCI->requestNumber, &kaReq, sizeof(RIL_KeepaliveRequest), pRI, mSlotId); in startKeepalive()