Searched refs:types (Results 1 - 25 of 301) sorted by relevance

1234567891011>>

/frameworks/base/include/media/stagefright/foundation/
H A Dhexdump.h21 #include <sys/types.h>
H A DABitReader.h23 #include <sys/types.h>
/frameworks/base/include/utils/
H A DSystemClock.h21 #include <sys/types.h>
H A DFlattenable.h22 #include <sys/types.h>
/frameworks/base/opengl/libagl/
H A Darray.h23 #include <sys/types.h>
H A Dprimitives.h23 #include <sys/types.h>
H A Dlight.h23 #include <sys/types.h>
H A Dtexture.h23 #include <sys/types.h>
H A Dvertex.h23 #include <sys/types.h>
/frameworks/compile/libbcc/tests/
H A Ddisassem.h44 #include <sys/types.h>
/frameworks/base/include/private/media/
H A DAudioEffectShared.h21 #include <sys/types.h>
/frameworks/base/include/ui/
H A DDisplayInfo.h22 #include <sys/types.h>
H A DEGLNativeSurface.h21 #include <sys/types.h>
/frameworks/base/native/include/android/
H A Dobb.h21 #include <sys/types.h>
/frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DApnSettingTest.java42 assertEquals(a1.types.length, a2.types.length);
44 for (i = 0; i < a1.types.length; i++) {
45 assertEquals(a1.types[i], a2.types[i]);
99 String[] types = {"default", "*"};
103 types, "IPV4V6", "IP", true, 14);
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DApnSetting.java36 public final String[] types; field in class:ApnSetting
57 String user, String password, int authType, String[] types,
71 this.types = types;
168 for (int i = 0; i < types.length; i++) {
169 sb.append(types[i]);
170 if (i < types.length - 1) {
182 for (String t : types) {
54 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) argument
/frameworks/base/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/
H A DFwdLockFile.h24 #include <sys/types.h>
/frameworks/base/services/audioflinger/
H A DAudioBufferProvider.h21 #include <sys/types.h>
/frameworks/base/drm/drmserver/
H A Dmain_drmserver.cpp17 #include <sys/types.h>
/frameworks/base/include/gui/
H A DISensorServer.h21 #include <sys/types.h>
H A DSensorChannel.h21 #include <sys/types.h>
/frameworks/base/include/media/
H A DEffectsFactoryApi.h22 #include <sys/types.h>
H A DIAudioRecord.h21 #include <sys/types.h>
/frameworks/base/include/private/surfaceflinger/
H A DSharedBufferStack.h21 #include <sys/types.h>
/frameworks/base/include/surfaceflinger/
H A DIGraphicBufferAlloc.h21 #include <sys/types.h>

Completed in 4954 milliseconds

1234567891011>>