Searched refs:types (Results 151 - 175 of 437) sorted by relevance

1234567891011>>

/frameworks/native/include/gui/
H A DIGraphicBufferConsumer.h21 #include <sys/types.h>
H A DSensorEventQueue.h21 #include <sys/types.h>
35 // Concrete types for the NDK
/frameworks/native/include/ui/
H A DANativeObjectBase.h20 #include <sys/types.h>
H A Dvec2.h21 #include <sys/types.h>
/frameworks/native/libs/binder/
H A DIProcessInfoService.cpp20 #include <sys/types.h>
/frameworks/native/libs/gui/
H A DIConsumerListener.cpp18 #include <sys/types.h>
H A DIDisplayEventConnection.cpp18 #include <sys/types.h>
/frameworks/native/opengl/libagl/
H A DBufferObjectManager.cpp19 #include <sys/types.h>
H A DTextureObjectManager.h22 #include <sys/types.h>
/frameworks/native/services/sensorservice/
H A DSensorDevice.h28 #include <sys/types.h>
/frameworks/native/services/surfaceflinger/
H A DMessageQueue.h22 #include <sys/types.h>
H A DTransform.h21 #include <sys/types.h>
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DGLES20RenderEngine.h22 #include <sys/types.h>
/frameworks/rs/
H A Drs.h21 #include <sys/types.h>
H A DrsFifoSocket.cpp24 #include <sys/types.h>
/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/data-binding/compiler/src/main/java/android/databinding/tool/
H A DBindingTarget.java44 // if this target presents itself in multiple layout files with different view types,
175 final ModelClass[] types = new ModelClass[mBindings.size()];
181 types[i] = binding.getExpr().getResolvedType();
187 .getMultiAttributeSetterCalls(attributes, getResolvedType(), types);
/frameworks/base/tools/aapt2/java/
H A DJavaClassGenerator.cpp178 switch (mOptions.types) {
281 if (mOptions.types == JavaClassGeneratorOptions::SymbolTypes::kPublic &&
323 if (mOptions.types == JavaClassGeneratorOptions::SymbolTypes::kPublic &&
351 if (mOptions.types == JavaClassGeneratorOptions::SymbolTypes::kPublic &&
503 for (const auto& type : package->types) {
509 (mOptions.types == JavaClassGeneratorOptions::SymbolTypes::kPublic);
534 mOptions.types == JavaClassGeneratorOptions::SymbolTypes::kPublic) {
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
H A DApnSettingTest.java68 apnTypes, // types
106 assertEquals(a1.types.length, a2.types.length);
108 for (i = 0; i < a1.types.length; i++) {
109 assertEquals(a1.types[i], a2.types[i]);
197 String[] types = {"default", "*"};
201 types, "IPV6", "IP", true, 14, 0, 0, false, 0, 0, 0, 0, "", "");
/frameworks/rs/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.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);
/frameworks/av/camera/ndk/impl/
H A DACameraMetadata.h21 #include <sys/types.h>
/frameworks/av/drm/common/
H A DReadWriteUtils.cpp24 #include <sys/types.h>
/frameworks/av/include/media/
H A DMediaCodecInfo.h25 #include <sys/types.h>
/frameworks/av/include/media/stagefright/
H A DMediaCodecList.h27 #include <sys/types.h>

Completed in 544 milliseconds

1234567891011>>