Home
last modified time | relevance | path

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

/device/generic/goldfish/radio/libril/
Dril_service.cpp2877 RIL_KeepaliveRequest kaReq = {}; in startKeepalive() local
2879 kaReq.type = static_cast<RIL_KeepaliveType>(keepalive.type); in startKeepalive()
2880 switch(kaReq.type) { in startKeepalive()
2903 ::memcpy(kaReq.sourceAddress, keepalive.sourceAddress.data(), keepalive.sourceAddress.size()); in startKeepalive()
2904 kaReq.sourcePort = keepalive.sourcePort; in startKeepalive()
2906 ::memcpy(kaReq.destinationAddress, in startKeepalive()
2908 kaReq.destinationPort = keepalive.destinationPort; in startKeepalive()
2910 kaReq.maxKeepaliveIntervalMillis = keepalive.maxKeepaliveIntervalMillis; in startKeepalive()
2911 kaReq.cid = keepalive.cid; // This is the context ID of the data call in startKeepalive()
2913 CALL_ONREQUEST(pRI->pCI->requestNumber, &kaReq, sizeof(RIL_KeepaliveRequest), pRI, mSlotId); in startKeepalive()
/device/google/cuttlefish/guest/hals/ril/libril/
Dril_service.cpp3025 RIL_KeepaliveRequest kaReq = {}; in startKeepalive() local
3027 kaReq.type = static_cast<RIL_KeepaliveType>(keepalive.type); in startKeepalive()
3028 switch(kaReq.type) { in startKeepalive()
3051 ::memcpy(kaReq.sourceAddress, keepalive.sourceAddress.data(), keepalive.sourceAddress.size()); in startKeepalive()
3052 kaReq.sourcePort = keepalive.sourcePort; in startKeepalive()
3054 ::memcpy(kaReq.destinationAddress, in startKeepalive()
3056 kaReq.destinationPort = keepalive.destinationPort; in startKeepalive()
3058 kaReq.maxKeepaliveIntervalMillis = keepalive.maxKeepaliveIntervalMillis; in startKeepalive()
3059 kaReq.cid = keepalive.cid; // This is the context ID of the data call in startKeepalive()
3061 CALL_ONREQUEST(pRI->pCI->requestNumber, &kaReq, sizeof(RIL_KeepaliveRequest), pRI, mSlotId); in startKeepalive()