Home
last modified time | relevance | path

Searched refs:BluetoothCallInterfaceCode (Results 1 - 4 of 4) sorted by relevance

/base/telephony/call_manager/frameworks/native/src/
H A Dbluetooth_call_proxy.cpp33 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()
75 int32_t error = SendRequest(BluetoothCallInterfaceCode::INTERFACE_BT_START_DTMF, dataParcel, replyParcel); in StartDtmf()
85 return SendRequest(BluetoothCallInterfaceCode::INTERFACE_BT_STOP_DTMF); in StopDtmf()
90 return SendRequest(BluetoothCallInterfaceCode in CombineConference()
[all...]
/base/telephony/call_manager/services/bluetooth/src/
H A Dbluetooth_call_stub.cpp33 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()
51 memberFuncMap_[static_cast<uint32_t>(BluetoothCallInterfaceCode in BluetoothCallStub()
[all...]
/base/telephony/call_manager/frameworks/native/include/
H A Dbluetooth_call_proxy.h150 int32_t SendRequest(BluetoothCallInterfaceCode code);
151 int32_t SendRequest(BluetoothCallInterfaceCode code, MessageParcel &dataParcel, MessageParcel &replyParcel);
/base/telephony/call_manager/interfaces/innerkits/
H A Dbluetooth_call_ipc_interface_code.h23 enum class BluetoothCallInterfaceCode { class

Completed in 2 milliseconds