Searched refs:getCurrentCalls (Results 1 – 7 of 7) sorted by relevance
93 radio_v1_4->getCurrentCalls(serial); in clearPotentialEstablishedCalls()
22 TEST_F(RadioHidlTest, getCurrentCalls) { in TEST_F() argument25 radio->getCurrentCalls(serial); in TEST_F()
150 Return<void> Radio::getCurrentCalls(int32_t /* serial */) { in getCurrentCalls() function in android::hardware::radio::V1_2::implementation::Radio
66 Return<void> getCurrentCalls(int32_t serial) override;
148 oneway getCurrentCalls(int32_t serial);190 * active anymore in next getCurrentCalls() query.202 * active anymore in next getCurrentCalls query.
33 * Callee must invoke IRadio.getCurrentCalls()
157 Return<void> getCurrentCalls(int32_t serial);911 Return<void> RadioImpl::getCurrentCalls(int32_t serial) { in getCurrentCalls() function in RadioImpl