Searched refs:hangupForegroundResumeBackground (Results 1 – 13 of 13) sorted by relevance
161 ScopedAStatus RadioVoice::hangupForegroundResumeBackground(int32_t serial) { in hangupForegroundResumeBackground() function in android::hardware::radio::compat::RadioVoice163 mHal1_5->hangupForegroundResumeBackground(serial); in hangupForegroundResumeBackground()
304 void hangupForegroundResumeBackground(in int serial); in hangupForegroundResumeBackground() method
56 oneway void hangupForegroundResumeBackground(in int serial); in hangupForegroundResumeBackground() method
55 oneway void hangupForegroundResumeBackground(in int serial); in hangupForegroundResumeBackground() method
51 ::ndk::ScopedAStatus hangupForegroundResumeBackground(int32_t serial) override;
111 TEST_P(RadioHidlTest, hangupForegroundResumeBackground) { in TEST_P() argument115 radio->hangupForegroundResumeBackground(serial); in TEST_P()
605 TEST_P(RadioVoiceTest, hangupForegroundResumeBackground) { in TEST_P() argument615 radio_voice->hangupForegroundResumeBackground(serial); in TEST_P()
72 Return<void> hangupForegroundResumeBackground(int32_t serial) override;
176 Return<void> Radio::hangupForegroundResumeBackground(int32_t /* serial */) { in hangupForegroundResumeBackground() function in android::hardware::radio::V1_2::implementation::Radio
209 oneway hangupForegroundResumeBackground(int32_t serial);
155 Return<void> hangupForegroundResumeBackground(int32_t serial);952 Return<void> RadioImpl::hangupForegroundResumeBackground(int32_t serial) { in hangupForegroundResumeBackground() function in RadioImpl