Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril_service.cpp3347 RIL_KeepaliveRequest kaReq = {}; in startKeepalive() local
3349 kaReq.type = static_cast<RIL_KeepaliveType>(keepalive.type); in startKeepalive()
3350 switch(kaReq.type) { in startKeepalive()
3373 ::memcpy(kaReq.sourceAddress, keepalive.sourceAddress.data(), keepalive.sourceAddress.size()); in startKeepalive()
3374 kaReq.sourcePort = keepalive.sourcePort; in startKeepalive()
3376 ::memcpy(kaReq.destinationAddress, in startKeepalive()
3378 kaReq.destinationPort = keepalive.destinationPort; in startKeepalive()
3380 kaReq.maxKeepaliveIntervalMillis = keepalive.maxKeepaliveIntervalMillis; in startKeepalive()
3381 kaReq.cid = keepalive.cid; // This is the context ID of the data call in startKeepalive()
3383 CALL_ONREQUEST(pRI->pCI->requestNumber, &kaReq, sizeof(RIL_KeepaliveRequest), pRI, mSlotId); in startKeepalive()