Home
last modified time | relevance | path

Searched refs:getCurrentCalls (Results 1 – 7 of 7) sorted by relevance

/hardware/interfaces/radio/1.4/vts/functional/
Dradio_hidl_hal_test.cpp93 radio_v1_4->getCurrentCalls(serial); in clearPotentialEstablishedCalls()
/hardware/interfaces/radio/1.0/vts/functional/
Dradio_hidl_hal_voice.cpp22 TEST_F(RadioHidlTest, getCurrentCalls) { in TEST_F() argument
25 radio->getCurrentCalls(serial); in TEST_F()
/hardware/interfaces/radio/1.2/default/
DRadio.cpp150 Return<void> Radio::getCurrentCalls(int32_t /* serial */) { in getCurrentCalls() function in android::hardware::radio::V1_2::implementation::Radio
DRadio.h66 Return<void> getCurrentCalls(int32_t serial) override;
/hardware/interfaces/radio/1.0/
DIRadio.hal148 oneway getCurrentCalls(int32_t serial);
190 * active anymore in next getCurrentCalls() query.
202 * active anymore in next getCurrentCalls query.
DIRadioIndication.hal33 * Callee must invoke IRadio.getCurrentCalls()
/hardware/ril/libril/
Dril_service.cpp157 Return<void> getCurrentCalls(int32_t serial);
911 Return<void> RadioImpl::getCurrentCalls(int32_t serial) { in getCurrentCalls() function in RadioImpl