Home
last modified time | relevance | path

Searched refs:lastAudioIndex_ (Results 1 - 2 of 2) sorted by relevance

/foundation/CastEngine/castengine_wifi_display/services/mediachannel/
H A Dbuffer_dispatcher.cpp717 if (lastAudioIndex_ == INVALID_INDEX) { in AttachReceiver()
728 if (lastAudioIndex_ == INVALID_INDEX) { in AttachReceiver()
1067 lastAudioIndex_ = circularBuffer_.size() - 1; in WriteDataIntoBuffer()
1211 if (lastAudioIndex_ > 0 && lastAudioIndex_ != INVALID_INDEX) { in UpdateIndex()
1212 lastAudioIndex_--; in UpdateIndex()
1235 return type == MEDIA_TYPE_AUDIO ? lastAudioIndex_ : lastVideoIndex_; in FindLastIndex()
1348 lastAudioIndex_ = INVALID_INDEX; in ResetAllIndex()
H A Dbuffer_dispatcher.h51 return lastAudioIndex_; in GetLatestAudioIndex()
81 uint32_t lastAudioIndex_ = INVALID_INDEX; member in OHOS::Sharing::IBufferReader

Completed in 4 milliseconds