Home
last modified time | relevance | path

Searched refs:DataAvailable (Results 1 - 7 of 7) sorted by relevance

/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;
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbccodecctrl/src/
H A Da2dp_decoder_sbc.cpp80 LOG_INFO("[DataAvailable][packetSize:%hu][count:%{public}d][len:%{public}zu][frameLen:%{public}d]", in DecodePacket()
84 observer_->DataAvailable(pcmData, count); in DecodePacket()
/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
/foundation/CastEngine/castengine_wifi_display/services/mediachannel/
H A Dbuffer_dispatcher.h199 bool DataAvailable(MediaType type);
H A Dbuffer_dispatcher.cpp319 bool DataNotifier::DataAvailable(MediaType type) in DataAvailable() function in OHOS::Sharing::DataNotifier
1515 bool dataAvaliable = notifier->DataAvailable(type); in NotifyReadReady()
/foundation/CastEngine/castengine_wifi_display/tests/unittest/mediachannel/dispatcher/
H A Dmedia_dispatcher_unit_test.cpp534 auto ret = dataNotifier->DataAvailable(MEDIA_TYPE_AV); in HWTEST_F()
545 auto ret = dataNotifier->DataAvailable(MEDIA_TYPE_AV); in HWTEST_F()
556 auto ret = dataNotifier->DataAvailable(MEDIA_TYPE_AUDIO); in HWTEST_F()
567 auto ret = dataNotifier->DataAvailable(MEDIA_TYPE_VIDEO); in HWTEST_F()

Completed in 16 milliseconds