Home
last modified time | relevance | path

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

/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayer.h138 kWhatAudioNotify = 'audN', enumerator
DNuPlayer.cpp1032 case kWhatAudioNotify: in onMessageReceived()
1034 bool audio = msg->what() == kWhatAudioNotify; in onMessageReceived()
1795 sp<AMessage> notify = new AMessage(kWhatAudioNotify, this); in instantiateDecoder()