Home
last modified time | relevance | path

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

/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerDecoder.h62 kWhatAudioOutputFormatChanged = 'aofc', enumerator
DNuPlayerDecoder.cpp214 case kWhatAudioOutputFormatChanged: in onMessageReceived()
815 sp<AMessage> reply = new AMessage(kWhatAudioOutputFormatChanged, this); in handleOutputFormatChange()
/frameworks/av/media/libmediaplayer2/nuplayer2/
DNuPlayer2Decoder.h65 kWhatAudioOutputFormatChanged = 'aofc', enumerator
DNuPlayer2Decoder.cpp212 case kWhatAudioOutputFormatChanged: in onMessageReceived()
842 sp<AMessage> reply = new AMessage(kWhatAudioOutputFormatChanged, this); in handleOutputFormatChange()