Searched defs:stopKeepalive (Results 1 – 8 of 8) sorted by relevance
293 TEST_P(RadioHidlTest_v1_1, stopKeepalive) { in TEST_P() argument
274 void stopKeepalive(in int serial, in int sessionHandle); in stopKeepalive() method
52 oneway void stopKeepalive(in int serial, in int sessionHandle); in stopKeepalive() method
179 ScopedAStatus RadioData::stopKeepalive(int32_t serial, int32_t sessionHandle) { in stopKeepalive() function in android::hardware::radio::compat::RadioData
547 TEST_P(RadioDataTest, stopKeepalive) { in TEST_P() argument
854 Return<void> Radio::stopKeepalive(int32_t /* serial */, int32_t /* sessionHandle */) { in stopKeepalive() function in android::hardware::radio::V1_2::implementation::Radio
2877 Return<void> RadioImpl::stopKeepalive(int32_t serial, int32_t sessionHandle) { in stopKeepalive() function in RadioImpl