Searched refs:stopKeepalive (Results 1 – 4 of 4) sorted by relevance
293 TEST_P(RadioHidlTest_v1_1, stopKeepalive) { in TEST_P() argument296 radio_v1_1->stopKeepalive(serial, 0xBAD); in TEST_P()
114 oneway stopKeepalive(int32_t serial, int32_t sessionHandle);
257 Return<void> stopKeepalive(int32_t serial, int32_t sessionHandle) override;
440 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