Home
last modified time | relevance | path

Searched defs:stopKeepalive (Results 1 – 10 of 10) sorted by relevance

/hardware/interfaces/radio/1.1/vts/functional/
Dradio_hidl_hal_api.cpp293 TEST_P(RadioHidlTest_v1_1, stopKeepalive) { in TEST_P() argument
/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() method
/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() method
/hardware/interfaces/radio/aidl/android/hardware/radio/data/
DIRadioData.aidl307 void stopKeepalive(in int serial, in int sessionHandle); in stopKeepalive() method
/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() method
/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() method
/hardware/interfaces/radio/aidl/compat/libradiocompat/data/
DRadioData.cpp179 ScopedAStatus RadioData::stopKeepalive(int32_t serial, int32_t sessionHandle) { in stopKeepalive() function in android::hardware::radio::compat::RadioData
/hardware/interfaces/radio/aidl/vts/
Dradio_data_test.cpp595 TEST_P(RadioDataTest, stopKeepalive) { in TEST_P() argument
/hardware/interfaces/radio/1.2/default/
DRadio.cpp854 Return<void> Radio::stopKeepalive(int32_t /* serial */, int32_t /* sessionHandle */) { in stopKeepalive() function in android::hardware::radio::V1_2::implementation::Radio
/hardware/ril/libril/
Dril_service.cpp2877 Return<void> RadioImpl::stopKeepalive(int32_t serial, int32_t sessionHandle) { in stopKeepalive() function in RadioImpl