Home
last modified time | relevance | path

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

/foundation/CastEngine/castengine_wifi_display/services/mediachannel/
H A Dbuffer_dispatcher.h67 virtual bool IsRead(uint32_t receiverId, uint32_t index) = 0;
262 bool IsRead(uint32_t receiverId, uint32_t index) override;
H A Dbuffer_dispatcher.cpp330 (audioIndex < dispatcher->GetLatestAudioIndex() || !dispatcher->IsRead(GetReceiverId(), audioIndex + 1)); in DataAvailable()
333 (videoIndex < dispatcher->GetLatestVideoIndex() || !dispatcher->IsRead(GetReceiverId(), videoIndex + 1)); in DataAvailable()
336 (videoIndex < dispatcher->GetBufferSize() - 1 || !dispatcher->IsRead(GetReceiverId(), videoIndex + 1)); in DataAvailable()
1697 bool BufferDispatcher::IsRead(uint32_t receiverId, uint32_t index) in IsRead() function in OHOS::Sharing::BufferDispatcher
/foundation/CastEngine/castengine_wifi_display/tests/unittest/mediachannel/dispatcher/
H A Dmedia_dispatcher_unit_test.cpp917 auto ret = bufferDispatcher->IsRead(receiverId, 1); in HWTEST_F()
931 auto ret = bufferDispatcher->IsRead(receiverId, 0); in HWTEST_F()

Completed in 9 milliseconds