Home
last modified time | relevance | path

Searched refs:BluetoothCallInterfaceCode (Results 1 – 3 of 3) sorted by relevance

/base/telephony/call_manager/services/bluetooth/src/
Dbluetooth_call_stub.cpp32 memberFuncMap_[static_cast<uint32_t>(BluetoothCallInterfaceCode::INTERFACE_BT_ANSWER_CALL)] = in BluetoothCallStub()
34 memberFuncMap_[static_cast<uint32_t>(BluetoothCallInterfaceCode::INTERFACE_BT_REJECT_CALL)] = in BluetoothCallStub()
36 memberFuncMap_[static_cast<uint32_t>(BluetoothCallInterfaceCode::INTERFACE_BT_HOLD_CALL)] = in BluetoothCallStub()
38 memberFuncMap_[static_cast<uint32_t>(BluetoothCallInterfaceCode::INTERFACE_BT_UNHOLD_CALL)] = in BluetoothCallStub()
40 … memberFuncMap_[static_cast<uint32_t>(BluetoothCallInterfaceCode::INTERFACE_BT_DISCONNECT_CALL)] = in BluetoothCallStub()
42 memberFuncMap_[static_cast<uint32_t>(BluetoothCallInterfaceCode::INTERFACE_BT_GET_CALL_STATE)] = in BluetoothCallStub()
44 memberFuncMap_[static_cast<uint32_t>(BluetoothCallInterfaceCode::INTERFACE_BT_SWAP_CALL)] = in BluetoothCallStub()
46 …memberFuncMap_[static_cast<uint32_t>(BluetoothCallInterfaceCode::INTERFACE_BT_COMBINE_CONFERENCE)]… in BluetoothCallStub()
48 …memberFuncMap_[static_cast<uint32_t>(BluetoothCallInterfaceCode::INTERFACE_BT_SEPARATE_CONFERENCE)… in BluetoothCallStub()
50 …memberFuncMap_[static_cast<uint32_t>(BluetoothCallInterfaceCode::INTERFACE_BT_KICK_OUT_CONFERENCE)… in BluetoothCallStub()
[all …]
/base/telephony/call_manager/frameworks/native/src/
Dbluetooth_call_proxy.cpp43 …int32_t error = Remote()->SendRequest(static_cast<int32_t>(BluetoothCallInterfaceCode::INTERFACE_B… in AnswerCall()
65 …int32_t error = Remote()->SendRequest(static_cast<int32_t>(BluetoothCallInterfaceCode::INTERFACE_B… in RejectCall()
88 static_cast<int32_t>(BluetoothCallInterfaceCode::INTERFACE_BT_DISCONNECT_CALL), dataParcel, in HangUpCall()
110 …int32_t error = Remote()->SendRequest(static_cast<int32_t>(BluetoothCallInterfaceCode::INTERFACE_B… in GetCallState()
132 …int32_t error = Remote()->SendRequest(static_cast<int32_t>(BluetoothCallInterfaceCode::INTERFACE_B… in HoldCall()
154 …int32_t error = Remote()->SendRequest(static_cast<int32_t>(BluetoothCallInterfaceCode::INTERFACE_B… in UnHoldCall()
176 …int32_t error = Remote()->SendRequest(static_cast<int32_t>(BluetoothCallInterfaceCode::INTERFACE_B… in SwitchCall()
199 …int32_t error = Remote()->SendRequest(static_cast<int32_t>(BluetoothCallInterfaceCode::INTERFACE_B… in StartDtmf()
221 …int32_t error = Remote()->SendRequest(static_cast<int32_t>(BluetoothCallInterfaceCode::INTERFACE_B… in StopDtmf()
244 … static_cast<int32_t>(BluetoothCallInterfaceCode::INTERFACE_BT_COMBINE_CONFERENCE), dataParcel, in CombineConference()
[all …]
/base/telephony/call_manager/interfaces/innerkits/
Dbluetooth_call_ipc_interface_code.h23 enum class BluetoothCallInterfaceCode { enum