Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoder.h62 kWhatAudioOutputFormatChanged = 'aofc', enumerator
H A DNuPlayerDecoder.cpp221 case kWhatAudioOutputFormatChanged: in onMessageReceived()
833 sp<AMessage> reply = new AMessage(kWhatAudioOutputFormatChanged, this); in handleOutputFormatChange()