Home
last modified time | relevance | path

Searched refs:sendDataSize (Results 1 – 25 of 31) sorted by relevance

12

/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Dpolicy_provider_stub.cpp136 uint64_t sendDataSize = 0; in HandleOffloadGetRenderPosition() local
138 int32_t ret = OffloadGetRenderPosition(delayValue, sendDataSize, timeStamp); in HandleOffloadGetRenderPosition()
141 reply.WriteUint64(sendDataSize); in HandleOffloadGetRenderPosition()
217 …t32_t PolicyProviderWrapper::OffloadGetRenderPosition(uint32_t &delayValue, uint64_t &sendDataSize, in OffloadGetRenderPosition() argument
221 return policyWorker_->OffloadGetRenderPosition(delayValue, sendDataSize, timeStamp); in OffloadGetRenderPosition()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbccodecctrl/src/
H A Da2dp_encoder_sbc.cpp58 a2dpSbcEncoderCb_.sendDataSize = 0; in A2dpSbcEncoder()
91 a2dpSbcEncoderCb_.sendDataSize = 0; in ResetFeedingState()
94 void A2dpSbcEncoder::GetRenderPosition(uint64_t &sendDataSize, uint32_t &timeStamp) in GetRenderPosition() argument
97 sendDataSize = a2dpSbcEncoderCb_.sendDataSize; in GetRenderPosition()
100 __func__, sendDataSize, timeStamp); in GetRenderPosition()
526 a2dpSbcEncoderCb_.sendDataSize += codecSize * frameIter; in A2dpSbcEncodeFrames()
529 __func__, a2dpSbcEncoderCb_.timestamp, a2dpSbcEncoderCb_.sendDataSize); in A2dpSbcEncodeFrames()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbccodecctrl/include/
H A Da2dp_encoder_sbc.h112 uint16_t sendDataSize; member
122 void GetRenderPosition(uint64_t &sendDataSize, uint32_t &timeStamp) override;
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/a2dp/
H A Da2dp_src_test.cpp437 uint16_t sendDataSize = 0; variable
440 profile_->GetRenderPosition(delayValue, sendDataSize, timeStamp);
441 GTEST_LOG_(INFO) << "delayValue =" << delayValue << ",sendDataSize =" << sendDataSize <<
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/aaccodecctrl_l2/include/
H A Da2dp_encoder_aac.h37 void GetRenderPosition(uint64_t &sendDataSize, uint32_t &timeStamp) override in GetRenderPosition() argument
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_codec_thread.cpp166 void A2dpCodecThread::GetRenderPosition(uint64_t &sendDataSize, uint32_t &timeStamp) const in GetRenderPosition() argument
170 encoder_->GetRenderPosition(sendDataSize, timeStamp); in GetRenderPosition()
H A Da2dp_codec_thread.h141 void GetRenderPosition(uint64_t &sendDataSize, uint32_t &timeStamp) const;
H A Da2dp_profile.h494 void GetRenderPosition(uint32_t &delayValue, uint64_t &sendDataSize, uint32_t &timeStamp);
H A Da2dp_service.h416 int GetRenderPosition(const RawAddress &device, uint32_t &delayValue, uint64_t &sendDataSize,
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Dpolicy_handler.cpp188 int32_t PolicyHandler::OffloadGetRenderPosition(uint32_t &delayValue, uint64_t &sendDataSize, uint3… in OffloadGetRenderPosition() argument
191 return iPolicyProvider_->OffloadGetRenderPosition(delayValue, sendDataSize, timeStamp); in OffloadGetRenderPosition()
H A Dpolicy_provider_proxy.cpp127 int32_t PolicyProviderProxy::OffloadGetRenderPosition(uint32_t &delayValue, uint64_t &sendDataSize,… in OffloadGetRenderPosition() argument
139 sendDataSize = reply.ReadUint64(); in OffloadGetRenderPosition()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/include/
H A Da2dp_codec_wrapper.h43 virtual void GetRenderPosition(uint64_t &sendDataSize, uint32_t &timeStamp) = 0;
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/include/
H A Dpolicy_provider_proxy.h41 …int32_t OffloadGetRenderPosition(uint32_t &delayValue, uint64_t &sendDataSize, uint32_t &timeStamp…
H A Dpolicy_handler.h60 …int32_t OffloadGetRenderPosition(uint32_t &delayValue, uint64_t &sendDataSize, uint32_t &timeStamp…
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_a2dp_src_stub.cpp416 uint64_t sendDataSize; in GetRenderPositionInner() local
418 …int result = GetRenderPosition(RawAddress(data.ReadString()), delayValue, sendDataSize, timeStamp); in GetRenderPositionInner()
426 if (!reply.WriteUint64(sendDataSize)) { in GetRenderPositionInner()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_a2dp_source_server.cpp427 …ceServer::GetRenderPosition(const RawAddress &device, uint32_t &delayValue, uint64_t &sendDataSize, in GetRenderPosition() argument
431 … int ret = pimpl->a2dpSrcService_->GetRenderPosition(device, delayValue, sendDataSize, timeStamp); in GetRenderPosition()
433 sendDataSize, timeStamp); in GetRenderPosition()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/include/
H A Dpolicy_provider_stub.h54 …int32_t OffloadGetRenderPosition(uint32_t &delayValue, uint64_t &sendDataSize, uint32_t &timeStamp…
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_a2dp_src.h55 …rtual int GetRenderPosition(const RawAddress &device, uint32_t &delayValue, uint64_t &sendDataSize,
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_a2dp_source_server.h55 int GetRenderPosition(const RawAddress &device, uint32_t &delayValue, uint64_t &sendDataSize,
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_a2dp_src.h343 …rtual int GetRenderPosition(const RawAddress &device, uint32_t &delayValue, uint64_t &sendDataSize,
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/common/include/
H A Di_policy_provider.h86 …virtual int32_t OffloadGetRenderPosition(uint32_t &delayValue, uint64_t &sendDataSize, uint32_t &t…
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_a2dp_src_proxy.h53 int GetRenderPosition(const RawAddress &device, uint32_t &delayValue, uint64_t &sendDataSize,
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_a2dp_src.h373 …etRenderPosition(const BluetoothRemoteDevice &device, uint32_t &delayValue, uint64_t &sendDataSize,
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/bluetoothclient/
H A Daudio_bluetooth_manager.h66 …static int32_t GetRenderPosition(uint32_t &delayValue, uint64_t &sendDataSize, uint32_t &timeStamp…
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_a2dp_src_proxy.cpp386 …SrcProxy::GetRenderPosition(const RawAddress &device, uint32_t &delayValue, uint64_t &sendDataSize, in GetRenderPosition() argument
400 sendDataSize = reply.ReadUint64(); in GetRenderPosition()

12