Searched refs:type (Results 76 - 100 of 1497) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/net/
H A DNetworkConfig.java35 public int type; field in class:NetworkConfig
61 * [Connection name],[ConnectivityManager connection type],
62 * [associated radio-type],[priority],[dependencyMet]
67 type = Integer.parseInt(fragments[1]);
78 return (type == radio);
H A DNetworkRequest.java83 * creates a NetworkRequest, it does not have a type; the type is set
98 * The type of the request. This is only used by the system and is always NONE elsewhere.
102 public final Type type; field in class:NetworkRequest
107 public NetworkRequest(NetworkCapabilities nc, int legacyType, int rId, Type type) { argument
114 this.type = type;
124 this.type = that.type;
283 dest.writeString(type
[all...]
/frameworks/compile/mclinker/lib/Support/
H A DFileSystem.cpp19 return (file_status.type() != mcld::sys::fs::StatusError) &&
20 (file_status.type() != mcld::sys::fs::FileNotFound);
26 return (file_status.type() == mcld::sys::fs::DirectoryFile);
/frameworks/base/drm/java/android/drm/
H A DDrmEvent.java27 // Please do not add type constants in this class. More event type constants
58 * @param type Type of information.
62 protected DrmEvent(int uniqueId, int type, String message, argument
65 mType = type;
80 * @param type Type of information.
83 protected DrmEvent(int uniqueId, int type, String message) { argument
85 mType = type;
102 * Retrieves the type of information that is associated with this object.
104 * @return The type o
[all...]
/frameworks/base/libs/hwui/
H A DGpuMemoryTracker.h29 "Error, %p of type %d (size=%d) used on wrong thread! cur thread %lu " \
50 static int getInstanceCount(GpuObjectType type);
51 static int getTotalSize(GpuObjectType type);
55 GpuMemoryTracker(GpuObjectType type) : mType(type) { argument
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DGenerateProgramPort.java29 Class type(); method in interface:GenerateProgramPort
/frameworks/base/tools/layoutlib/bridge/src/android/text/
H A DPrimitive.java24 public final @NonNull PrimitiveType type; field in class:Primitive
36 private Primitive(@NonNull PrimitiveType type, int location, float width, float penalty) { argument
37 this.type = type;
/frameworks/data-binding/baseLibrary/src/main/java/android/databinding/
H A DBindingMethod.java32 Class type(); method in interface:BindingMethod
/frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
H A DAbsSeekBarBindingAdapter.java22 @BindingMethod(type = android.widget.AbsSeekBar.class, attribute = "android:thumbTint", method = "setThumbTintList"),
H A DActionMenuViewBindingAdapter.java23 @BindingMethod(type = ActionMenuView.class, attribute = "android:onMenuItemClick", method = "setOnMenuItemClickListener"),
H A DChronometerBindingAdapter.java23 @BindingMethod(type = Chronometer.class, attribute = "android:onChronometerTick", method = "setOnChronometerTickListener"),
H A DFrameLayoutBindingAdapter.java22 @BindingMethod(type = android.widget.FrameLayout.class, attribute = "android:foregroundTint", method = "setForegroundTintList"),
H A DSpinnerBindingAdapter.java22 @BindingMethod(type = android.widget.Spinner.class, attribute = "android:popupBackground", method = "setPopupBackgroundDrawable"),
/frameworks/av/media/libstagefright/wifi-display/
H A DVideoFormats.h67 void setNativeResolution(ResolutionType type, size_t index);
68 void getNativeResolution(ResolutionType *type, size_t *index) const;
73 ResolutionType type, size_t index,
77 ResolutionType type, size_t index, bool enabled = true);
79 bool isResolutionEnabled(ResolutionType type, size_t index) const;
82 ResolutionType type, size_t index,
86 ResolutionType type, size_t index,
90 ResolutionType type, size_t index,
/frameworks/base/core/java/android/appwidget/
H A DPendingHostUpdate.java33 final int type; field in class:PendingHostUpdate
56 private PendingHostUpdate(int appWidgetId, int type) { argument
58 this.type = type;
63 type = in.readInt();
65 switch (type) {
89 dest.writeInt(type);
90 switch (type) {
/frameworks/base/core/java/android/os/
H A DIHardwarePropertiesManager.aidl25 float[] getDeviceTemperatures(String callingPackage, int type, int source);
/frameworks/base/packages/Osu/src/com/android/hotspot2/omadm/
H A DNodeAttribute.java8 public NodeAttribute(String name, String type, String value) { argument
10 mType = type;
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
H A DDirectionClassifier.java21 * the type of action that takes place.
33 public float getFalseTouchEvaluation(int type, Stroke stroke) { argument
37 type);
/frameworks/data-binding/compiler/src/test/java/android/databinding/tool/
H A DMockLayoutBinder.java30 public IdentifierExpr addVariable(String name, String type, Location location) { argument
31 return super.addVariable(name, type, location, true);
/frameworks/base/media/mca/filterfw/native/core/
H A Dvalue.cpp35 return value.type == TYPEID ? *reinterpret_cast<POD*>(value.value) : POD();
40 return value.type == TYPEID ? reinterpret_cast<PTR>(value.value) : NULL;
46 result.type = TYPEID;
56 result.type = TYPEID;
65 if (value->type == NULL_VALUE_TYPE) {
66 value->type = TYPEID;
70 if (value->type == TYPEID) {
79 if (value->type == NULL_VALUE_TYPE) {
80 value->type = TYPEID;
84 if (value->type
[all...]
/frameworks/base/tools/preload/
H A DOperation.java45 final Type type; field in class:Operation
58 int index, Type type) {
63 this.type = type;
98 switch (type) {
125 sb.append(type.toString());
57 Operation(Proc process, LoadedClass loadedClass, long startTimeNanos, int index, Type type) argument
/frameworks/rs/
H A Dspec.l28 currType->type = 4;
105 currType->type = 1;
111 currType->type = 1;
117 currType->type = 1;
123 currType->type = 1;
129 currType->type = 2;
135 currType->type = 2;
141 currType->type = 2;
147 currType->type = 2;
153 currType->type
[all...]
/frameworks/base/wifi/java/android/net/wifi/nan/
H A DTlvBufferUtils.java44 * in LV type format.
111 * Copies a byte into the TLV with the indicated type. For an LV
113 * TlvConstructor(int, int)} ) the type field is ignored.
115 * @param type The value to be placed into the Type field.
120 public TlvConstructor putByte(int type, byte b) { argument
122 addHeader(type, 1);
128 * Copies a byte array into the TLV with the indicated type. For an LV
130 * TlvConstructor(int, int)} ) the type field is ignored.
132 * @param type The value to be placed into the Type field.
140 public TlvConstructor putByteArray(int type, byt argument
158 putByteArray(int type, byte[] array) argument
172 putZeroLengthElement(int type) argument
188 putShort(int type, short data) argument
206 putInt(int type, int data) argument
226 putString(int type, String data) argument
262 addHeader(int type, int length) argument
309 TlvElement(int type, int length, byte[] refArray, int offset) argument
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DHardwareConfig.java76 * type - see DEV_HARDWARE_TYPE_
80 public int type; field in class:HardwareConfig
84 * following is some specific hardware configuration based on the hardware type.
114 public HardwareConfig(int type) { argument
115 type = type;
124 type = Integer.parseInt(split[0]);
126 switch (type) {
152 if (type == DEV_HARDWARE_TYPE_MODEM) {
168 if (type
[all...]
/frameworks/base/core/java/android/ddm/
H A DDdmHandleHeap.java33 public static final int CHUNK_HPIF = type("HPIF");
34 public static final int CHUNK_HPSG = type("HPSG");
35 public static final int CHUNK_HPDU = type("HPDU");
36 public static final int CHUNK_HPDS = type("HPDS");
37 public static final int CHUNK_NHSG = type("NHSG");
38 public static final int CHUNK_HPGC = type("HPGC");
39 public static final int CHUNK_REAE = type("REAE");
40 public static final int CHUNK_REAQ = type("REAQ");
41 public static final int CHUNK_REAL = type("REAL");
81 Log.v("ddm-heap", "Handling " + name(request.type)
[all...]

Completed in 653 milliseconds

1234567891011>>