Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayer.h148 kWhatAudioNotify = 'audN', enumerator
H A DNuPlayer.cpp1074 case kWhatAudioNotify: in onMessageReceived()
1076 bool audio = msg->what() == kWhatAudioNotify; in onMessageReceived()
1970 sp<AMessage> notify = new AMessage(kWhatAudioNotify, this); in instantiateDecoder()