Searched defs:configs (Results 51 - 55 of 55) sorted by relevance

123

/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp552 Vector<DisplayInfo>* configs) {
553 if ((configs == NULL) || (display.get() == NULL)) {
589 configs->clear();
651 configs->push_back(info);
708 Vector<DisplayInfo> configs; local
709 mFlinger.getDisplayConfigs(mDisplay, &configs);
710 if (mMode < 0 || mMode >= static_cast<int>(configs.size())) {
711 ALOGE("Attempt to set active config = %d for display with %zu configs",
712 mMode, configs.size());
551 getDisplayConfigs(const sp<IBinder>& display, Vector<DisplayInfo>* configs) argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCommandsInterface.java1649 public void setCdmaBroadcastConfig(CdmaSmsBroadcastConfigInfo[] configs, Message response); argument
H A DRIL.java2221 + " with " + numOfConfig + " configs : ");
4465 public void setCdmaBroadcastConfig(CdmaSmsBroadcastConfigInfo[] configs, Message response) { argument
4471 for (CdmaSmsBroadcastConfigInfo config : configs) {
4480 CdmaSmsBroadcastConfigInfo[] rilConfigs = processedConfigs.toArray(configs);
4490 + " with " + rilConfigs.length + " configs : ");
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp2214 // We assume that larger configs have already been filtered
2224 // assuming the invalid configs (with smaller dimens) have
2402 // assuming the invalid configs (with smaller sizes) have
2450 // If we two configs differ only in their script or language, they
3054 Vector<const ResTable_type*> configs; member in struct:android::ResTable::Type
4521 const size_t configCount = t->configs.size();
4523 const TypeVariant tv(t->configs[j]);
5663 void ResTable::getConfigurations(Vector<ResTable_config>* configs, bool ignoreMipmap) const argument
5680 const size_t numConfigs = type->configs.size();
5682 const ResTable_type* config = type->configs[
5706 Vector<ResTable_config> configs; local
[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 237 milliseconds

123