Home
last modified time | relevance | path

Searched refs:hangupForegroundResumeBackground (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/radio/1.0/vts/functional/
Dradio_hidl_hal_voice.cpp111 TEST_P(RadioHidlTest, hangupForegroundResumeBackground) { in TEST_P() argument
115 radio->hangupForegroundResumeBackground(serial); in TEST_P()
/hardware/interfaces/radio/1.2/default/
DRadio.h72 Return<void> hangupForegroundResumeBackground(int32_t serial) override;
/hardware/interfaces/radio/1.0/
DIRadio.hal209 oneway hangupForegroundResumeBackground(int32_t serial);
/hardware/ril/libril/
Dril_service.cpp155 Return<void> hangupForegroundResumeBackground(int32_t serial);
952 Return<void> RadioImpl::hangupForegroundResumeBackground(int32_t serial) { in hangupForegroundResumeBackground() function in RadioImpl