Home
last modified time | relevance | path

Searched refs:NotifyReadReady (Results 1 - 3 of 3) sorted by relevance

/foundation/CastEngine/castengine_wifi_display/services/mediachannel/
H A Dbuffer_dispatcher.h70 virtual void NotifyReadReady(uint32_t receiverId, MediaType type) = 0;
266 void NotifyReadReady(uint32_t receiverId, MediaType type) override;
H A Dbuffer_dispatcher.cpp75 bufferReader_->NotifyReadReady(GetReceiverId(), type); in RequestRead()
79 bufferReader_->NotifyReadReady(GetReceiverId(), type); in RequestRead()
82 bufferReader_->NotifyReadReady(GetReceiverId(), type); in RequestRead()
114 bufferReader_->NotifyReadReady(GetReceiverId(), type); in RequestRead()
1497 void BufferDispatcher::NotifyReadReady(uint32_t receiverId, MediaType type) in NotifyReadReady() function in OHOS::Sharing::BufferDispatcher
/foundation/CastEngine/castengine_wifi_display/tests/unittest/mediachannel/dispatcher/
H A Dmedia_dispatcher_unit_test.cpp951 bufferDispatcher->NotifyReadReady(1, MEDIA_TYPE_AV); in HWTEST_F()
964 bufferDispatcher->NotifyReadReady(receiverId, MEDIA_TYPE_AV); in HWTEST_F()
977 bufferDispatcher->NotifyReadReady(receiverId, MEDIA_TYPE_AUDIO); in HWTEST_F()

Completed in 9 milliseconds