Searched refs:types (Results 51 - 75 of 562) sorted by relevance

1234567891011>>

/frameworks/native/opengl/libagl/
H A Dstate.h23 #include <sys/types.h>
/frameworks/native/services/inputflinger/host/
H A DInputFlinger.h21 #include <sys/types.h>
/frameworks/native/services/sensorservice/
H A DCorrectedGyroSensor.h21 #include <sys/types.h>
H A DGravitySensor.h21 #include <sys/types.h>
H A DLinearAccelerationSensor.h21 #include <sys/types.h>
/frameworks/native/services/surfaceflinger/
H A DBarrier.h21 #include <sys/types.h>
H A DLayerDim.h21 #include <sys/types.h>
/frameworks/native/services/surfaceflinger/tests/waitforvsync/
H A Dwaitforvsync.cpp18 #include <sys/types.h>
/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/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/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...]
/frameworks/av/include/media/
H A DIMediaAnalyticsService.h24 #include <sys/types.h>
H A DIRemoteDisplayClient.h21 #include <sys/types.h>
/frameworks/av/include/media/stagefright/
H A DMediaSource.h21 #include <sys/types.h>
/frameworks/av/media/libmedia/include/media/
H A DIRemoteDisplayClient.h21 #include <sys/types.h>
/frameworks/av/media/libmediametrics/include/
H A DIMediaAnalyticsService.h24 #include <sys/types.h>
/frameworks/av/media/libstagefright/foundation/
H A DAAtomizer.cpp17 #include <sys/types.h>
/frameworks/av/media/libstagefright/foundation/include/
H A DMediaSource.h21 #include <sys/types.h>
/frameworks/av/media/libstagefright/include/
H A DMediaSource.h21 #include <sys/types.h>
/frameworks/av/media/mtp/
H A DAsyncIO.h25 #include <sys/types.h>
H A DMtpEventPacket.cpp20 #include <sys/types.h>
H A DMtpRequestPacket.cpp20 #include <sys/types.h>
/frameworks/base/cmds/incidentd/src/
H A Dmain.cpp30 #include <sys/types.h>
/frameworks/base/libs/hwui/thread/
H A DSignal.h21 #include <sys/types.h>
/frameworks/native/cmds/installd/
H A DCacheTracker.h24 #include <sys/types.h>

Completed in 2039 milliseconds

1234567891011>>