Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/radio/1.0/vts/functional/
H A Dradio_hidl_hal_voice.cpp251 TEST_P(RadioHidlTest, getCallForwardStatus) { in TEST_P() argument
258 radio->getCallForwardStatus(serial, callInfo); in TEST_P()
/aosp12/hardware/interfaces/radio/1.2/default/
H A DRadio.cpp277 Return<void> Radio::getCallForwardStatus( in getCallForwardStatus() function in android::hardware::radio::V1_2::implementation::Radio
H A DRadio.h97 Return<void> getCallForwardStatus(
/aosp12/hardware/interfaces/radio/1.0/
H A DIRadio.hal476 oneway getCallForwardStatus(int32_t serial,
H A Dtypes.hal2020 // forward status. see getCallForwardStatus()
/aosp12/hardware/ril/libril/
H A Dril_service.cpp201 Return<void> getCallForwardStatus(int32_t serial,
1204 Return<void> RadioImpl::getCallForwardStatus(int32_t serial, const CallForwardInfo& callInfo) { in getCallForwardStatus() function in RadioImpl
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRIL.java2282 radioProxy.getCallForwardStatus(rr.mSerial, cfInfo); in queryCallForwardStatus()