Home
last modified time | relevance | path

Searched refs:kWhatResumeOnBufferingEnd (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerSource.h51 kWhatResumeOnBufferingEnd, enumerator
H A DHTTPLiveSource.cpp407 notify->setInt32("what", kWhatResumeOnBufferingEnd); in onSessionNotify()
H A DGenericSource.cpp1485 notify->setInt32("what", kWhatResumeOnBufferingEnd); in readBuffer()
1577 notify->setInt32("what", kWhatResumeOnBufferingEnd); in onPollBuffering()
H A DRTSPSource.cpp895 notify->setInt32("what", kWhatResumeOnBufferingEnd); in stopBufferingIfNecessary()
H A DNuPlayer.cpp2645 case Source::kWhatResumeOnBufferingEnd: in onSourceNotify()