Home
last modified time | relevance | path

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

/hardware/interfaces/radio/1.4/vts/functional/
Dradio_hidl_hal_test.cpp114 radio_v1_4->getCurrentCalls(serial); in clearPotentialEstablishedCalls()
129 radio_v1_4->getCurrentCalls(serial); in clearPotentialEstablishedCalls()
/hardware/interfaces/radio/1.0/vts/functional/
Dradio_hidl_hal_voice.cpp23 TEST_P(RadioHidlTest, getCurrentCalls) { in TEST_P() argument
27 radio->getCurrentCalls(serial); in TEST_P()
/hardware/interfaces/radio/1.2/default/
DRadio.h66 Return<void> getCurrentCalls(int32_t serial) override;
/hardware/interfaces/radio/1.0/
DIRadioIndication.hal33 * Callee must invoke IRadio.getCurrentCalls()
DIRadio.hal148 oneway getCurrentCalls(int32_t serial);
190 * active anymore in next getCurrentCalls() query.
202 * active anymore in next getCurrentCalls query.
/hardware/ril/libril/
Dril_service.cpp144 Return<void> getCurrentCalls(int32_t serial);
877 Return<void> RadioImpl::getCurrentCalls(int32_t serial) { in getCurrentCalls() function in RadioImpl