Searched refs:kWhatGetOutputFormat (Results 1 – 2 of 2) sorted by relevance
247 kWhatGetOutputFormat = 'getO', enumerator
1464 sp<AMessage> msg = new AMessage(kWhatGetOutputFormat, this); in getOutputFormat()2890 case kWhatGetOutputFormat: in onMessageReceived()2893 (msg->what() == kWhatGetOutputFormat ? mOutputFormat : mInputFormat); in onMessageReceived()