Searched refs:FindNextIndex (Results 1 - 3 of 3) sorted by relevance
/foundation/CastEngine/castengine_wifi_display/services/mediachannel/ |
H A D | buffer_dispatcher.h | 285 uint32_t FindNextIndex(uint32_t index, MediaType type); 286 uint32_t FindNextIndex(uint32_t index, MediaType type, uint32_t receiverId);
|
H A D | buffer_dispatcher.cpp | 711 uint32_t tempIndex = FindNextIndex(keyIndexList_.back(), MEDIA_TYPE_AUDIO); in AttachReceiver() 1241 uint32_t nextIndex = FindNextIndex(readIndex, type, receiverId); in UpdateReceiverReadIndex() 1274 uint32_t BufferDispatcher::FindNextIndex(uint32_t index, MediaType type) in FindNextIndex() function in OHOS::Sharing::BufferDispatcher 1298 uint32_t BufferDispatcher::FindNextIndex(uint32_t index, MediaType type, uint32_t receiverId) in FindNextIndex() function in OHOS::Sharing::BufferDispatcher 1311 SHARING_LOGE("FindNextIndex GetNotifier nullptr."); in FindNextIndex()
|
/foundation/CastEngine/castengine_wifi_display/tests/unittest/mediachannel/dispatcher/ |
H A D | media_dispatcher_unit_test.cpp | 1324 auto ret = bufferDispatcher->FindNextIndex(index, MEDIA_TYPE_VIDEO); in HWTEST_F() 1335 auto ret = bufferDispatcher->FindNextIndex(index, MEDIA_TYPE_VIDEO); in HWTEST_F() 1350 auto ret = bufferDispatcher->FindNextIndex(index, MEDIA_TYPE_AV); in HWTEST_F() 1365 auto ret = bufferDispatcher->FindNextIndex(index, MEDIA_TYPE_AUDIO); in HWTEST_F() 1380 auto ret = bufferDispatcher->FindNextIndex(index, MEDIA_TYPE_VIDEO); in HWTEST_F() 1396 auto ret = bufferDispatcher->FindNextIndex(index, MEDIA_TYPE_AV, receiverId); in HWTEST_F() 1412 auto ret = bufferDispatcher->FindNextIndex(index, MEDIA_TYPE_AUDIO, receiverId); in HWTEST_F() 1428 auto ret = bufferDispatcher->FindNextIndex(index, MEDIA_TYPE_VIDEO, receiverId); in HWTEST_F() 1447 auto ret = bufferDispatcher->FindNextIndex(index, MEDIA_TYPE_VIDEO, receiverId); in HWTEST_F() 1466 auto ret = bufferDispatcher->FindNextIndex(inde in HWTEST_F() [all...] |
Completed in 13 milliseconds