Searched defs:stopKeepalive (Results 1 – 10 of 10) sorted by relevance
/hardware/interfaces/radio/1.1/vts/functional/ |
D | radio_hidl_hal_api.cpp | 293 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/ |
D | IRadioData.aidl | 52 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/ |
D | IRadioData.aidl | 53 oneway void stopKeepalive(in int serial, in int sessionHandle); in stopKeepalive() method
|
/hardware/interfaces/radio/aidl/android/hardware/radio/data/ |
D | IRadioData.aidl | 307 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/ |
D | IRadioData.aidl | 52 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/ |
D | IRadioData.aidl | 53 oneway void stopKeepalive(in int serial, in int sessionHandle); in stopKeepalive() method
|
/hardware/interfaces/radio/aidl/compat/libradiocompat/data/ |
D | RadioData.cpp | 179 ScopedAStatus RadioData::stopKeepalive(int32_t serial, int32_t sessionHandle) { in stopKeepalive() function in android::hardware::radio::compat::RadioData
|
/hardware/interfaces/radio/aidl/vts/ |
D | radio_data_test.cpp | 595 TEST_P(RadioDataTest, stopKeepalive) { in TEST_P() argument
|
/hardware/interfaces/radio/1.2/default/ |
D | Radio.cpp | 854 Return<void> Radio::stopKeepalive(int32_t /* serial */, int32_t /* sessionHandle */) { in stopKeepalive() function in android::hardware::radio::V1_2::implementation::Radio
|
/hardware/ril/libril/ |
D | ril_service.cpp | 2877 Return<void> RadioImpl::stopKeepalive(int32_t serial, int32_t sessionHandle) { in stopKeepalive() function in RadioImpl
|