Home
last modified time | relevance | path

Searched defs:startKeepalive (Results 1 – 8 of 8) sorted by relevance

/hardware/interfaces/radio/1.1/vts/functional/
Dradio_hidl_hal_api.cpp195 TEST_P(RadioHidlTest_v1_1, startKeepalive) { in TEST_P() argument
/hardware/interfaces/radio/aidl/android/hardware/radio/data/
DIRadioData.aidl263 void startKeepalive(in int serial, in KeepaliveRequest keepalive); in startKeepalive() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.data/1/android/hardware/radio/data/
DIRadioData.aidl51 …oneway void startKeepalive(in int serial, in android.hardware.radio.data.KeepaliveRequest keepaliv… in startKeepalive() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.data/current/android/hardware/radio/data/
DIRadioData.aidl51 …oneway void startKeepalive(in int serial, in android.hardware.radio.data.KeepaliveRequest keepaliv… in startKeepalive() method
/hardware/interfaces/radio/aidl/compat/libradiocompat/data/
DRadioData.cpp173 ScopedAStatus RadioData::startKeepalive(int32_t serial, const aidl::KeepaliveRequest& keepalive) { in startKeepalive() function in android::hardware::radio::compat::RadioData
/hardware/interfaces/radio/aidl/vts/
Dradio_data_test.cpp448 TEST_P(RadioDataTest, startKeepalive) { in TEST_P() argument
/hardware/interfaces/radio/1.2/default/
DRadio.cpp847 Return<void> Radio::startKeepalive( in startKeepalive() function in android::hardware::radio::V1_2::implementation::Radio
/hardware/ril/libril/
Dril_service.cpp2828 Return<void> RadioImpl::startKeepalive(int32_t serial, const V1_1::KeepaliveRequest& keepalive) { in startKeepalive() function in RadioImpl