Home
last modified time | relevance | path

Searched refs:kaReq (Results 1 – 3 of 3) 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.cpp3036 RIL_KeepaliveRequest kaReq = {}; in startKeepalive() local
3038 kaReq.type = static_cast<RIL_KeepaliveType>(keepalive.type); in startKeepalive()
3039 switch(kaReq.type) { in startKeepalive()
3062 ::memcpy(kaReq.sourceAddress, keepalive.sourceAddress.data(), keepalive.sourceAddress.size()); in startKeepalive()
3063 kaReq.sourcePort = keepalive.sourcePort; in startKeepalive()
3065 ::memcpy(kaReq.destinationAddress, in startKeepalive()
3067 kaReq.destinationPort = keepalive.destinationPort; in startKeepalive()
3069 kaReq.maxKeepaliveIntervalMillis = keepalive.maxKeepaliveIntervalMillis; in startKeepalive()
3070 kaReq.cid = keepalive.cid; // This is the context ID of the data call in startKeepalive()
3072 CALL_ONREQUEST(pRI->pCI->requestNumber, &kaReq, sizeof(RIL_KeepaliveRequest), pRI, mSlotId); in startKeepalive()
/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril_service.cpp3067 RIL_KeepaliveRequest kaReq = {}; in startKeepalive() local
3069 kaReq.type = static_cast<RIL_KeepaliveType>(keepalive.type); in startKeepalive()
3070 switch(kaReq.type) { in startKeepalive()
3093 ::memcpy(kaReq.sourceAddress, keepalive.sourceAddress.data(), keepalive.sourceAddress.size()); in startKeepalive()
3094 kaReq.sourcePort = keepalive.sourcePort; in startKeepalive()
3096 ::memcpy(kaReq.destinationAddress, in startKeepalive()
3098 kaReq.destinationPort = keepalive.destinationPort; in startKeepalive()
3100 kaReq.maxKeepaliveIntervalMillis = keepalive.maxKeepaliveIntervalMillis; in startKeepalive()
3101 kaReq.cid = keepalive.cid; // This is the context ID of the data call in startKeepalive()
3103 CALL_ONREQUEST(pRI->pCI->requestNumber, &kaReq, sizeof(RIL_KeepaliveRequest), pRI, mSlotId); in startKeepalive()