Home
last modified time | relevance | path

Searched refs:stopKeepalive (Results 1 – 4 of 4) 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
296 radio_v1_1->stopKeepalive(serial, 0xBAD); in TEST_P()
/hardware/interfaces/radio/1.1/
DIRadio.hal114 oneway stopKeepalive(int32_t serial, int32_t sessionHandle);
/hardware/interfaces/radio/1.2/default/
DRadio.h257 Return<void> stopKeepalive(int32_t serial, int32_t sessionHandle) override;
/hardware/ril/libril/
Dril_service.cpp440 Return<void> stopKeepalive(int32_t serial, int32_t sessionHandle);
2877 Return<void> RadioImpl::stopKeepalive(int32_t serial, int32_t sessionHandle) { in stopKeepalive() function in RadioImpl