Searched refs:type (Results 51 - 75 of 749) sorted by relevance

1234567891011>>

/frameworks/base/media/java/android/mtp/
H A DMtpPropertyGroup.java39 // MTP data type
40 int type; field in class:MtpPropertyGroup.Property
44 Property(int code, int type, int column) { argument
46 this.type = type;
92 int type;
97 type = MtpConstants.TYPE_UINT32;
101 type = MtpConstants.TYPE_UINT16;
105 type = MtpConstants.TYPE_UINT16;
109 type
[all...]
/frameworks/base/opengl/java/android/opengl/
H A DGLUtils.java63 * Return the type as defined by OpenGL ES of the supplied bitmap, if there
65 * a valid OpenGL ES type.
66 * @throws IllegalArgumentException if the bitmap does not have a type.
68 * @return the OpenGL ES type of the bitmap.
79 throw new IllegalArgumentException("Unknown type");
120 * A version of texImage2D() that takes an explicit type parameter
121 * as defined by the OpenGL ES specification. The actual type and
123 * type and internalformat parameters.
129 * @param type
133 Bitmap bitmap, int type, in
132 texImage2D(int target, int level, int internalformat, Bitmap bitmap, int type, int border) argument
214 texSubImage2D(int target, int level, int xoffset, int yoffset, Bitmap bitmap, int format, int type) argument
284 native_texImage2D(int target, int level, int internalformat, Bitmap bitmap, int type, int border) argument
286 native_texSubImage2D(int target, int level, int xoffset, int yoffset, Bitmap bitmap, int format, int type) argument
[all...]
/frameworks/base/libs/androidfw/
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/tools/aidl/
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...]
H A Dgenerate_java_rpc.cpp178 Type* t = NAMES.Search(arg->type.type.data);
180 v->dimension = arg->type.dimension;
188 if (arg->type.dimension == 0) {
189 block->Add(new Assignment(v, new NewExpression(v->type)));
191 else if (arg->type.dimension == 1) {
192 generate_new_array(v->type, block, v, this->requestData);
210 Type* returnType = NAMES.Search(method->type.type.data);
222 method->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.java37 * <p>The most common type of Bluetooth socket is RFCOMM, which is the type
77 * @param type type of socket
84 /*package*/ BluetoothServerSocket(int type, boolean auth, boolean encrypt, int port) argument
87 mSocket = new BluetoothSocket(type, -1, auth, encrypt, null, port, null);
92 * @param type type of socket
99 /*package*/ BluetoothServerSocket(int type, boolean auth, boolean encrypt, ParcelUuid uuid) argument
101 mSocket = new BluetoothSocket(type,
[all...]
/frameworks/base/core/java/com/android/internal/view/
H A DRootViewSurfaceTaker.java9 void setSurfaceType(int type); argument
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
H A DPointLight.java36 mFieldData.type = RS_LIGHT_POINT;
/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.java33 public static final int CHUNK_HELO = type("HELO");
34 public static final int CHUNK_WAIT = type("WAIT");
35 public static final int CHUNK_FEAT = type("FEAT");
63 new Chunk(ChunkHandler.type("TEST"), data, 1, data.length-2);
82 Log.v("ddm-heap", "Handling " + name(request.type) + " chunk");
83 int type = request.type;
85 if (type == CHUNK_HELO) {
87 } else if (type == CHUNK_FEAT) {
91 + ChunkHandler.name(type));
[all...]
/frameworks/base/core/java/com/android/internal/app/
H A DIBatteryStats.aidl26 void noteStartWakelock(int uid, int pid, String name, int type);
27 void noteStopWakelock(int uid, int pid, String name, int type);
37 void noteStartWakelockFromSource(in WorkSource ws, int pid, String name, int type);
38 void noteStopWakelockFromSource(in WorkSource ws, int pid, String name, int type);
71 void noteNetworkInterfaceType(String iface, int type);
/frameworks/base/tools/preload/
H A DRecord.java85 final Type type; field in class:Record
102 case '>': type = Type.START_LOAD; break;
103 case '<': type = Type.END_LOAD; break;
104 case '+': type = Type.START_INIT; break;
105 case '-': type = Type.END_INIT; break;
/frameworks/ex/chips/src/com/android/ex/chips/
H A DQueries.java42 public CharSequence getTypeLabel(Resources res, int type, CharSequence label) {
43 return Phone.getTypeLabel(res, type, label);
60 public CharSequence getTypeLabel(Resources res, int type, CharSequence label) {
61 return Email.getTypeLabel(res, type, label);
98 public abstract CharSequence getTypeLabel(Resources res, int type, CharSequence label); argument
/frameworks/base/voip/java/android/net/sip/
H A DSimpleSessionDescription.java113 * @param type The media type, e.g. {@code "audio"}.
118 public Media newMedia(String type, int port, int portCount, argument
120 Media media = new Media(type, port, portCount, protocol);
191 * Returns the bandwidth limit of the given type or {@code -1} if it is not
194 public int getBandwidth(String type) { argument
195 return mFields.getBandwidth(type);
199 * Sets the bandwith limit for the given type. The field will be removed if
202 public void setBandwidth(String type, int value) { argument
203 mFields.setBandwidth(type, valu
244 Media(String type, int port, int portCount, String protocol) argument
334 getRtpmap(int type) argument
342 getFmtp(int type) argument
352 setRtpPayload(int type, String rtpmap, String fmtp) argument
364 removeRtpPayload(int type) argument
470 getBandwidth(String type) argument
485 setBandwidth(String type, int value) argument
[all...]
/frameworks/compile/mclinker/unittests/
H A DNamePoolTest.cpp72 ResolveInfo::Type type = ResolveInfo::Function; local
81 type,
92 EXPECT_EQ(type, result1.info->type());
101 type,
112 EXPECT_EQ(type, result1.info->type());
124 ResolveInfo::Type type = ResolveInfo::NoType; local
132 type,
143 EXPECT_EQ(type, result
181 LDSymbol::Type type = LDSymbol::Defined; local
214 LDSymbol::Type type = LDSymbol::Reference; local
[all...]
/frameworks/native/services/surfaceflinger/
H A DEventThread.cpp45 mVSyncEvent[i].header.type = DisplayEventReceiver::DISPLAY_EVENT_VSYNC;
114 void EventThread::onVSyncReceived(int type, nsecs_t timestamp) { argument
115 ALOGE_IF(type >= HWC_DISPLAY_TYPES_SUPPORTED,
116 "received event for an invalid display (id=%d)", type);
119 if (type < HWC_DISPLAY_TYPES_SUPPORTED) {
120 mVSyncEvent[type].header.type = DisplayEventReceiver::DISPLAY_EVENT_VSYNC;
121 mVSyncEvent[type].header.id = type;
122 mVSyncEvent[type]
128 onHotplugReceived(int type, bool connected) argument
[all...]
/frameworks/base/core/jni/
H A Dandroid_database_CursorWindow.cpp55 static void throwUnknownTypeException(JNIEnv * env, jint type) { argument
57 msg.appendFormat("UNKNOWN type %d", type);
155 LOG_WINDOW("returning column type affinity for %d,%d from %p", row, column, window);
178 int32_t type = window->getFieldSlotType(fieldSlot); local
179 if (type == CursorWindow::FIELD_TYPE_BLOB || type == CursorWindow::FIELD_TYPE_STRING) {
190 } else if (type == CursorWindow::FIELD_TYPE_INTEGER) {
192 } else if (type == CursorWindow::FIELD_TYPE_FLOAT) {
194 } else if (type
213 int32_t type = window->getFieldSlotType(fieldSlot); local
305 int32_t type = window->getFieldSlotType(fieldSlot); local
344 int32_t type = window->getFieldSlotType(fieldSlot); local
375 int32_t type = window->getFieldSlotType(fieldSlot); local
[all...]
/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DglGetActiveAttrib.cpp1 /* void glGetActiveAttrib ( GLuint program, GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, char *name ) */
16 GLenum *type = (GLenum *) 0; local
58 _exceptionMessage = "type == null";
70 type = type_base + typeOffset;
95 (GLenum *)type,
121 /* void glGetActiveAttrib ( GLuint program, GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, char *name ) */
136 GLenum *type = (GLenum *) 0; local
140 type = (GLenum *)getPointer(_env, type_buf, &_typeArray, &_typeRemaining, &_typeBufferOffset);
149 if (type == NULL) {
151 type
185 GLenum *type = (GLenum *) 0; local
281 GLenum *type = (GLenum *) 0; local
[all...]
H A DglGetActiveUniform.cpp1 /* void glGetActiveUniform ( GLuint program, GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, char *name ) */
16 GLenum *type = (GLenum *) 0; local
58 _exceptionMessage = "type == null";
70 type = type_base + typeOffset;
95 (GLenum *)type,
121 /* void glGetActiveUniform ( GLuint program, GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, char *name ) */
136 GLenum *type = (GLenum *) 0; local
140 type = (GLenum *)getPointer(_env, type_buf, &_typeArray, &_typeRemaining, &_typeBufferOffset);
149 if (type == NULL) {
151 type
187 GLenum *type = (GLenum *) 0; local
282 GLenum *type = (GLenum *) 0; local
[all...]
/frameworks/base/services/java/com/android/server/display/
H A DDisplayDeviceInfo.java143 * Display type.
145 public int type; field in class:DisplayDeviceInfo
149 * Interpretation varies by display type.
178 && type == other.type
198 type = other.type;
210 + ", type " + Display.typeToString(type)
/frameworks/base/telephony/java/android/telephony/
H A DCellInfo.java51 // Observation time stamped as type in nanoseconds since boot
132 private static String timeStampTypeToString(int type) { argument
133 switch (type) {
177 protected void writeToParcel(Parcel dest, int flags, int type) { argument
178 dest.writeInt(type);
199 int type = in.readInt();
200 switch (type) {
/frameworks/compile/mclinker/include/mcld/Support/
H A DFileSystem.h62 FileType type() const { return m_Value; } function in class:mcld::sys::fs::FileStatus
69 return rhs.type() == lhs.type();
84 return (f.type() != StatusError)&&(f.type() != FileNotFound);
88 return f.type() == mcld::sys::fs::DirectoryFile;

Completed in 2824 milliseconds

1234567891011>>