Home
last modified time | relevance | path

Searched refs:kWhatPrepared (Results 1 – 9 of 9) sorted by relevance

/frameworks/av/media/libmediaplayer2/nuplayer2/
DNuPlayer2Source.h46 kWhatPrepared, enumerator
DHTTPLiveSource2.cpp336 case LiveSession::kWhatPrepared: in onSessionNotify()
DNuPlayer2.cpp2580 case Source::kWhatPrepared: in onSourceNotify()
3094 notify->setInt32("what", kWhatPrepared); in notifyPrepared()
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerSource.h46 kWhatPrepared, enumerator
DHTTPLiveSource.cpp335 case LiveSession::kWhatPrepared: in onSessionNotify()
DNuPlayer.cpp2487 case Source::kWhatPrepared: in onSourceNotify()
3007 notify->setInt32("what", kWhatPrepared); in notifyPrepared()
/frameworks/av/media/libstagefright/httplive/
DPlaylistFetcher.h49 kWhatPrepared, enumerator
DLiveSession.h110 kWhatPrepared, enumerator
DLiveSession.cpp2401 notify->setInt32("what", kWhatPrepared); in postPrepared()