Searched refs:types (Results 376 - 400 of 562) sorted by relevance

<<11121314151617181920>>

/frameworks/native/include/gui/
H A DIGraphicBufferProducer.h21 #include <sys/types.h>
/frameworks/native/include/ui/
H A DGraphicBuffer.h21 #include <sys/types.h>
H A DRegion.h21 #include <sys/types.h>
/frameworks/native/libs/gui/
H A DSurfaceControl.cpp21 #include <sys/types.h>
/frameworks/native/libs/math/include/math/
H A Dquat.h25 #include <sys/types.h>
33 #pragma clang diagnostic ignored "-Wnested-anon-types"
/frameworks/native/libs/sensor/
H A DISensorServer.cpp20 #include <sys/types.h>
H A DSensorManager.cpp22 #include <sys/types.h>
204 // For the following sensor types, return a wake-up sensor. These types are by default
205 // defined as wake-up sensors. For the rest of the sensor types defined in sensors.h return
/frameworks/native/libs/vr/libbufferhub/include/private/dvr/
H A Dbufferhub_rpc.h6 #include <sys/types.h>
/frameworks/native/libs/vr/libdisplay/include/private/dvr/
H A Ddisplay_protocol.h4 #include <sys/types.h>
54 // utilities for flags types.
106 // Surface attribute key/value types.
/frameworks/native/libs/vr/libdvrcommon/include/private/dvr/
H A Dnumeric.h10 #include <private/dvr/types.h>
/frameworks/native/libs/vr/libpdx/private/pdx/
H A Dclient.h5 #include <sys/types.h>
/frameworks/native/libs/vr/libvrflinger/
H A Ddisplay_service.cpp11 #include <private/dvr/types.h>
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Degl.h44 ** - EGL types and resources
45 ** - Native types
48 ** EGL types and resources are to be typedef'ed with appropriate platform
49 ** dependent resource handle types. EGLint must be an integer of at least
53 ** replaced with corresponding types of the native window system in egl.h.
55 ** EGL and native handle values must match their types.
62 #include <sys/types.h>
/frameworks/native/services/inputflinger/host/
H A DInputDriver.h21 #include <sys/types.h>
/frameworks/native/services/sensorservice/
H A DSensorService.h38 #include <sys/types.h>
/frameworks/native/services/surfaceflinger/
H A DClient.cpp18 #include <sys/types.h>
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer.h27 #include <sys/types.h>
/frameworks/rs/cpp/util/
H A DStrongPointer.h23 #include <sys/types.h>
/frameworks/rs/
H A DrsDefines.h21 #include <sys/types.h>
435 // custom complex types because of NDK support
/frameworks/rs/rsov/driver/
H A DrsovCore.cpp24 #include <sys/types.h>
/frameworks/webview/chromium/loader/
H A Dloader.cpp30 #include <sys/types.h>
/frameworks/base/libs/androidfw/
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/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/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.h20 #include <sys/types.h>
471 return mPrimaryOutput->supportedDevices() & mAvailableOutputDevices.types();
/frameworks/base/tools/aapt2/cmd/
H A DLink.cpp508 for (auto& type : pkg->types) {
832 for (const auto& type : package->types) {
868 for (const auto& type : package->types) {
1267 * All other file types are ignored. This is because these files could be
1318 // Since AAPT compiles these file types and appends .flat to them, seeing
1509 for (auto& type : package->types) {
1729 template_options.types = JavaClassGeneratorOptions::SymbolTypes::kAll;
1757 options.types = JavaClassGeneratorOptions::SymbolTypes::kPublicPrivate;
1769 options.types = JavaClassGeneratorOptions::SymbolTypes::kAll;
1780 options.types
[all...]

Completed in 969 milliseconds

<<11121314151617181920>>