Home
last modified time | relevance | path

Searched refs:A2dpOffloadSessionPathRequest (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_a2dp_src.h59 virtual int A2dpOffloadSessionPathRequest(const RawAddress &device,
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_a2dp_source_server.h59 int A2dpOffloadSessionPathRequest(const RawAddress &device,
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_a2dp_src_proxy.h57 int A2dpOffloadSessionPathRequest(const RawAddress &device,
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_a2dp_source_server.cpp446 int BluetoothA2dpSourceServer::A2dpOffloadSessionPathRequest(const RawAddress &device, in A2dpOffloadSessionPathRequest() function in OHOS::Bluetooth::BluetoothA2dpSourceServer
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_a2dp_src_proxy.cpp415 int BluetoothA2dpSrcProxy::A2dpOffloadSessionPathRequest(const RawAddress &device, in A2dpOffloadSessionPathRequest() function in OHOS::Bluetooth::BluetoothA2dpSrcProxy
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_a2dp_src.cpp643 return proxy->A2dpOffloadSessionPathRequest(RawAddress(device.GetDeviceAddr()), streamsInfo); in A2dpOffloadSessionRequest()