Home
last modified time | relevance | path

Searched refs:callType (Results 1 - 3 of 3) sorted by relevance

/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/
H A Dast.js62 let callType = Object.prototype.toString.call(name);
63 if (callType === '[object Object]') {
66 } else if (callType === '[object String]') {
/drivers/peripheral/ril/interfaces/hdi_service/src/
H A Dril_impl.cpp99 int32_t RilImpl::CombineConference(int32_t slotId, int32_t serialId, int32_t callType) in CombineConference() argument
101 return TaskSchedule(&Telephony::HRilManager::CombineConference, slotId, serialId, callType); in CombineConference()
105 int32_t slotId, int32_t serialId, int32_t callIndex, int32_t callType) in SeparateConference()
107 return TaskSchedule(&Telephony::HRilManager::SeparateConference, slotId, serialId, callIndex, callType); in SeparateConference()
104 SeparateConference( int32_t slotId, int32_t serialId, int32_t callIndex, int32_t callType) SeparateConference() argument
/drivers/peripheral/ril/interfaces/hdi_service/include/
H A Dril_impl.h48 int32_t CombineConference(int32_t slotId, int32_t serialId, int32_t callType) override;
49 int32_t SeparateConference(int32_t slotId, int32_t serialId, int32_t callIndex, int32_t callType) override;

Completed in 5 milliseconds