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

1234567891011>>

/frameworks/base/services/core/java/com/android/server/pm/
H A DBasePermission.java35 final int type; field in class:BasePermission
50 type = _type;
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFrameQueue.java30 public void setWriteType(FrameType type) { argument
31 mWriteType = type;
34 public void setReadType(FrameType type) { argument
35 mReadType = type;
43 FrameType type = buildType();
45 //validateType(type, name);
46 FrameQueue result = new FrameQueue(type, name);
65 private void validateType(FrameType type, String queueName) {
66 if (!type.isSpecified()) {
68 + "its type ("
179 FrameQueue(FrameType type, String name) argument
[all...]
H A DSignature.java39 * format, that allows passing in any type of Frame. Thus, if more granular access is needed to
51 public FrameType type; field in class:Signature.PortInfo
55 type = FrameType.any();
58 public PortInfo(int flags, FrameType type) { argument
60 this.type = type;
70 return modeName + " " + ioName + ": " + type.toString();
90 * @param type the type of the input frame.
93 public Signature addInputPort(String name, int flags, FrameType type) { argument
106 addOutputPort(String name, int flags, FrameType type) argument
[all...]
/frameworks/base/tools/aidl/
H A Daidl_language_y.y95 fprintf(stderr, "%s:%d syntax error in parcelable declaration. Expected type name.\n",
100 fprintf(stderr, "%s:%d syntax error in parcelable declaration. Expected type name, saw \"%s\".\n",
116 fprintf(stderr, "%s:%d syntax error in flattenable declaration. Expected type name.\n",
121 fprintf(stderr, "%s:%d syntax error in flattenable declaration. Expected type name, saw \"%s\".\n",
177 fprintf(stderr, "%s:%d: syntax error in interface declaration. Expected type name, saw \"%s\"\n",
182 fprintf(stderr, "%s:%d: syntax error in interface declaration. Expected type name, saw \"%s\"\n",
211 type IDENTIFIER '(' arg_list ')' ';' {
216 method->type = $1.type;
226 method->comments_token = &method->type
318 type: label
[all...]
H A Dgenerate_java_binder.cpp12 StubClass(Type* type, Type* interfaceType);
24 StubClass::StubClass(Type* type, Type* interfaceType) argument
30 this->type = type;
123 // Ensure the instance type of the local object is as expected.
152 ProxyClass(Type* type, InterfaceType* interfaceType);
159 ProxyClass::ProxyClass(Type* type, InterfaceType* interfaceType) argument
164 this->type = type;
275 decl->returnType = NAMES.Search(method->type
[all...]
/frameworks/native/libs/gui/
H A DSensorManager.cpp115 Sensor const* SensorManager::getDefaultSensor(int type) argument
123 if (type == SENSOR_TYPE_PROXIMITY || type == SENSOR_TYPE_SIGNIFICANT_MOTION ||
124 type == SENSOR_TYPE_TILT_DETECTOR || type == SENSOR_TYPE_WAKE_GESTURE ||
125 type == SENSOR_TYPE_GLANCE_GESTURE || type == SENSOR_TYPE_PICK_UP_GESTURE) {
128 // For now we just return the first sensor of that type we find.
132 if (mSensorList[i]->getType() == type &&
/frameworks/opt/chips/src/com/android/ex/chips/
H A DDropdownChipLayouter.java27 * The type of adapter that is requesting a chip layout.
66 * @param type The adapter type that is requesting the bind.
72 AdapterType type, String constraint) {
73 return bindView(convertView, parent, entry, position, type, constraint, null);
81 AdapterType type, String constraint, StateListDrawable deleteDrawable) {
88 final View itemView = reuseOrInflateView(convertView, parent, type);
92 // Hide some information depending on the entry type and adapter type
93 switch (type) {
71 bindView(View convertView, ViewGroup parent, RecipientEntry entry, int position, AdapterType type, String constraint) argument
80 bindView(View convertView, ViewGroup parent, RecipientEntry entry, int position, AdapterType type, String constraint, StateListDrawable deleteDrawable) argument
139 newView(AdapterType type) argument
146 reuseOrInflateView(View convertView, ViewGroup parent, AdapterType type) argument
179 bindIconToView(boolean showImage, RecipientEntry entry, ImageView view, AdapterType type) argument
250 getItemLayoutResId(AdapterType type) argument
268 getAlternateItemLayoutResId(AdapterType type) argument
[all...]
H A DQueries.java45 public CharSequence getTypeLabel(Resources res, int type, CharSequence label) {
46 return Phone.getTypeLabel(res, type, label);
65 public CharSequence getTypeLabel(Resources res, int type, CharSequence label) {
66 return Email.getTypeLabel(res, type, label);
105 public abstract CharSequence getTypeLabel(Resources res, int type, CharSequence label); argument
/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
68 + PhoneNumberUtils.stringFromStringAndTOA(number, type) + "\" ";
/frameworks/native/libs/input/
H A DInputDevice.cpp44 const String8& name, InputDeviceConfigurationFileType type) {
45 path.append(CONFIGURATION_FILE_DIR[type]);
53 path.append(CONFIGURATION_FILE_EXTENSION[type]);
58 InputDeviceConfigurationFileType type) {
66 type));
76 type));
83 return getInputDeviceConfigurationFilePathByName(deviceIdentifier.name, type);
87 const String8& name, InputDeviceConfigurationFileType type) {
92 appendInputDeviceConfigurationFileRelativePath(path, name, type);
107 appendInputDeviceConfigurationFileRelativePath(path, name, type);
43 appendInputDeviceConfigurationFileRelativePath(String8& path, const String8& name, InputDeviceConfigurationFileType type) argument
56 getInputDeviceConfigurationFilePathByDeviceIdentifier( const InputDeviceIdentifier& deviceIdentifier, InputDeviceConfigurationFileType type) argument
86 getInputDeviceConfigurationFilePathByName( const String8& name, InputDeviceConfigurationFileType type) argument
[all...]
/frameworks/wilhelm/src/itf/
H A DIAndroidEffectCapabilities.c55 *pEffectType = (SLInterfaceID) &thiz->mFxDescriptors[index].type;
112 SL_LOGV("effect %d: type=%08x-%04x-%04x-%04x-%02x%02x%02x%02x%02x%02x name=%s",
114 thiz->mFxDescriptors[i].type.timeLow,
115 thiz->mFxDescriptors[i].type.timeMid,
116 thiz->mFxDescriptors[i].type.timeHiAndVersion,
117 thiz->mFxDescriptors[i].type.clockSeq,
118 thiz->mFxDescriptors[i].type.node[0],
119 thiz->mFxDescriptors[i].type.node[1],
120 thiz->mFxDescriptors[i].type.node[2],
121 thiz->mFxDescriptors[i].type
[all...]
/frameworks/base/cmds/backup/
H A Dbackup.cpp68 int type; local
70 while (reader.ReadNextHeader(&done, &type) == 0) {
74 switch (type) {
89 printf("Unknown chunk type: 0x%08x\n", type);
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothServerSocket.java36 * <p>The most common type of Bluetooth socket is RFCOMM, which is the type
76 * @param type type of socket
83 /*package*/ BluetoothServerSocket(int type, boolean auth, boolean encrypt, int port) argument
86 mSocket = new BluetoothSocket(type, -1, auth, encrypt, null, port, null);
91 * @param type type of socket
98 /*package*/ BluetoothServerSocket(int type, boolean auth, boolean encrypt, ParcelUuid uuid) argument
100 mSocket = new BluetoothSocket(type,
[all...]
/frameworks/base/core/java/com/android/internal/view/
H A DRootViewSurfaceTaker.java24 void setSurfaceType(int type); argument
/frameworks/base/services/core/java/com/android/server/
H A DSystemService.java185 protected final <T> void publishLocalService(Class<T> type, T service) { argument
186 LocalServices.addService(type, service);
192 protected final <T> T getLocalService(Class<T> type) { argument
193 return LocalServices.getService(type);
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
H A DPointLight.java36 mFieldData.type = RS_LIGHT_POINT;
/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DglDrawElementsInstanced.cpp1 /* void glDrawElementsInstanced ( GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei instanceCount ) */
4 (JNIEnv *_env, jobject _this, jint mode, jint count, jint type, jobject indices_buf, jint instanceCount) {
18 (GLenum)type,
27 /* void glDrawElementsInstanced ( GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei instanceCount ) */
30 (JNIEnv *_env, jobject _this, jint mode, jint count, jint type, jint indicesOffset, jint instanceCount) {
34 (GLenum)type,
3 android_glDrawElementsInstanced__IIILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint mode, jint count, jint type, jobject indices_buf, jint instanceCount) argument
29 android_glDrawElementsInstanced__IIIII(JNIEnv *_env, jobject _this, jint mode, jint count, jint type, jint indicesOffset, jint instanceCount) argument
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
H A DUT_apitest.java45 Type type = typeBuilder.create();
46 Allocation alloc = Allocation.createTyped(pRS, type);
47 Allocation allocDst = Allocation.createTyped(pRS, type);
50 s.set_typeNonNull(type);
/frameworks/wilhelm/src/android/
H A Dandroid_sles_conversions.h24 static inline SLuint32 android_to_sles_streamType(int type) { argument
25 return (SLuint32) type;
38 static inline int sles_to_android_streamType(SLuint32 type) { argument
39 return (int)type;
/frameworks/av/drm/libdrmframework/plugins/common/util/src/
H A DMimeTypeUtil.cpp41 int type; // Audio, video,.. use the enum values member in struct:android::MimeGroup
47 int type; member in struct:android::MimeTypeList
137 while (MIMETYPE_LAST != pGroup->type) {
145 if (MIMETYPE_LAST != pGroup->type) {
148 while (MIMETYPE_LAST != pMimeItem->type) {
149 if ((pGroup->type == pMimeItem->type) &&
/frameworks/base/core/java/android/app/
H A DAliasActivity.java93 int type;
94 while ((type=parser.next()) != XmlPullParser.END_DOCUMENT
95 && type != XmlPullParser.START_TAG) {
106 while ((type=parser.next()) != XmlPullParser.END_DOCUMENT
107 && (type != XmlPullParser.END_TAG || parser.getDepth() > outerDepth)) {
108 if (type == XmlPullParser.END_TAG || type == XmlPullParser.TEXT) {
/frameworks/base/core/java/android/ddm/
H A DDdmHandleHello.java34 public static final int CHUNK_HELO = type("HELO");
35 public static final int CHUNK_WAIT = type("WAIT");
36 public static final int CHUNK_FEAT = type("FEAT");
68 new Chunk(ChunkHandler.type("TEST"), data, 1, data.length-2);
87 Log.v("ddm-heap", "Handling " + name(request.type) + " chunk");
88 int type = request.type;
90 if (type == CHUNK_HELO) {
92 } else if (type == CHUNK_FEAT) {
96 + ChunkHandler.name(type));
[all...]
/frameworks/base/tools/aapt/
H A DSymbol.h36 android::String16 type; member in struct:Symbol
64 , type(t)
72 android::String8(type).string(),
78 return (package < rhs.package) || (type < rhs.type) || (name < rhs.name) || (id < rhs.id);
/frameworks/base/tools/preload/
H A DRecord.java95 final Type type; field in class:Record
112 case '>': type = Type.START_LOAD; break;
113 case '<': type = Type.END_LOAD; break;
114 case '+': type = Type.START_INIT; break;
115 case '-': type = Type.END_INIT; break;
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DAbstractClassAdapter.java51 * Renames a type descriptor, e.g. "Lcom.package.MyClass;"
52 * If the type doesn't need to be renamed, returns the input string as-is.
63 * Renames an object type, e.g. "Lcom.package.MyClass;" or an array type that has an
65 * If the type doesn't need to be renamed, returns the internal name of the input type.
67 String renameType(Type type) { argument
68 if (type == null) {
72 if (type.getSort() == Type.OBJECT) {
73 String in = type
92 renameTypeAsType(Type type) argument
260 visitTypeInsn(int opcode, String type) argument
309 visitTryCatchBlock(Label start, Label end, Label handler, String type) argument
[all...]

Completed in 686 milliseconds

1234567891011>>