Searched defs:types (Results 1 - 25 of 47) sorted by relevance

12

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DDeviceDescriptor.h77 audio_devices_t types() const { return mDeviceTypes; } function in class:android::DeviceVector
80 DeviceVector getDevicesFromType(audio_devices_t types) const;
/frameworks/base/core/java/com/android/internal/app/
H A DMediaRouteChooserDialogFragment.java55 public void setRouteTypes(int types) { argument
56 if (types != getRouteTypes()) {
61 args.putInt(ARGUMENT_ROUTE_TYPES, types);
66 dialog.setRouteTypes(types);
H A DMediaRouteChooserDialog.java69 * Gets the media route types for filtering the routes that the user can
72 * @return The route types.
79 * Sets the types of routes that will be shown in the media route chooser dialog
82 * @param types The route types to match.
84 public void setRouteTypes(int types) { argument
85 if (mRouteTypes != types) {
86 mRouteTypes = types;
90 mRouter.addCallback(types, mCallback,
109 * match the route types
[all...]
/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DglGetDebugMessageLog.java1 // C function GLuint glGetDebugMessageLog ( GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog )
8 int[] types,
19 // C function GLuint glGetDebugMessageLog ( GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog )
24 java.nio.IntBuffer types,
30 // C function GLuint glGetDebugMessageLog ( GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog )
36 int[] types,
43 // C function GLuint glGetDebugMessageLog ( GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog )
48 java.nio.IntBuffer types,
3 glGetDebugMessageLog( int count, int bufSize, int[] sources, int sourcesOffset, int[] types, int typesOffset, int[] ids, int idsOffset, int[] severities, int severitiesOffset, int[] lengths, int lengthsOffset, byte[] messageLog, int messageLogOffset) argument
21 glGetDebugMessageLog( int count, java.nio.IntBuffer sources, java.nio.IntBuffer types, java.nio.IntBuffer ids, java.nio.IntBuffer severities, java.nio.IntBuffer lengths, java.nio.ByteBuffer messageLog) argument
32 glGetDebugMessageLog( int count, int[] sources, int sourcesOffset, int[] types, int typesOffset, int[] ids, int idsOffset, int[] severities, int severitiesOffset) argument
45 glGetDebugMessageLog( int count, java.nio.IntBuffer sources, java.nio.IntBuffer types, java.nio.IntBuffer ids, java.nio.IntBuffer severities) argument
H A DglGetDebugMessageLogKHR.java1 // C function GLuint glGetDebugMessageLogKHR ( GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog )
8 int[] types,
19 // C function GLuint glGetDebugMessageLogKHR ( GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog )
24 java.nio.IntBuffer types,
30 // C function GLuint glGetDebugMessageLogKHR ( GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog )
36 int[] types,
43 // C function GLuint glGetDebugMessageLogKHR ( GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog )
48 java.nio.IntBuffer types,
3 glGetDebugMessageLogKHR( int count, int bufSize, int[] sources, int sourcesOffset, int[] types, int typesOffset, int[] ids, int idsOffset, int[] severities, int severitiesOffset, int[] lengths, int lengthsOffset, byte[] messageLog, int messageLogOffset) argument
21 glGetDebugMessageLogKHR( int count, java.nio.IntBuffer sources, java.nio.IntBuffer types, java.nio.IntBuffer ids, java.nio.IntBuffer severities, java.nio.IntBuffer lengths, java.nio.ByteBuffer messageLog) argument
32 glGetDebugMessageLogKHR( int count, int[] sources, int sourcesOffset, int[] types, int typesOffset, int[] ids, int idsOffset, int[] severities, int severitiesOffset) argument
45 glGetDebugMessageLogKHR( int count, java.nio.IntBuffer sources, java.nio.IntBuffer types, java.nio.IntBuffer ids, java.nio.IntBuffer severities) argument
/frameworks/base/tools/aapt2/java/
H A DJavaClassGenerator.h56 SymbolTypes types = SymbolTypes::kAll; member in struct:aapt::JavaClassGeneratorOptions
/frameworks/native/include/ui/
H A DHdrCapabilities.h31 HdrCapabilities(const std::vector<int32_t /*android_hdr_t*/>& types, argument
33 : mSupportedHdrTypes(types),
/frameworks/support/v7/mediarouter/jellybean-mr2/android/support/v7/media/
H A DMediaRouterJellybeanMr2.java27 public static void addCallback(Object routerObj, int types, Object callbackObj, int flags) { argument
28 ((android.media.MediaRouter)routerObj).addCallback(types,
/frameworks/base/core/java/android/hardware/camera2/utils/
H A DTypeReference.java29 * Super type token; allows capturing generic types at runtime by forcing them to be reified.
41 * dynamic types must equal to the static types.</p>
184 private static final Class<?> getRawType(Type[] types) { argument
185 if (types == null) {
189 for (Type type : types) {
244 // Note that this comparison could inaccurately return true when comparing types
397 private static void toString(Type[] types, StringBuilder out) { argument
398 if (types == null) {
400 } else if (types
[all...]
/frameworks/base/core/java/android/app/
H A DMediaRouteActionProvider.java36 * to select by specifying the route types with the {@link #setRouteTypes} method.
64 // TODO Update this when new route types are added; segment by API level
65 // when different route types were added.
70 * Sets the types of routes that will be shown in the media route chooser dialog
73 * @param types The route types to match.
75 public void setRouteTypes(int types) { argument
76 if (mRouteTypes != types) {
87 mRouteTypes = types;
88 if (types !
[all...]
H A DMediaRouteButton.java100 * Gets the media route types for filtering the routes that the user can
103 * @return The route types.
110 * Sets the types of routes that will be shown in the media route chooser dialog
113 * @param types The route types to match.
115 public void setRouteTypes(int types) { argument
116 if (mRouteTypes != types) {
121 mRouteTypes = types;
123 if (mAttachedToWindow && types != 0) {
124 mRouter.addCallback(types, mCallbac
[all...]
/frameworks/base/tools/aapt2/
H A DResourceTable.h169 std::vector<std::unique_ptr<ResourceTableType>> types; member in class:aapt::ResourceTablePackage
/frameworks/base/tools/layoutlib/bridge/src/android/animation/
H A DPropertyValuesHolder_Delegate.java47 // We try several different types when searching for appropriate setter/getter functions.
51 // of primitive types (Float vs. float). But most likely, the setter/getter functions
52 // will take primitive types instead.
53 // So we supply an ordered array of other types to try before giving up.
64 private static long registerMethod(Class<?> targetClass, String methodName, Class[] types, argument
79 for (Class typeVariant : types) {
/frameworks/base/libs/androidfw/include/androidfw/
H A DAssetManager2.h361 std::array<util::unique_cptr<Type>, kTypeCount> types; member in struct:android::Theme::Package
/frameworks/base/media/jni/
H A Dandroid_media_MediaCodecList.cpp128 Vector<AString> types; local
129 info->getSupportedMimes(&types);
134 jobjectArray array = env->NewObjectArray(types.size(), clazz, NULL);
136 for (size_t i = 0; i < types.size(); ++i) {
137 jstring obj = env->NewStringUTF(types.itemAt(i).c_str());
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
H A DFakeExpandableAdapter.java56 final int repeatCount, List<ResourceReference> types, int depth) {
66 int typeIndex = types.indexOf(viewRef);
68 typeIndex = types.size();
69 types.add(viewRef);
55 createItems(Iterable<DataBindingItem> iterable, final int itemCount, final int repeatCount, List<ResourceReference> types, int depth) argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DApnSetting.java58 public final String[] types; field in class:ApnSetting
118 String user, String password, int authType, String[] types,
135 this.types = new String[types.length];
137 for (int i = 0; i < types.length; i++) {
138 this.types[i] = types[i].toLowerCase();
139 apnBitmap |= getApnBitmask(this.types[i]);
160 apn.mmsPort, apn.user, apn.password, apn.authType, apn.types, apn.protocol,
315 for (int i = 0; i < types
115 ApnSetting(int id, String numeric, String carrier, String apn, String proxy, String port, String mmsc, String mmsProxy, String mmsPort, String user, String password, int authType, String[] types, String protocol, String roamingProtocol, boolean carrierEnabled, int bearer, int bearerBitmask, int profileId, boolean modemCognitive, int maxConns, int waitTime, int maxConnsTime, int mtu, String mvnoType, String mvnoMatchData) argument
[all...]
/frameworks/rs/
H A DrsType.cpp34 auto& types = mRSC->mStateType.mTypes; local
35 for (uint32_t ct = 0; ct < types.size(); ct++) {
36 if (types[ct] == this) {
37 types.erase(types.begin() + ct);
/frameworks/support/compat/java/android/support/v4/view/accessibility/
H A DAccessibilityEventCompat.java30 public void setContentChangeTypes(AccessibilityEvent event, int types) { argument
79 public void setContentChangeTypes(AccessibilityEvent event, int types) { argument
80 event.setContentChangeTypes(types);
234 * Mask for {@link AccessibilityEvent} all types.
333 * @param changeTypes The bit mask of change types.
342 * Gets the bit mask of change types signaled by an
344 * multiple change types.
346 * @return The bit mask of change types. One or more of:
/frameworks/support/recommendation/src/android/support/app/recommendation/
H A DRecommendationExtender.java133 * Sets the content types associated with the notification content. The first tag entry will be
137 * @param types Array of predefined type tags (see the <code>CONTENT_TYPE_*</code> constants)
140 public RecommendationExtender setContentTypes(String[] types) { argument
141 mTypes = types;
146 * Returns an array containing the content types that describe the content associated with the
/frameworks/base/core/java/android/view/textclassifier/
H A DTextClassifierImpl.java393 private static String getHighestScoringType(SmartSelection.ClassificationResult[] types) { argument
394 if (types.length < 1) {
398 String type = types[0].mCollection;
399 float highestScore = types[0].mScore;
400 final int size = types.length;
402 if (types[i].mScore > highestScore) {
403 type = types[i].mCollection;
404 highestScore = types[i].mScore;
/frameworks/base/packages/Osu/src/com/android/hotspot2/flow/
H A DOSUInfo.java195 public List<IconInfo> getIconInfo(Locale locale, Set<String> types, int width, int height) { argument
200 + ", types " + types + ", " + width + "*" + height);
205 if (!types.contains(iconInfo.getIconType())) {
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardUtils.java119 // Note that not all types are included in this map/set, since, for example, TYPE_HOME_FAX is
188 * Returns Interger when the given types can be parsed as known type. Returns String object
191 public static Object getPhoneTypeFromStrings(Collection<String> types, argument
201 if (types != null) {
202 for (final String typeStringOrg : types) {
227 // prefer more specific types specified in the vCard. Note that OTHER and
228 // the other different types may appear simultaneously here, since vCard
/frameworks/rs/script_api/
H A DGenerateStubsWhiteList.cpp32 // Used to map the built-in types to their mangled representations
63 const auto& types = systemSpecification.getTypes(); local
64 const auto type = types.find(typeName);
65 if (type != types.end()) {
77 // Do nothing for RS object types.
192 * This function mangles correctly the types currently used by RenderScript. It does
193 * not currently mangle more complicated types like function pointers, namespaces,
194 * or other C++ types. In particular, we don't deal correctly with parenthesis.
300 /* We keep track of the previously generated parameter types, as type mangling
/frameworks/base/core/java/android/net/
H A DNetworkCapabilities.java841 int[] types = getTransportTypes();
842 String transports = (types.length > 0) ? " Transports: " + transportNamesOf(types) : "";
844 types = getCapabilities();
845 String capabilities = (types.length > 0 ? " Capabilities: " : "");
846 for (int i = 0; i < types.length; ) {
847 switch (types[i]) {
868 if (++i < types.length) capabilities += "&";
887 public static String transportNamesOf(int[] types) { argument
888 if (types
[all...]

Completed in 739 milliseconds

12