Searched defs:proposed (Results 1 - 2 of 2) sorted by last modified time

/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. ...
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp1226 audio_config_t config, proposed; local
1227 memset(&proposed, 0, sizeof(proposed));
1228 proposed.sample_rate = sampleRate;
1229 proposed.channel_mask = channelMask;
1230 proposed.format = format;
1236 // but we use a copy from proposed in case config changes from the call.
1237 config = proposed;
1244 if (proposed.format != AUDIO_FORMAT_PCM_16_BIT) {
1245 proposed
[all...]

Completed in 55 milliseconds