Searched refs:types (Results 251 - 275 of 328) sorted by relevance

<<11121314

/frameworks/rs/server/
H A DTypeHelpers.h23 #include <sys/types.h>
92 * basic types traits
114 * compare and order types
128 * create, destroy, copy and move types...
/frameworks/base/core/java/android/content/
H A DIntentFilter.java100 * formal RFC MIME types!</em> You should thus always use lower case letters
101 * for your MIME types.
233 * The filter didn't match due to different MIME types.
377 * case-sensitive, unlike formal RFC MIME types. As a result,
378 * you should always write your MIME types with lower case letters,
379 * and any MIME types you receive from outside of Android should be
514 * Add a new Intent data type to match against. If any types are
516 * one of these types <em>or</em> a matching scheme. If no data types
520 * case-sensitive, unlike formal RFC MIME types
[all...]
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardUtils.java119 // Note that not all types are included in this map/set, since, for example, TYPE_HOME_FAX is
188 * Returns Interger when the given types can be parsed as known type. Returns String object
191 public static Object getPhoneTypeFromStrings(Collection<String> types, argument
201 if (types != null) {
202 for (final String typeStringOrg : types) {
227 // prefer more specific types specified in the vCard. Note that OTHER and
228 // the other different types may appear simultaneously here, since vCard
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DRenderScript.java553 native int rsnScriptGroupCreate(int con, int[] kernels, int[] src, int[] dstk, int[] dstf, int[] types); argument
554 synchronized int nScriptGroupCreate(int[] kernels, int[] src, int[] dstk, int[] dstf, int[] types) { argument
556 return rsnScriptGroupCreate(mContext, kernels, src, dstk, dstf, types);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcTracker.java316 // Return all active apn types
318 if (DBG) log("get all active apn types");
852 * @param types comma delimited list of APN types
853 * @return array of APN types
855 private String[] parseTypes(String types) { argument
858 if (types == null || types.equals("")) {
862 result = types.split(",");
914 String[] types
[all...]
/frameworks/base/graphics/java/android/renderscript/
H A DRenderScript.java718 native int rsnScriptGroupCreate(int con, int[] kernels, int[] src, int[] dstk, int[] dstf, int[] types); argument
719 synchronized int nScriptGroupCreate(int[] kernels, int[] src, int[] dstk, int[] dstf, int[] types) { argument
721 return rsnScriptGroupCreate(mContext, kernels, src, dstk, dstf, types);
/frameworks/av/camera/
H A DICamera.cpp22 #include <sys/types.h>
H A DICameraService.cpp22 #include <sys/types.h>
/frameworks/av/media/libmedia/
H A DAudioEffect.cpp23 #include <sys/types.h>
H A DIMediaPlayerService.cpp19 #include <sys/types.h>
/frameworks/av/media/libmediaplayerservice/
H A DMidiFile.cpp30 #include <sys/types.h>
/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp116 Vector<AString> types; local
117 if (mcl->getSupportedTypes(codecIdx, &types) == OK) {
118 for (int i = 0; i < types.size(); i++) {
119 if (types[i].startsWith("video/")) {
/frameworks/av/services/audioflinger/
H A DAudioResampler.cpp22 #include <sys/types.h>
H A DEffects.cpp1686 Vector<const effect_uuid_t *> types; local
1691 types.add(&mSuspendedEffects.valueAt(i)->mType);
1693 for (size_t i = 0; i < types.size(); i++) {
1694 setEffectSuspended_l(types[i], false);
/frameworks/base/services/jni/
H A Dcom_android_server_connectivity_Vpn.cpp25 #include <sys/types.h>
/frameworks/base/tools/aapt/
H A DPackage.cpp19 #include <sys/types.h>
/frameworks/native/include/ui/
H A DTVecHelpers.h28 #include <sys/types.h>
/frameworks/native/libs/binder/
H A DIMemory.cpp25 #include <sys/types.h>
H A DMemoryDealer.cpp37 #include <sys/types.h>
/frameworks/native/libs/gui/
H A DIGraphicBufferProducer.cpp18 #include <sys/types.h>
H A DISurfaceComposer.cpp21 #include <sys/types.h>
/frameworks/native/opengl/tests/hwc/
H A DhwcRects.cpp99 #include <sys/types.h>
143 // Local types
H A DhwcStress.cpp96 #include <sys/types.h>
/frameworks/native/services/sensorservice/
H A DSensorDevice.cpp19 #include <sys/types.h>
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.h21 #include <sys/types.h>

Completed in 483 milliseconds

<<11121314