Home
last modified time | relevance | path

Searched refs:DataAvailable (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/include/
H A Da2dp_codec_wrapper.h56 virtual void DataAvailable(uint8_t *buf, uint32_t size) = 0;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbccodecctrl/src/
H A Da2dp_decoder_sbc.cpp84 observer_->DataAvailable(pcmData, count); in DecodePacket()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_profile_peer.h150 void DataAvailable(uint8_t *buf, uint32_t size) override;
H A Da2dp_profile_peer.cpp118 void A2dpCodecDecoderObserver::DataAvailable(uint8_t *buf, uint32_t size) in DataAvailable() function in OHOS::bluetooth::A2dpCodecDecoderObserver