Home
last modified time | relevance | path

Searched refs:notifyPreparedAndCleanup (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libmediaplayerservice/nuplayer/
DGenericSource.cpp389 notifyPreparedAndCleanup(UNKNOWN_ERROR); in onPrepareAsync()
442 notifyPreparedAndCleanup(UNKNOWN_ERROR); in onPrepareAsync()
462 notifyPreparedAndCleanup(err); in onPrepareAsync()
471 notifyPreparedAndCleanup(err); in onPrepareAsync()
496 notifyPreparedAndCleanup(err); in finishPrepareAsync()
517 void NuPlayer::GenericSource::notifyPreparedAndCleanup(status_t err) { in notifyPreparedAndCleanup() function in android::NuPlayer::GenericSource
1576 notifyPreparedAndCleanup(finalStatus == ERROR_END_OF_STREAM ? OK : finalStatus); in onPollBuffering()
/frameworks/av/media/libmediaplayerservice/nuplayer/include/nuplayer/
DGenericSource.h182 void notifyPreparedAndCleanup(status_t err);