Home
last modified time | relevance | path

Searched refs:SendFrames (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/aaccodecctrl_l2/include/
H A Da2dp_encoder_aac.h33 void SendFrames(uint64_t timeStampUs) override in SendFrames() function
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/include/
H A Da2dp_codec_wrapper.h41 virtual void SendFrames(uint64_t timeStampUs) = 0;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbccodecctrl/include/
H A Da2dp_encoder_sbc.h120 void SendFrames(uint64_t timeStampUs) override;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_codec_thread.cpp105 encoder_->SendFrames(tv.tv_usec); in ProcessMessage()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbccodecctrl/src/
H A Da2dp_encoder_sbc.cpp103 void A2dpSbcEncoder::SendFrames(uint64_t timeStampUs) in SendFrames() function in OHOS::bluetooth::A2dpSbcEncoder