Home
last modified time | relevance | path

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

/aosp12/hardware/ril/libril/
H A Dril_commands.h162 {RIL_REQUEST_STOP_KEEPALIVE, radio::stopKeepaliveResponse},
H A Dril_service.cpp2881 RequestInfo *pRI = android::addRequestToList(serial, mSlotId, RIL_REQUEST_STOP_KEEPALIVE); in stopKeepalive()
/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/
H A DRILConstants.java496 int RIL_REQUEST_STOP_KEEPALIVE = 145; field
/aosp12/hardware/ril/include/telephony/
H A Dril.h6340 #define RIL_REQUEST_STOP_KEEPALIVE 145 macro
/aosp12/hardware/ril/reference-ril/
H A Dril.h6340 #define RIL_REQUEST_STOP_KEEPALIVE 145 macro
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRIL.java5632 RIL_REQUEST_STOP_KEEPALIVE, result, mRILDefaultWorkSource); in stopNattKeepalive()
6980 case RIL_REQUEST_STOP_KEEPALIVE: in requestToString()