Searched refs:getCurrentCalls (Results 1 – 6 of 6) sorted by relevance
114 radio_v1_4->getCurrentCalls(serial); in clearPotentialEstablishedCalls()129 radio_v1_4->getCurrentCalls(serial); in clearPotentialEstablishedCalls()
23 TEST_P(RadioHidlTest, getCurrentCalls) { in TEST_P() argument27 radio->getCurrentCalls(serial); in TEST_P()
66 Return<void> getCurrentCalls(int32_t serial) override;
33 * Callee must invoke IRadio.getCurrentCalls()
148 oneway getCurrentCalls(int32_t serial);190 * active anymore in next getCurrentCalls() query.202 * active anymore in next getCurrentCalls query.
144 Return<void> getCurrentCalls(int32_t serial);877 Return<void> RadioImpl::getCurrentCalls(int32_t serial) { in getCurrentCalls() function in RadioImpl