Home
last modified time | relevance | path

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

/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayer.h144 kWhatAudioNotify = 'audN', enumerator
DNuPlayer.cpp1059 case kWhatAudioNotify: in onMessageReceived()
1061 bool audio = msg->what() == kWhatAudioNotify; in onMessageReceived()
1942 sp<AMessage> notify = new AMessage(kWhatAudioNotify, this); in instantiateDecoder()
/frameworks/av/media/libmediaplayer2/nuplayer2/
DNuPlayer2.h143 kWhatAudioNotify = 'audN', enumerator
DNuPlayer2.cpp1217 case kWhatAudioNotify: in onMessageReceived()
1219 bool audio = msg->what() == kWhatAudioNotify; in onMessageReceived()
2104 sp<AMessage> notify = new AMessage(kWhatAudioNotify, this); in instantiateDecoder()