Searched refs:proposed (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp1306 audio_config_t config, proposed; local
1307 memset(&proposed, 0, sizeof(proposed));
1308 proposed.sample_rate = sampleRate;
1309 proposed.channel_mask = channelMask;
1310 proposed.format = format;
1316 // but we use a copy from proposed in case config changes from the call.
1317 config = proposed;
1324 if (proposed.format != AUDIO_FORMAT_PCM_16_BIT) {
1325 proposed
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 48 milliseconds