Home
last modified time | relevance | path

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

/foundation/CastEngine/castengine_wifi_display/services/mediachannel/
H A Dbuffer_dispatcher.h304 void ActivateReceiverIndex(uint32_t index, MediaType type);
H A Dbuffer_dispatcher.cpp1079 MEDIA_LOGD("BufferDispatcher ActivateReceiverIndex By AudioData."); in WriteDataIntoBuffer()
1080 ActivateReceiverIndex(circularBuffer_.size() - 1, MEDIA_TYPE_AUDIO); in WriteDataIntoBuffer()
1090 MEDIA_LOGD("BufferDispatcher ActivateReceiverIndex By KeyVideo Frame index: %{public}d.", keyIndex); in WriteDataIntoBuffer()
1091 ActivateReceiverIndex(keyIndex, MEDIA_TYPE_VIDEO); in WriteDataIntoBuffer()
1707 void BufferDispatcher::ActivateReceiverIndex(uint32_t index, MediaType type) in ActivateReceiverIndex() function in OHOS::Sharing::BufferDispatcher
/foundation/CastEngine/castengine_wifi_display/tests/unittest/mediachannel/dispatcher/
H A Dmedia_dispatcher_unit_test.cpp1865 bufferDispatcher->ActivateReceiverIndex(index, type); in HWTEST_F()
1879 bufferDispatcher->ActivateReceiverIndex(index, type); in HWTEST_F()

Completed in 8 milliseconds