Home
last modified time | relevance | path

Searched refs:HRilCallReq (Results 1 - 7 of 7) sorted by relevance

/base/telephony/ril_adapter/services/hril/src/
H A Dhril_call.cpp200 return RequestVendor(serialId, HREQ_CALL_GET_CALL_LIST, callFuncs_, &HRilCallReq::GetCallList); in GetCallList()
208 return RequestVendor(serialId, HREQ_CALL_DIAL, callFuncs_, &HRilCallReq::Dial, &dial, sizeof(HRilDial)); in Dial()
214 return RequestVendor(serialId, HREQ_CALL_HANGUP, callFuncs_, &HRilCallReq::Hangup, &data, sizeof(uint32_t)); in Hangup()
219 return RequestVendor(serialId, HREQ_CALL_REJECT, callFuncs_, &HRilCallReq::Reject); in Reject()
224 return RequestVendor(serialId, HREQ_CALL_ANSWER, callFuncs_, &HRilCallReq::Answer); in Answer()
229 return RequestVendor(serialId, HREQ_CALL_HOLD_CALL, callFuncs_, &HRilCallReq::HoldCall); in HoldCall()
234 return RequestVendor(serialId, HREQ_CALL_UNHOLD_CALL, callFuncs_, &HRilCallReq::UnHoldCall); in UnHoldCall()
239 return RequestVendor(serialId, HREQ_CALL_SWITCH_CALL, callFuncs_, &HRilCallReq::SwitchCall); in SwitchCall()
245 serialId, HREQ_CALL_COMBINE_CONFERENCE, callFuncs_, &HRilCallReq::CombineConference, callType); in CombineConference()
251 serialId, HREQ_CALL_SEPARATE_CONFERENCE, callFuncs_, &HRilCallReq in SeparateConference()
[all...]
H A Dhril_manager.cpp118 void HRilManager::RegisterCallFuncs(int32_t slotId, const HRilCallReq *callFuncs) in RegisterCallFuncs()
/base/telephony/ril_adapter/interfaces/innerkits/include/
H A Dhril.h60 const HRilCallReq *callOps;
H A Dhril_vendor_call_defs.h879 } HRilCallReq; typedef
/base/telephony/ril_adapter/services/hril/include/
H A Dhril_call.h30 void RegisterCallFuncs(const HRilCallReq *callFuncs);
169 const HRilCallReq *callFuncs_ = nullptr;
H A Dhril_manager.h54 void RegisterCallFuncs(int32_t slotId, const HRilCallReq *callFuncs);
/base/telephony/ril_adapter/services/vendor/src/
H A Dvendor_adapter.c59 static const HRilCallReq g_callReqOps = {

Completed in 10 milliseconds