/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_a2dp_sink_server.cpp | 222 int BluetoothA2dpSinkServer::SendDelay(const RawAddress &device, int32_t delayValue) in SendDelay() function in OHOS::Bluetooth::BluetoothA2dpSinkServer 229 return pimpl->a2dpSnkService_->SendDelay(device, (uint16_t)delayValue); in SendDelay()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_a2dp_sink.h | 44 virtual int SendDelay(const RawAddress &device, int32_t delayValue) = 0;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_a2dp_sink_server.h | 44 int SendDelay(const RawAddress &device, int32_t delayValue) override;
|
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_a2dp_snk.h | 170 bool SendDelay(const BluetoothRemoteDevice &device, uint16_t delayValue);
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_a2dp_sink_proxy.h | 42 int SendDelay(const RawAddress &device, int32_t delayValue) override;
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_a2dp_snk.cpp | 317 bool A2dpSink::SendDelay(const BluetoothRemoteDevice &device, uint16_t delayValue) in SendDelay() function in OHOS::Bluetooth::A2dpSink 332 int ret = proxy->SendDelay(RawAddress(device.GetDeviceAddr()), (int32_t)delayValue); in SendDelay()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_a2dp_src.h | 239 virtual int SendDelay(const RawAddress &device, uint16_t delayValue) = 0;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/ |
H A D | a2dp_profile.h | 237 static int SendDelay(const uint16_t handle, const uint16_t delayValue);
|
H A D | a2dp_service.h | 311 int SendDelay(const RawAddress &device, uint16_t delayValue) override;
|
H A D | a2dp_service.cpp | 705 int A2dpService::SendDelay(const RawAddress &device, uint16_t delayValue) in SendDelay() function in OHOS::bluetooth::A2dpService 726 int ret = pflA2dp->SendDelay(handle, delayValue); in SendDelay()
|
H A D | a2dp_profile.cpp | 842 int A2dpProfile::SendDelay(const uint16_t handle, const uint16_t delayValue) in SendDelay() function in OHOS::bluetooth::A2dpProfile
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_a2dp_sink_proxy.cpp | 178 int BluetoothA2dpSinkProxy::SendDelay(const RawAddress &device, int32_t delayValue) in SendDelay() function in OHOS::Bluetooth::BluetoothA2dpSinkProxy
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_a2dp_sink_stub.cpp | 210 int result = SendDelay(RawAddress(addr), delayValue); in SendDelayInner()
|