Home
last modified time | relevance | path

Searched refs:onSessionNotify (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libmediaplayerservice/nuplayer/
DHTTPLiveSource.h89 void onSessionNotify(const sp<AMessage> &msg);
DHTTPLiveSource.cpp296 onSessionNotify(msg); in onMessageReceived()
330 void NuPlayer::HTTPLiveSource::onSessionNotify(const sp<AMessage> &msg) { in onSessionNotify() function in android::NuPlayer::HTTPLiveSource
/frameworks/av/media/libmediaplayer2/nuplayer2/
DHTTPLiveSource2.h89 void onSessionNotify(const sp<AMessage> &msg);
DHTTPLiveSource2.cpp297 onSessionNotify(msg); in onMessageReceived()
331 void NuPlayer2::HTTPLiveSource2::onSessionNotify(const sp<AMessage> &msg) { in onSessionNotify() function in android::NuPlayer2::HTTPLiveSource2