Home
last modified time | relevance | path

Searched defs:sessionHandle (Results 1 – 9 of 9) sorted by relevance

/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.data/3/android/hardware/radio/data/
DIRadioData.aidl53 oneway void stopKeepalive(in int serial, in int sessionHandle); in stopKeepalive()
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.data/2/android/hardware/radio/data/
DIRadioData.aidl52 oneway void stopKeepalive(in int serial, in int sessionHandle); in stopKeepalive()
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.data/1/android/hardware/radio/data/
DIRadioData.aidl52 oneway void stopKeepalive(in int serial, in int sessionHandle); in stopKeepalive()
/hardware/interfaces/radio/aidl/android/hardware/radio/data/
DIRadioData.aidl307 void stopKeepalive(in int serial, in int sessionHandle); in stopKeepalive()
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.data/current/android/hardware/radio/data/
DIRadioData.aidl53 oneway void stopKeepalive(in int serial, in int sessionHandle); in stopKeepalive()
/hardware/interfaces/radio/aidl/compat/libradiocompat/data/
DRadioData.cpp179 ScopedAStatus RadioData::stopKeepalive(int32_t serial, int32_t sessionHandle) { in stopKeepalive()
/hardware/ril/reference-ril/
Dril.h7211 uint32_t sessionHandle; member
/hardware/ril/include/telephony/
Dril.h7211 uint32_t sessionHandle; member
/hardware/ril/libril/
Dril_service.cpp2877 Return<void> RadioImpl::stopKeepalive(int32_t serial, int32_t sessionHandle) { in stopKeepalive()