Searched refs:NotifyReadReady (Results 1 - 3 of 3) sorted by relevance
/foundation/CastEngine/castengine_wifi_display/services/mediachannel/ |
H A D | buffer_dispatcher.h | 70 virtual void NotifyReadReady(uint32_t receiverId, MediaType type) = 0; 266 void NotifyReadReady(uint32_t receiverId, MediaType type) override;
|
H A D | buffer_dispatcher.cpp | 75 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 D | media_dispatcher_unit_test.cpp | 951 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