Home
last modified time | relevance | path

Searched refs:dupNotify (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/media/libmediaplayerservice/nuplayer/
DHTTPLiveSource.cpp262 sp<AMessage> notify = dupNotify(); in pollForRawData()
386 sp<AMessage> notify = dupNotify(); in onSessionNotify()
397 sp<AMessage> notify = dupNotify(); in onSessionNotify()
405 sp<AMessage> notify = dupNotify(); in onSessionNotify()
414 sp<AMessage> notify = dupNotify(); in onSessionNotify()
428 sp<AMessage> notify = dupNotify(); in onSessionNotify()
DGenericSource.cpp596 sp<AMessage> notify = dupNotify(); in sendCacheStats()
781 sp<AMessage> notify = dupNotify(); in sendTextData()
816 sp<AMessage> notify = dupNotify(); in sendGlobalTextData()
888 sp<AMessage> notify = dupNotify(); in dequeueAccessUnit()
1489 sp<AMessage> notify = dupNotify(); in readBuffer()
1532 sp<AMessage> notify = dupNotify(); in notifyBufferingUpdate()
1581 sp<AMessage> notify = dupNotify(); in onPollBuffering()
DRTSPSource.cpp877 sp<AMessage> notify = dupNotify(); in startBufferingIfNecessary()
893 sp<AMessage> notify = dupNotify(); in stopBufferingIfNecessary()
DRTPSource.cpp313 sp<AMessage> notify = dupNotify(); in dequeueAccessUnit()
408 sp<AMessage> notify = dupNotify(); in onMessageReceived()
DNuPlayer.cpp3207 sp<AMessage> notify = dupNotify(); in notifyFlagsChanged()
3214 sp<AMessage> notify = dupNotify(); in notifyVideoSizeChanged()
3222 sp<AMessage> notify = dupNotify(); in notifyPrepared()
3232 sp<AMessage> notify = dupNotify(); in notifyDrmInfo()
3240 sp<AMessage> notify = dupNotify(); in notifyInstantiateSecureDecoders()
/frameworks/av/media/libmediaplayerservice/nuplayer/include/nuplayer/
DNuPlayerSource.h153 sp<AMessage> dupNotify() const { return mNotify->dup(); } in dupNotify() function