Searched refs:type (Results 26 - 50 of 749) sorted by relevance

1234567891011>>

/frameworks/base/media/java/android/media/videoeditor/
H A DEffectColor.java61 * The effect type
71 * An object of this type cannot be instantiated by using the default
87 * @param type type of the effect. type is one of: TYPE_COLOR,
89 * @param color If type is TYPE_COLOR, color is the RGB color as 888.
90 * If type is TYPE_GRADIENT, color is the RGB color at the
94 long durationMs, int type, int color) {
96 switch (type) {
119 throw new IllegalArgumentException("Invalid type
93 EffectColor(MediaItem mediaItem, String effectId, long startTimeMs, long durationMs, int type, int color) argument
[all...]
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DGenerateProgramPort.java29 Class type(); method in interface:GenerateProgramPort
/frameworks/base/core/java/android/os/
H A DPatternMatcher.java26 * Pattern type: the given pattern must exactly match the string it is
32 * Pattern type: the given pattern must match the
38 * Pattern type: the given pattern is interpreted with a
51 public PatternMatcher(String pattern, int type) { argument
53 mType = type;
69 String type = "? ";
72 type = "LITERAL: ";
75 type = "PREFIX: ";
78 type = "GLOB: ";
81 return "PatternMatcher{" + type
109 matchPattern(String pattern, String match, int type) argument
[all...]
/frameworks/base/core/java/android/app/
H A DAlarmManager.java110 * Alarm intents are delivered with a data extra of type int called
116 * @param type One of ELAPSED_REALTIME, ELAPSED_REALTIME_WAKEUP, RTC or
119 * off, using the appropriate clock (depending on the alarm type).
135 public void set(int type, long triggerAtMillis, PendingIntent operation) { argument
137 mService.set(type, triggerAtMillis, operation);
168 * @param type One of ELAPSED_REALTIME, ELAPSED_REALTIME_WAKEUP}, RTC or
171 * go off, using the appropriate clock (depending on the alarm type).
189 public void setRepeating(int type, long triggerAtMillis, argument
192 mService.setRepeating(type, triggerAtMillis, intervalMillis, operation);
222 * @param type On
255 setInexactRepeating(int type, long triggerAtMillis, long intervalMillis, PendingIntent operation) argument
[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/support/renderscript/v8/rs_support/
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/media/mca/filterfw/native/core/
H A Dvalue.cpp34 return value.type == TYPEID ? *reinterpret_cast<POD*>(value.value) : POD();
39 return value.type == TYPEID ? reinterpret_cast<PTR>(value.value) : NULL;
45 result.type = TYPEID;
55 result.type = TYPEID;
64 if (value->type == NULL_VALUE_TYPE) {
65 value->type = TYPEID;
69 if (value->type == TYPEID) {
78 if (value->type == NULL_VALUE_TYPE) {
79 value->type = TYPEID;
83 if (value->type
[all...]
/frameworks/base/tools/aidl/
H A Daidl.cpp39 printf(" %s %s(", m->type.type.data, m->name.data);
42 printf("%s %s",p->type.type.data,p->name.data);
256 fprintf(stderr, "aidl: internal error unkown document type %d.\n",
298 Type* type; local
301 type = new UserDataType(p->package ? p->package : "", p->name.data,
308 type = new InterfaceType(c->package ? c->package : "",
317 Type* old = NAMES.Find(type->QualifiedName());
319 NAMES.Add(type);
711 interface_type* type = (interface_type*)items; local
715 user_data_type* type = (user_data_type*)items; local
760 char type[1024]; local
[all...]
H A Daidl_language_y.y94 fprintf(stderr, "%s:%d syntax error in parcelable declaration. Expected type name.\n",
99 fprintf(stderr, "%s:%d syntax error in parcelable declaration. Expected type name, saw \"%s\".\n",
115 fprintf(stderr, "%s:%d syntax error in flattenable declaration. Expected type name.\n",
120 fprintf(stderr, "%s:%d syntax error in flattenable declaration. Expected type name, saw \"%s\".\n",
176 fprintf(stderr, "%s:%d: syntax error in interface declaration. Expected type name, saw \"%s\"\n",
181 fprintf(stderr, "%s:%d: syntax error in interface declaration. Expected type name, saw \"%s\"\n",
210 type IDENTIFIER '(' arg_list ')' ';' {
214 method->type = $1.type;
222 method->comments_token = &method->type
275 type: label
[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...]
H A DDdmHandleProfiling.java32 public static final int CHUNK_MPRS = type("MPRS");
33 public static final int CHUNK_MPRE = type("MPRE");
34 public static final int CHUNK_MPSS = type("MPSS");
35 public static final int CHUNK_MPSE = type("MPSE");
36 public static final int CHUNK_MPRQ = type("MPRQ");
72 Log.v("ddm-heap", "Handling " + name(request.type) + " chunk");
73 int type = request.type;
75 if (type == CHUNK_MPRS) {
77 } else if (type
[all...]
H A DDdmHandleThread.java31 public static final int CHUNK_THEN = type("THEN");
32 public static final int CHUNK_THCR = type("THCR");
33 public static final int CHUNK_THDE = type("THDE");
34 public static final int CHUNK_THST = type("THST");
35 public static final int CHUNK_STKL = type("STKL");
69 Log.v("ddm-thread", "Handling " + name(request.type) + " chunk");
70 int type = request.type;
72 if (type == CHUNK_THEN) {
74 } else if (type
[all...]
/frameworks/base/voip/jni/rtp/
H A DAmrCodec.cpp103 Frame_Type_3GPP type; local
106 samples, bytes + 1, &type, AMR_TX_WMF);
108 if (type != mMode || length != (8 + gFrameBits[mMode] + 7) >> 3) {
134 Frame_Type_3GPP type; local
144 type = (Frame_Type_3GPP)(bytes[1] >> 3);
145 if (length != (16 + gFrameBits[type] + 7) >> 3) {
154 type = (Frame_Type_3GPP)((bytes[0] << 1 | bytes[1] >> 7) & 0x07);
155 if (length != (10 + gFrameBits[type] + 7) >> 3) {
165 length = (gFrameBits[type] + 7) >> 3;
169 if (AMRDecode(mDecoder, type, byte
227 Frame_Type_3GPP type; local
[all...]
/frameworks/wilhelm/src/android/
H A DOutputMix_to_android.cpp35 if (memcmp(SL_IID_EQUALIZER, &om->mEqualizer.mEqDescriptor.type,
40 if (memcmp(SL_IID_BASSBOOST, &om->mBassBoost.mBassBoostDescriptor.type,
45 if (memcmp(SL_IID_PRESETREVERB, &om->mPresetReverb.mPresetReverbDescriptor.type,
51 &om->mEnvironmentalReverb.mEnvironmentalReverbDescriptor.type,
56 if (memcmp(SL_IID_VIRTUALIZER, &om->mVirtualizer.mVirtualizerDescriptor.type,
/frameworks/av/media/libstagefright/
H A DMetaData.cpp93 uint32_t type; local
96 if (!findData(key, &type, &data, &size) || type != TYPE_C_STRING) {
106 uint32_t type; local
109 if (!findData(key, &type, &data, &size) || type != TYPE_INT32) {
121 uint32_t type; local
124 if (!findData(key, &type, &data, &size) || type != TYPE_INT64) {
136 uint32_t type; local
151 uint32_t type; local
169 uint32_t type; local
187 setData( uint32_t key, uint32_t type, const void *data, size_t size) argument
206 findData(uint32_t key, uint32_t *type, const void **data, size_t *size) const argument
255 setData( uint32_t type, const void *data, size_t size) argument
264 getData( uint32_t *type, const void **data, size_t *size) const argument
[all...]
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DRenameClassAdapter.java71 * Renames a type descriptor, e.g. "Lcom.package.MyClass;"
72 * If the type doesn't need to be renamed, returns the input string as-is.
83 * Renames an object type, e.g. "Lcom.package.MyClass;" or an array type that has an
85 * If the type doesn't need to be renamed, returns the internal name of the input type.
87 String renameType(Type type) { argument
88 if (type == null) {
92 if (type.getSort() == Type.OBJECT) {
93 String in = type
112 renameTypeAsType(Type type) argument
141 renameInternalType(String type) argument
303 visitTypeInsn(int opcode, String type) argument
343 visitTryCatchBlock(Label start, Label end, Label handler, String type) argument
[all...]
/frameworks/base/core/java/android/webkit/
H A DKeyStoreHandler.java52 String type = CertTool.getCertType(mMimeType);
53 if (type == null) return;
73 CertTool.addCertificate(context, type, cert);
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
H A DTextureBase.java44 TextureBase(int type) { argument
46 mData.type = type;
/frameworks/av/media/libstagefright/include/
H A DFragmentedMP4Parser.h184 void enter(off64_t offset, uint32_t type, uint64_t size);
194 uint32_t type, size_t offset, uint64_t size);
197 uint32_t type, size_t offset, uint64_t size);
200 uint32_t type, size_t offset, uint64_t size);
203 uint32_t type, size_t offset, uint64_t size);
206 uint32_t type, size_t offset, uint64_t size);
209 uint32_t type, size_t offset, uint64_t size);
212 uint32_t type, size_t offset, uint64_t size);
215 uint32_t type, size_t offset, uint64_t size);
218 uint32_t type, size_
[all...]
/frameworks/base/location/java/android/location/
H A DGeofence.java95 private static void checkType(int type) { argument
96 if (type != TYPE_HORIZONTAL_CIRCLE) {
97 throw new IllegalArgumentException("invalid type: " + type);
104 int type = in.readInt();
108 checkType(type);
130 private static String typeToString(int type) { argument
131 switch (type) {
135 checkType(type);
/frameworks/base/services/java/com/android/server/pm/
H A DBasePermission.java35 final int type; field in class:BasePermission
50 type = _type;
/frameworks/compile/mclinker/include/mcld/Support/
H A DPositionDependentOption.h48 Type type() function in class:mcld::PositionDependentOption
51 Type type() const function in class:mcld::PositionDependentOption
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DSuppServiceNotification.java33 /** TS 27.007 7.17 "type" (MT only) */
34 public int type; field in class:SuppServiceNotification
67 + PhoneNumberUtils.stringFromStringAndTOA(number, type) + "\" ";
/frameworks/base/media/java/android/media/
H A DMediaSyncEvent.java38 * A synchronization of this type requires a source audio session ID to be set via
46 * Creates a synchronization event of the sepcified type.
48 * <p>The type specifies which kind of event is monitored.
51 * @param eventType the synchronization event type.
59 + "is not a valid MediaSyncEvent type."));
95 * Gets the synchronization event type.
97 * @return the synchronization event type.
113 private static boolean isValidType(int type) { argument
114 switch (type) {

Completed in 354 milliseconds

1234567891011>>