Searched defs:types (Results 1 - 25 of 40) 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.h46 SymbolTypes types = SymbolTypes::kAll; member in struct:aapt::JavaClassGeneratorOptions
/frameworks/native/include/ui/
H A DHdrCapabilities.h27 HdrCapabilities(const std::vector<int32_t /*android_hdr_t*/>& types, argument
29 : mSupportedHdrTypes(types),
/frameworks/support/v7/mediarouter/jellybean-mr2/android/support/v7/media/
H A DMediaRouterJellybeanMr2.java24 public static void addCallback(Object routerObj, int types, Object callbackObj, int flags) { argument
25 ((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.java107 * Gets the media route types for filtering the routes that the user can
110 * @return The route types.
117 * Sets the types of routes that will be shown in the media route chooser dialog
120 * @param types The route types to match.
122 public void setRouteTypes(int types) { argument
123 if (mRouteTypes != types) {
128 mRouteTypes = types;
130 if (mAttachedToWindow && types != 0) {
131 mRouter.addCallback(types, mCallbac
[all...]
/frameworks/base/tools/aapt2/
H A DResourceTable.h170 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/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/packages/Osu/src/com/android/hotspot2/osu/
H A DOSUInfo.java181 public List<IconInfo> getIconInfo(Locale locale, Set<String> types, int width, int height) { argument
186 + ", types " + types + ", " + width + "*" + height);
191 if (!types.contains(iconInfo.getIconType())) {
/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.java59 public final String[] types; field in class:ApnSetting
116 * Metered APN types which would be accounted for in data usage. This is a map of subId ->
122 * Metered Roaming APN types which would be accounted for in data usage. This is a map of
130 String user, String password, int authType, String[] types,
146 this.types = new String[types.length];
147 for (int i = 0; i < types.length; i++) {
148 this.types[i] = types[i].toLowerCase(Locale.ROOT);
168 apn.mmsPort, apn.user, apn.password, apn.authType, apn.types, ap
127 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/support/compat/java/android/support/v4/view/accessibility/
H A DAccessibilityEventCompat.java32 void setContentChangeTypes(AccessibilityEvent event, int types); argument
53 public void setContentChangeTypes(AccessibilityEvent event, int types) { argument
129 public void setContentChangeTypes(AccessibilityEvent event, int types) { argument
130 AccessibilityEventCompatKitKat.setContentChangeTypes(event, types);
268 * Mask for {@link AccessibilityEvent} all types.
352 * @param changeTypes The bit mask of change types.
361 * Gets the bit mask of change types signaled by an
363 * multiple change types.
365 * @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/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
H A DVCardBuilder.java1414 // Event types other than Birthday is not supported by vCard.
1718 // about miscellaneous types.
2005 private void appendTypeParameters(final List<String> types) { argument
2009 for (final String typeValue : types) {
/frameworks/rs/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
H A DGenerateDocumentation.cpp287 const map<string, Type*>& types,
297 for (auto e : types) {
637 const auto& types = specFile.getDocumentedTypes(); local
640 writeSummaryTables(&file, constants, types, functions, NON_DEPRECATED_ONLY, false);
641 writeSummaryTables(&file, constants, types, functions, DEPRECATED_ONLY, false);
652 if (!types.empty()) {
654 for (auto i : types) {
286 writeSummaryTables(GeneratedFile* file, const map<string, Constant*>& constants, const map<string, Type*>& types, const map<string, Function*>& functions, DeprecatedSelector deprecatedSelector, bool labelAsHeader) argument
/frameworks/base/core/java/android/net/
H A DNetworkCapabilities.java837 int[] types = getTransportTypes();
838 String transports = (types.length > 0) ? " Transports: " + transportNamesOf(types) : "";
840 types = getCapabilities();
841 String capabilities = (types.length > 0 ? " Capabilities: " : "");
842 for (int i = 0; i < types.length; ) {
843 switch (types[i]) {
864 if (++i < types.length) capabilities += "&";
883 public static String transportNamesOf(int[] types) { argument
885 for (int i = 0; i < types
[all...]
/frameworks/support/v7/mediarouter/jellybean/android/support/v7/media/
H A DMediaRouterJellybean.java71 public static void selectRoute(Object routerObj, int types, Object routeObj) { argument
72 ((android.media.MediaRouter)routerObj).selectRoute(types,
76 public static void addCallback(Object routerObj, int types, Object callbackObj) { argument
77 ((android.media.MediaRouter)routerObj).addCallback(types,
293 public void selectRoute(Object routerObj, int types, Object routeObj) { argument
307 mSelectRouteIntMethod.invoke(router, types, route);
324 router.selectRoute(types, route);

Completed in 1237 milliseconds

12