Home
last modified time | relevance | path

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

/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayer.h110 kWhatAudioNotify = 'audN', enumerator
DNuPlayer.cpp682 case kWhatAudioNotify: in onMessageReceived()
684 bool audio = msg->what() == kWhatAudioNotify; in onMessageReceived()
1218 sp<AMessage> notify = new AMessage(kWhatAudioNotify, id()); in instantiateDecoder()