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.cpp1048 case kWhatAudioNotify: in onMessageReceived()
1050 bool audio = msg->what() == kWhatAudioNotify; in onMessageReceived()
1939 sp<AMessage> notify = new AMessage(kWhatAudioNotify, this); in instantiateDecoder()
/frameworks/av/media/libmediaplayer2/nuplayer2/
DNuPlayer2.h136 kWhatAudioNotify = 'audN', enumerator
DNuPlayer2.cpp1188 case kWhatAudioNotify: in onMessageReceived()
1190 bool audio = msg->what() == kWhatAudioNotify; in onMessageReceived()
1985 sp<AMessage> notify = new AMessage(kWhatAudioNotify, this); in instantiateDecoder()