Home
last modified time | relevance | path

Searched defs:delayValue (Results 1 – 15 of 15) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/server/src/
Dbluetooth_a2dp_sink_server.cpp221 int BluetoothA2dpSinkServer::SendDelay(const RawAddress &device, int32_t delayValue) in SendDelay()
Dbluetooth_a2dp_source_server.cpp417 void BluetoothA2dpSourceServer::GetRenderPosition(uint16_t &delayValue, uint16_t &sendDataSize, uin… in GetRenderPosition()
/foundation/communication/bluetooth_service/test/unittest/a2dp/
Da2dp_src_test.cpp436 uint16_t delayValue = 0; variable
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
Dbluetooth_a2dp_sink_proxy.cpp171 int BluetoothA2dpSinkProxy::SendDelay(const RawAddress &device, int32_t delayValue) in SendDelay()
Dbluetooth_a2dp_src_proxy.cpp378 void BluetoothA2dpSrcProxy::GetRenderPosition(uint16_t &delayValue, uint16_t &sendDataSize, uint32_… in GetRenderPosition()
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
Dbluetooth_a2dp_sink_stub.cpp208 int delayValue = data.ReadInt32(); in SendDelayInner() local
Dbluetooth_a2dp_src_stub.cpp407 uint16_t delayValue; in GetRenderPositionInner() local
/foundation/communication/bluetooth/frameworks/inner/src/
Dbluetooth_a2dp_snk.cpp307 bool A2dpSink::SendDelay(const BluetoothRemoteDevice &device, uint16_t delayValue) in SendDelay()
Dbluetooth_a2dp_src.cpp571 void A2dpSource::GetRenderPosition(uint16_t &delayValue, uint16_t &sendDataSize, uint32_t &timeStam… in GetRenderPosition()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
Da2dp_profile.cpp363 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()
Da2dp_service.cpp705 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()
Da2dp_def.h196 uint16_t delayValue; member
Da2dp_avdtp.cpp185 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/
Davdtp_api.c626 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()
Davdtp_api.h87 uint16_t delayValue; member