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.cpp337 case LiveSession::kWhatPrepared: in onSessionNotify()
DNuPlayer2.cpp2694 case Source::kWhatPrepared: in onSourceNotify()
3268 notify->setInt32("what", kWhatPrepared); in notifyPrepared()
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerSource.h46 kWhatPrepared, enumerator
DHTTPLiveSource.cpp335 case LiveSession::kWhatPrepared: in onSessionNotify()
DNuPlayer.cpp2492 case Source::kWhatPrepared: in onSourceNotify()
3012 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()