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

12

/frameworks/base/libs/androidfw/
H A DLoadedArsc.cpp64 // The number of types that follow this struct.
71 const Type types[0]; member in struct:android::TypeSpec
139 const Type* type = &ptr->types[i];
178 // forward declarations and incomplete types.
352 out_configs->insert(type_spec->types[j].configuration);
365 const ResTable_config& configuration = type_spec->types[j].configuration;
394 const Type* type = &type_spec->types[ti];
H A DResourceTypes.cpp3314 const size_t numTypes = types.size();
3316 const TypeList& typeList = types[i];
3336 * This includes the bag caches and filtered types.
3343 const TypeList& typeList = types[i];
3389 // the 'types' array.
3392 ByteBucketArray<TypeList> types; member in struct:android::ResTable::PackageGroup
3398 // These are stored here in a parallel structure because the data in `types` may
3434 theme_entry* te = pi->types[j].entries;
3446 size_t cnt = pi->types[j].numEntries;
3447 newpi->types[
[all...]
/frameworks/opt/vcard/java/com/android/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/script_api/
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/support/v7/mediarouter/jellybean/android/support/v7/media/
H A DMediaRouterJellybean.java79 public static void selectRoute(Object routerObj, int types, Object routeObj) { argument
80 ((android.media.MediaRouter)routerObj).selectRoute(types,
84 public static void addCallback(Object routerObj, int types, Object callbackObj) { argument
85 ((android.media.MediaRouter)routerObj).addCallback(types,
314 public void selectRoute(Object routerObj, int types, Object routeObj) { argument
328 mSelectRouteIntMethod.invoke(router, types, route);
345 router.selectRoute(types, route);
/frameworks/base/core/java/android/hardware/hdmi/
H A DHdmiControlManager.java38 * can host more than one logical CEC devices. If multiple types are configured they
270 int[] types = null;
273 types = mService.getSupportedTypes();
278 mHasTvDevice = hasDeviceType(types, HdmiDeviceInfo.DEVICE_TV);
279 mHasPlaybackDevice = hasDeviceType(types, HdmiDeviceInfo.DEVICE_PLAYBACK);
282 private static boolean hasDeviceType(int[] types, int type) { argument
283 if (types == null) {
286 for (int t : types) {
/frameworks/native/services/vr/hardware_composer/impl/
H A Dvr_hwc.cpp129 std::vector<IComposerClient::Composition>* types) {
155 types->push_back(IComposerClient::Composition::CLIENT);
164 types->push_back(IComposerClient::Composition::DEVICE);
127 GetChangedCompositionTypes( std::vector<Layer>* layer_ids, std::vector<IComposerClient::Composition>* types) argument
/frameworks/av/services/audioflinger/
H A DEffects.cpp2084 Vector<const effect_uuid_t *> types; local
2089 types.add(&mSuspendedEffects.valueAt(i)->mType);
2091 for (size_t i = 0; i < types.size(); i++) {
2092 setEffectSuspended_l(types[i], false);
/frameworks/base/core/jni/
H A Dandroid_view_SurfaceControl.cpp753 const auto& types = capabilities.getSupportedHdrTypes(); local
754 auto typesArray = env->NewIntArray(types.size());
755 env->SetIntArrayRegion(typesArray, 0, types.size(), types.data());
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWC2.cpp436 std::vector<Hwc2::IComposerClient::Composition> types; local
438 &layerIds, &types);
451 auto type = static_cast<Composition>(types[element]);
559 std::vector<int32_t> types; local
561 types.push_back(static_cast<int32_t>(type));
563 numTypes = types.size();
568 *outCapabilities = std::make_unique<HdrCapabilities>(std::move(types),
/frameworks/support/recommendation/src/android/support/app/recommendation/
H A DContentRecommendation.java574 * Returns an array containing the content types tags that describe the content. The first tag
589 * Returns the primary content type tag for the recommendation, or null if no content types have
979 * Sets the content types associated with the content recommendation. The first tag entry
984 * @param types Array of predefined type tags (see the <code>CONTENT_TYPE_*</code>
987 public Builder setContentTypes(String[] types) { argument
988 mBuilderContentTypes = checkNotNull(types);
/frameworks/base/media/java/android/media/
H A DMediaRouter.java646 * <p>Unlike other media route types, user routes are managed by the application.
715 static String typesToString(int types) { argument
717 if ((types & ROUTE_TYPE_LIVE_AUDIO) != 0) {
720 if ((types & ROUTE_TYPE_LIVE_VIDEO) != 0) {
723 if ((types & ROUTE_TYPE_REMOTE_DISPLAY) != 0) {
726 if ((types & ROUTE_TYPE_USER) != 0) {
768 * Return the currently selected route for any of the given types
770 * @param type route types
776 // If the selected route supports any of the types supplied, it's still considered
790 * Returns true if there is a route that matches the specified types
805 isRouteAvailable(int types, int flags) argument
833 addCallback(int types, Callback cb) argument
853 addCallback(int types, Callback cb, int flags) argument
906 selectRoute(int types, @NonNull RouteInfo route) argument
916 selectRouteInt(int types, RouteInfo route, boolean explicit) argument
920 selectRouteStatic(int types, @NonNull RouteInfo route, boolean explicit) argument
1759 matchesTypes(int types) argument
2639 RouteCategory(CharSequence name, int types, boolean groupable) argument
2645 RouteCategory(int nameResId, int types, boolean groupable) argument
[all...]
/frameworks/base/opengl/java/android/opengl/
H A DGLES31Ext.java303 // C function GLuint glGetDebugMessageLogKHR ( GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog )
310 int[] types,
321 // C function GLuint glGetDebugMessageLogKHR ( GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog )
326 java.nio.IntBuffer types,
332 // C function GLuint glGetDebugMessageLogKHR ( GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog )
338 int[] types,
345 // C function GLuint glGetDebugMessageLogKHR ( GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog )
350 java.nio.IntBuffer types,
305 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
323 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
334 glGetDebugMessageLogKHR( int count, int[] sources, int sourcesOffset, int[] types, int typesOffset, int[] ids, int idsOffset, int[] severities, int severitiesOffset) argument
347 glGetDebugMessageLogKHR( int count, java.nio.IntBuffer sources, java.nio.IntBuffer types, java.nio.IntBuffer ids, java.nio.IntBuffer severities) argument
H A DGLES32.java309 // C function GLuint glGetDebugMessageLog ( GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog )
316 int[] types,
327 // C function GLuint glGetDebugMessageLog ( GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog )
332 java.nio.IntBuffer types,
338 // C function GLuint glGetDebugMessageLog ( GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog )
344 int[] types,
351 // C function GLuint glGetDebugMessageLog ( GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog )
356 java.nio.IntBuffer types,
311 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
329 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
340 glGetDebugMessageLog( int count, int[] sources, int sourcesOffset, int[] types, int typesOffset, int[] ids, int idsOffset, int[] severities, int severitiesOffset) argument
353 glGetDebugMessageLog( int count, java.nio.IntBuffer sources, java.nio.IntBuffer types, java.nio.IntBuffer ids, java.nio.IntBuffer severities) argument
/frameworks/native/services/surfaceflinger/tests/hwc2/
H A DHwc2Test.cpp696 " composition types";
706 std::vector<hwc2_composition_t> types; local
709 &changedLayers, &types));
711 EXPECT_EQ(numTypes, types.size()) << "validate returned "
712 << numTypes << " types and get changed composition types"
713 " returned " << types.size() << " types";
715 for (size_t i = 0; i < types.size(); i++) {
721 << "get changed composition types returne
3420 std::vector<hwc2_composition_t> types; local
[all...]
/frameworks/base/libs/androidfw/include/androidfw/
H A DResourceTypes.h33 #include <sys/types.h>
185 * These are standard types that are shared between multiple specific
186 * resource types.
218 // Chunk types in RES_XML_TYPE
230 // Chunk types in RES_TABLE_TYPE
328 // types, as defined below.
851 * A collection of resource data types within a package. Followed by
1380 // Mark any types that use this with a v26 qualifier to prevent runtime issues on older
1477 // resources, 'name' can be one of the following special resource types
1478 // to supply meta-data about the attribute; for all other resource types
1806 type_info types[Res_MAXTYPE + 1]; member in struct:android::ResTable::Theme::package_info
[all...]
/frameworks/base/tools/aapt/
H A DResourceTable.cpp4220 // There will always be enough room for the remaining types.
4330 const Vector<sp<Type> >& types = p->getOrderedTypes(); local
4331 const size_t typeCount = types.size();
4333 const sp<Type>& t = types[ti];
4978 const Vector<sp<Type> >& types = mOrderedPackages[p]->getOrderedTypes(); local
4979 const size_t typeCount = types.size();
4981 const sp<Type>& type = types[t];
5010 getResId(mOrderedPackages[p], types[t],
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcTracker.java1227 // Return all active apn types
1229 if (DBG) log("get all active apn types");
1348 //Rest of APN types can be evaluated for remaining conditions.
1989 * @param types comma delimited list of APN types
1990 * @return array of APN types
1992 private String[] parseTypes(String types) { argument
1995 if (types == null || types.equals("")) {
1999 result = types
[all...]
/frameworks/base/rs/java/android/renderscript/
H A DRenderScript.java865 native long rsnScriptGroupCreate(long con, long[] kernels, long[] src, long[] dstk, long[] dstf, long[] types); argument
866 synchronized long nScriptGroupCreate(long[] kernels, long[] src, long[] dstk, long[] dstf, long[] types) { argument
868 return rsnScriptGroupCreate(mContext, kernels, src, dstk, dstf, types);
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DRenderScript.java824 native long rsnScriptGroupCreate(long con, long[] kernels, long[] src, long[] dstk, long[] dstf, long[] types); argument
825 synchronized long nScriptGroupCreate(long[] kernels, long[] src, long[] dstk, long[] dstf, long[] types) { argument
827 return rsnScriptGroupCreate(mContext, kernels, src, dstk, dstf, types);
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 535 milliseconds

12