Searched defs:delayValue (Results 1 – 15 of 15) sorted by relevance
| /foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
| D | bluetooth_a2dp_sink_server.cpp | 221 int BluetoothA2dpSinkServer::SendDelay(const RawAddress &device, int32_t delayValue) in SendDelay()
|
| D | bluetooth_a2dp_source_server.cpp | 417 void BluetoothA2dpSourceServer::GetRenderPosition(uint16_t &delayValue, uint16_t &sendDataSize, uin… in GetRenderPosition()
|
| /foundation/communication/bluetooth_service/test/unittest/a2dp/ |
| D | a2dp_src_test.cpp | 436 uint16_t delayValue = 0; variable
|
| /foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
| D | bluetooth_a2dp_sink_proxy.cpp | 171 int BluetoothA2dpSinkProxy::SendDelay(const RawAddress &device, int32_t delayValue) in SendDelay()
|
| D | bluetooth_a2dp_src_proxy.cpp | 378 void BluetoothA2dpSrcProxy::GetRenderPosition(uint16_t &delayValue, uint16_t &sendDataSize, uint32_… in GetRenderPosition()
|
| /foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
| D | bluetooth_a2dp_sink_stub.cpp | 208 int delayValue = data.ReadInt32(); in SendDelayInner() local
|
| D | bluetooth_a2dp_src_stub.cpp | 407 uint16_t delayValue; in GetRenderPositionInner() local
|
| /foundation/communication/bluetooth/frameworks/inner/src/ |
| D | bluetooth_a2dp_snk.cpp | 307 bool A2dpSink::SendDelay(const BluetoothRemoteDevice &device, uint16_t delayValue) in SendDelay()
|
| D | bluetooth_a2dp_src.cpp | 571 void A2dpSource::GetRenderPosition(uint16_t &delayValue, uint16_t &sendDataSize, uint32_t &timeStam… in GetRenderPosition()
|
| /foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/ |
| D | a2dp_profile.cpp | 363 void A2dpProfile::GetRenderPosition(uint16_t &delayValue, uint16_t &sendDataSize, uint32_t &timeSta… in GetRenderPosition() 842 int A2dpProfile::SendDelay(const uint16_t handle, const uint16_t delayValue) in SendDelay() 919 void A2dpProfile::DelayReportNotify(const BtAddr &device, const uint16_t delayValue) in DelayReportNotify()
|
| D | a2dp_service.cpp | 705 int A2dpService::SendDelay(const RawAddress &device, uint16_t delayValue) in SendDelay() 965 void A2dpService::GetRenderPosition(uint16_t &delayValue, uint16_t &sendDataSize, uint32_t &timeSta… in GetRenderPosition()
|
| D | a2dp_def.h | 196 uint16_t delayValue; member
|
| D | a2dp_avdtp.cpp | 185 uint16_t A2dpAvdtp::DelayReq(const uint16_t handle, uint8_t &label, uint16_t delayValue) in DelayReq()
|
| /foundation/communication/bluetooth_service/services/bluetooth/stack/src/avdtp/ |
| D | avdtp_api.c | 626 uint16_t AVDT_DelayReq(uint16_t handle, uint8_t *transLabel, uint16_t delayValue) in AVDT_DelayReq() 659 uint16_t AvdtDelayReq(uint16_t handle, uint8_t *transLabel, uint16_t delayValue) in AvdtDelayReq()
|
| D | avdtp_api.h | 87 uint16_t delayValue; member
|