Home
last modified time | relevance | path

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

/foundation/CastEngine/castengine_wifi_display/services/mediachannel/
H A Dbuffer_dispatcher.cpp708 if (!keyIndexList_.empty()) { in AttachReceiver()
710 receiver->GetReceiverId(), keyIndexList_.back()); in AttachReceiver()
711 uint32_t tempIndex = FindNextIndex(keyIndexList_.back(), MEDIA_TYPE_AUDIO); in AttachReceiver()
712 notifier->audioIndex = tempIndex == keyIndexList_.back() ? INVALID_INDEX : tempIndex; in AttachReceiver()
713 notifier->videoIndex = keyIndexList_.back(); in AttachReceiver()
1087 keyIndexList_.push_back(keyIndex); in WriteDataIntoBuffer()
1116 if (!keyIndexList_.empty() && keyIndexList_.back() > 0) { in EraseOldGopDatas()
1117 MEDIA_LOGD("find next key listsize %{public}zu, back:%{public}d.", keyIndexList_.size(), in EraseOldGopDatas()
1118 keyIndexList_ in EraseOldGopDatas()
[all...]
H A Dbuffer_dispatcher.h343 std::list<uint32_t> keyIndexList_; member in OHOS::Sharing::BufferDispatcher
/foundation/CastEngine/castengine_wifi_display/tests/unittest/mediachannel/dispatcher/
H A Dmedia_dispatcher_unit_test.cpp1790 bufferDispatcher->keyIndexList_.push_back(1); in HWTEST_F()

Completed in 8 milliseconds