Searched refs:BluetoothCallInterfaceCode (Results 1 – 4 of 4) sorted by relevance
33 return SendRequest(BluetoothCallInterfaceCode::INTERFACE_BT_ANSWER_CALL); in AnswerCall()38 return SendRequest(BluetoothCallInterfaceCode::INTERFACE_BT_REJECT_CALL); in RejectCall()43 return SendRequest(BluetoothCallInterfaceCode::INTERFACE_BT_DISCONNECT_CALL); in HangUpCall()48 return SendRequest(BluetoothCallInterfaceCode::INTERFACE_BT_GET_CALL_STATE); in GetCallState()53 return SendRequest(BluetoothCallInterfaceCode::INTERFACE_BT_HOLD_CALL); in HoldCall()58 return SendRequest(BluetoothCallInterfaceCode::INTERFACE_BT_UNHOLD_CALL); in UnHoldCall()63 return SendRequest(BluetoothCallInterfaceCode::INTERFACE_BT_SWAP_CALL); in SwitchCall()85 return SendRequest(BluetoothCallInterfaceCode::INTERFACE_BT_STOP_DTMF); in StopDtmf()90 return SendRequest(BluetoothCallInterfaceCode::INTERFACE_BT_COMBINE_CONFERENCE); in CombineConference()95 return SendRequest(BluetoothCallInterfaceCode::INTERFACE_BT_SEPARATE_CONFERENCE); in SeparateConference()[all …]
33 memberFuncMap_[static_cast<uint32_t>(BluetoothCallInterfaceCode::INTERFACE_BT_ANSWER_CALL)] = in BluetoothCallStub()35 memberFuncMap_[static_cast<uint32_t>(BluetoothCallInterfaceCode::INTERFACE_BT_REJECT_CALL)] = in BluetoothCallStub()37 memberFuncMap_[static_cast<uint32_t>(BluetoothCallInterfaceCode::INTERFACE_BT_HOLD_CALL)] = in BluetoothCallStub()39 memberFuncMap_[static_cast<uint32_t>(BluetoothCallInterfaceCode::INTERFACE_BT_UNHOLD_CALL)] = in BluetoothCallStub()41 … memberFuncMap_[static_cast<uint32_t>(BluetoothCallInterfaceCode::INTERFACE_BT_DISCONNECT_CALL)] = in BluetoothCallStub()43 memberFuncMap_[static_cast<uint32_t>(BluetoothCallInterfaceCode::INTERFACE_BT_GET_CALL_STATE)] = in BluetoothCallStub()45 memberFuncMap_[static_cast<uint32_t>(BluetoothCallInterfaceCode::INTERFACE_BT_SWAP_CALL)] = in BluetoothCallStub()47 …memberFuncMap_[static_cast<uint32_t>(BluetoothCallInterfaceCode::INTERFACE_BT_COMBINE_CONFERENCE)]… in BluetoothCallStub()49 …memberFuncMap_[static_cast<uint32_t>(BluetoothCallInterfaceCode::INTERFACE_BT_SEPARATE_CONFERENCE)… in BluetoothCallStub()53 memberFuncMap_[static_cast<uint32_t>(BluetoothCallInterfaceCode::INTERFACE_BT_START_DTMF)] = in BluetoothCallStub()[all …]
150 int32_t SendRequest(BluetoothCallInterfaceCode code);151 …int32_t SendRequest(BluetoothCallInterfaceCode code, MessageParcel &dataParcel, MessageParcel &rep…
23 enum class BluetoothCallInterfaceCode { enum