Home
last modified time | relevance | path

Searched defs:sendDataSize (Results 1 – 11 of 11) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/aaccodecctrl_l2/include/
Da2dp_encoder_aac.h37 void GetRenderPosition(uint16_t &sendDataSize, uint32_t &timeStamp) override in GetRenderPosition()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
Da2dp_codec_thread.cpp166 void A2dpCodecThread::GetRenderPosition(uint16_t &sendDataSize, uint32_t &timeStamp) const in GetRenderPosition()
Da2dp_profile.cpp363 void A2dpProfile::GetRenderPosition(uint16_t &delayValue, uint16_t &sendDataSize, uint32_t &timeSta… in GetRenderPosition()
Da2dp_service.cpp965 void A2dpService::GetRenderPosition(uint16_t &delayValue, uint16_t &sendDataSize, uint32_t &timeSta… in GetRenderPosition()
/foundation/communication/bluetooth_service/test/unittest/a2dp/
Da2dp_src_test.cpp437 uint16_t sendDataSize = 0; variable
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbccodecctrl/include/
Da2dp_encoder_sbc.h112 uint16_t sendDataSize; member
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
Dbluetooth_a2dp_source_server.cpp403 void BluetoothA2dpSourceServer::GetRenderPosition(uint16_t &delayValue, uint16_t &sendDataSize, uin… in GetRenderPosition()
/foundation/communication/bluetooth/frameworks/inner/src/
Dbluetooth_a2dp_src.cpp658 void A2dpSource::GetRenderPosition(uint16_t &delayValue, uint16_t &sendDataSize, uint32_t &timeStam… in GetRenderPosition()
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
Dbluetooth_a2dp_src_stub.cpp391 uint16_t sendDataSize; in GetRenderPositionInner() local
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
Dbluetooth_a2dp_src_proxy.cpp558 void BluetoothA2dpSrcProxy::GetRenderPosition(uint16_t &delayValue, uint16_t &sendDataSize, uint32_… in GetRenderPosition()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbccodecctrl/src/
Da2dp_encoder_sbc.cpp94 void A2dpSbcEncoder::GetRenderPosition(uint16_t &sendDataSize, uint32_t &timeStamp) in GetRenderPosition()