/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/ |
D | TonesAutoTest.java | 37 int type; in tonesDtmfTest() local 61 int type; in tonesSupervisoryTest() local 98 int type; in tonesProprietaryTest() local 123 int type; in tonesSimultaneousTest() local 153 int type; in tonesStressTest() local
|
/frameworks/base/core/java/android/content/res/ |
D | TypedArray.java | 92 final int type = data[index+AssetManager.STYLE_TYPE]; in getText() local 120 final int type = data[index+AssetManager.STYLE_TYPE]; in getString() local 155 final int type = data[index+AssetManager.STYLE_TYPE]; in getNonResourceString() local 181 final int type = data[index+AssetManager.STYLE_TYPE]; in getNonConfigurationString() local 213 final int type = data[index+AssetManager.STYLE_TYPE]; in getBoolean() local 243 final int type = data[index+AssetManager.STYLE_TYPE]; in getInt() local 272 final int type = data[index+AssetManager.STYLE_TYPE]; in getFloat() local 310 final int type = data[index+AssetManager.STYLE_TYPE]; in getColor() local 359 final int type = data[index+AssetManager.STYLE_TYPE]; in getInteger() local 390 final int type = data[index+AssetManager.STYLE_TYPE]; in getDimension() local [all …]
|
/frameworks/compile/linkloader/lib/ |
D | ELFSymbol.cpp | 21 ELFSymbolHelperMixin::getTypeStr(uint8_t type) { in getTypeStr() 45 ELFSymbolHelperMixin::getBindingAttributeStr(uint8_t type) { in getBindingAttributeStr() 64 ELFSymbolHelperMixin::getVisibilityStr(uint8_t type) { in getVisibilityStr()
|
/frameworks/base/core/java/android/accounts/ |
D | AuthenticatorDescription.java | 27 final public String type; field in AuthenticatorDescription 51 public AuthenticatorDescription(String type, String packageName, int labelId, int iconId, in AuthenticatorDescription() 64 public AuthenticatorDescription(String type, String packageName, int labelId, int iconId, in AuthenticatorDescription() 74 public static AuthenticatorDescription newKey(String type) { in newKey() 79 private AuthenticatorDescription(String type) { in AuthenticatorDescription()
|
D | Account.java | 30 public final String type; field in Account 46 public Account(String name, String type) { in Account()
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | gl.cpp | 58 void glColorPointerBounds(GLint size, GLenum type, GLsizei stride, in glColorPointerBounds() 62 void glNormalPointerBounds(GLenum type, GLsizei stride, in glNormalPointerBounds() 66 void glTexCoordPointerBounds(GLint size, GLenum type, in glTexCoordPointerBounds() 70 void glVertexPointerBounds(GLint size, GLenum type, in glVertexPointerBounds() 75 void GL_APIENTRY glPointSizePointerOESBounds(GLenum type, in glPointSizePointerOESBounds() 80 GL_API void GL_APIENTRY glMatrixIndexPointerOESBounds(GLint size, GLenum type, in glMatrixIndexPointerOESBounds() 85 GL_API void GL_APIENTRY glWeightPointerOESBounds(GLint size, GLenum type, in glWeightPointerOESBounds()
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
D | StreamingSource.cpp | 74 int32_t type = ATSParser::DISCONTINUITY_SEEK; in feedMoreTSData() local 101 uint8_t type = buffer[1]; in feedMoreTSData() local 133 ATSParser::SourceType type = in getFormatMeta() local 148 ATSParser::SourceType type = in dequeueAccessUnit() local
|
D | HTTPLiveSource.cpp | 85 ATSParser::SourceType type = in getFormatMeta() local 125 uint8_t type = buffer[1]; in feedMoreTSData() local 161 ATSParser::SourceType type = in dequeueAccessUnit() local
|
/frameworks/native/opengl/tools/glgen/stubs/gles11/ |
D | glGetActiveUniform.java | 11 int[] type, in glGetActiveUniform() 25 java.nio.IntBuffer type, in glGetActiveUniform() 35 int[] type, in glGetActiveUniform() 45 java.nio.IntBuffer type in glGetActiveUniform()
|
D | glGetActiveAttrib.java | 11 int[] type, in glGetActiveAttrib() 25 java.nio.IntBuffer type, in glGetActiveAttrib() 36 int[] type, in glGetActiveAttrib() 46 java.nio.IntBuffer type in glGetActiveAttrib()
|
/frameworks/av/media/libstagefright/ |
D | MetaData.cpp | 93 uint32_t type; in findCString() local 106 uint32_t type; in findInt32() local 121 uint32_t type; in findInt64() local 136 uint32_t type; in findFloat() local 151 uint32_t type; in findPointer() local 169 uint32_t type; in findRect() local 188 uint32_t key, uint32_t type, const void *data, size_t size) { in setData() 206 bool MetaData::findData(uint32_t key, uint32_t *type, in findData() 256 uint32_t type, const void *data, size_t size) { in setData() 265 uint32_t *type, const void **data, size_t *size) const { in getData()
|
/frameworks/base/drm/java/android/drm/ |
D | DrmInfoEvent.java | 72 public DrmInfoEvent(int uniqueId, int type, String message) { in DrmInfoEvent() 87 public DrmInfoEvent(int uniqueId, int type, String message, in DrmInfoEvent() 98 private void checkTypeValidity(int type) { in checkTypeValidity()
|
D | DrmErrorEvent.java | 82 public DrmErrorEvent(int uniqueId, int type, String message) { in DrmErrorEvent() 96 public DrmErrorEvent(int uniqueId, int type, String message, in DrmErrorEvent() 102 private void checkTypeValidity(int type) { in checkTypeValidity()
|
/frameworks/base/voip/java/android/net/sip/ |
D | SimpleSessionDescription.java | 118 public Media newMedia(String type, int port, int portCount, in newMedia() 194 public int getBandwidth(String type) { in getBandwidth() 202 public void setBandwidth(String type, int value) { in setBandwidth() 244 private Media(String type, int port, int portCount, String protocol) { in Media() 334 public String getRtpmap(int type) { in getRtpmap() 342 public String getFmtp(int type) { in getFmtp() 352 public void setRtpPayload(int type, String rtpmap, String fmtp) { in setRtpPayload() 364 public void removeRtpPayload(int type) { in removeRtpPayload() 470 public int getBandwidth(String type) { in getBandwidth() 485 public void setBandwidth(String type, int value) { in setBandwidth() [all …]
|
/frameworks/base/core/java/android/app/ |
D | IAlarmManager.aidl | 27 void set(int type, long triggerAtTime, in PendingIntent operation); in set() 28 void setRepeating(int type, long triggerAtTime, long interval, in PendingIntent operation); in setRepeating() 29 … void setInexactRepeating(int type, long triggerAtTime, long interval, in PendingIntent operation); in setInexactRepeating()
|
D | AlarmManager.java | 135 public void set(int type, long triggerAtMillis, PendingIntent operation) { in set() 189 public void setRepeating(int type, long triggerAtMillis, in setRepeating() 255 public void setInexactRepeating(int type, long triggerAtMillis, in setInexactRepeating()
|
/frameworks/base/voip/java/android/net/rtp/ |
D | AudioCodec.java | 41 public final int type; field in AudioCodec 84 private AudioCodec(int type, String rtpmap, String fmtp) { in AudioCodec() 107 public static AudioCodec getCodec(int type, String rtpmap, String fmtp) { in getCodec()
|
/frameworks/av/media/libstagefright/mp4/ |
D | TrackFragment.cpp | 244 FragmentedMP4Parser *parser, uint32_t type, size_t offset, uint64_t size) { in parseSampleSizes() 268 FragmentedMP4Parser *parser, uint32_t type, size_t offset, uint64_t size) { in parseCompactSampleSizes() 297 FragmentedMP4Parser *parser, uint32_t type, size_t offset, uint64_t size) { in parseSampleToChunk() 322 FragmentedMP4Parser *parser, uint32_t type, size_t offset, uint64_t size) { in parseChunkOffsets() 343 FragmentedMP4Parser *parser, uint32_t type, size_t offset, uint64_t size) { in parseChunkOffsets64()
|
D | FragmentedMP4Parser.cpp | 582 uint32_t type = readU32(4); in onProceed() local 1028 void FragmentedMP4Parser::enter(off64_t offset, uint32_t type, uint64_t size) { in enter() 1128 uint32_t type, size_t offset, uint64_t size) { in parseTrackHeader() 1179 uint32_t type, size_t offset, uint64_t size) { in parseMediaHeader() 1212 uint32_t type, size_t offset, uint64_t size) { in parseMediaHandler() 1240 uint32_t type, size_t offset, uint64_t size) { in parseVisualSampleEntry() 1283 uint32_t type, size_t offset, uint64_t size) { in parseAudioSampleEntry() 1349 uint32_t type, size_t offset, uint64_t size) { in parseSampleSizes() 1355 uint32_t type, size_t offset, uint64_t size) { in parseCompactSampleSizes() 1361 uint32_t type, size_t offset, uint64_t size) { in parseSampleToChunk() [all …]
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLUtils.java | 133 Bitmap bitmap, int type, int border) { in texImage2D() 197 int type = getType(bitmap); in texSubImage2D() local 215 Bitmap bitmap, int format, int type) { in texSubImage2D() 285 Bitmap bitmap, int type, int border); in native_texImage2D() 287 Bitmap bitmap, int format, int type); in native_texSubImage2D()
|
/frameworks/base/core/java/android/os/ |
D | PatternMatcher.java | 51 public PatternMatcher(String pattern, int type) { in PatternMatcher() 69 String type = "? "; in toString() local 109 static boolean matchPattern(String pattern, String match, int type) { in matchPattern()
|
/frameworks/base/core/java/android/content/pm/ |
D | RegisteredServicesCache.java | 198 private void notifyListener(final V type, final int userId, final boolean removed) { in notifyListener() 225 public final V type; field in RegisteredServicesCache.ServiceInfo 230 public ServiceInfo(V type, ComponentName componentName, int uid) { in ServiceInfo() 247 public ServiceInfo<V> getServiceInfo(V type, int userId) { in getServiceInfo() 408 private boolean containsType(ArrayList<ServiceInfo<V>> serviceInfos, V type) { in containsType() 418 private boolean containsTypeAndUid(ArrayList<ServiceInfo<V>> serviceInfos, V type, int uid) { in containsTypeAndUid() 445 int type; in parseServiceInfo() local
|
/frameworks/wilhelm/src/android/ |
D | android_sles_conversions.h | 24 static inline SLuint32 android_to_sles_streamType(int type) { in android_to_sles_streamType() 38 static inline int sles_to_android_streamType(SLuint32 type) { in sles_to_android_streamType()
|
/frameworks/base/media/java/android/media/ |
D | RingtoneManager.java | 265 public void setType(int type) { in setType() 514 private void setFilterColumnsList(int type) { in setFilterColumnsList() 635 public static Uri getActualDefaultRingtoneUri(Context context, int type) { in getActualDefaultRingtoneUri() 652 public static void setActualDefaultRingtoneUri(Context context, int type, Uri ringtoneUri) { in setActualDefaultRingtoneUri() 659 private static String getSettingForType(int type) { in getSettingForType() 713 public static Uri getDefaultUri(int type) { in getDefaultUri()
|
/frameworks/compile/mclinker/include/mcld/Support/ |
D | PositionDependentOption.h | 48 Type type() in type() function 51 Type type() const in type() function
|