Searched defs:type (Results 126 - 150 of 434) sorted by relevance

1234567891011>>

/frameworks/compile/mclinker/include/mcld/MC/
H A DMCLDFile.h38 * MCLDFile is the storage of name, path and type
86 unsigned int type() const function in class:mcld::MCLDFile
H A DSymbolCategory.h112 Type type; member in class:mcld::SymbolCategory::Category
122 : type(pType),
/frameworks/compile/mclinker/include/mcld/Support/
H A DFileSystem.h62 FileType type() const { return m_Value; } function in class:mcld::sys::fs::FileStatus
69 return rhs.type() == lhs.type();
84 return (f.type() != StatusError)&&(f.type() != FileNotFound);
88 return f.type() == mcld::sys::fs::DirectoryFile;
/frameworks/ex/chips/src/com/android/ex/chips/
H A DQueries.java42 public CharSequence getTypeLabel(Resources res, int type, CharSequence label) {
43 return Phone.getTypeLabel(res, type, label);
60 public CharSequence getTypeLabel(Resources res, int type, CharSequence label) {
61 return Email.getTypeLabel(res, type, label);
98 public abstract CharSequence getTypeLabel(Resources res, int type, CharSequence label); argument
/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DGLES20cHeader.cpp120 static void glVertexAttribPointerBounds(GLuint indx, GLint size, GLenum type, argument
122 glVertexAttribPointer(indx, size, type, normalized, stride, pointer);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DApnSetting.java89 * <type>[, <type>...]
94 * <type>[| <type>...], <protocol>, <roaming_protocol>, <carrierEnabled>, <bearer>
181 public boolean canHandleType(String type) { argument
184 if (t.equalsIgnoreCase(type) ||
187 type.equalsIgnoreCase(PhoneConstants.APN_TYPE_HIPRI))) {
195 // Also should handle changes in type order and perhaps case-insensitivity
H A DDataCallState.java45 public String type = ""; field in class:DataCallState
84 .append(" type=").append(type)
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DSuppServiceNotification.java33 /** TS 27.007 7.17 "type" (MT only) */
34 public int type; field in class:SuppServiceNotification
67 + PhoneNumberUtils.stringFromStringAndTOA(number, type) + "\" ";
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardProperty.java154 public Collection<String> getParameters(String type) { argument
155 return mParameterMap.get(type);
/frameworks/wilhelm/tests/mimeUri/
H A DslesTestPlayStreamType.cpp47 /* Play an audio URIs on the given stream type */
48 void TestStreamTypeConfiguration( SLObjectItf sl, const char* path, const SLint32 type) argument
139 /* Set the Android audio stream type on the player */
141 SL_ANDROID_KEY_STREAM_TYPE, &type, sizeof(SLint32));
143 fprintf(stderr, "invalid stream type %d\n", type);
192 /* Get the stream type during playback */
199 fprintf(stderr, "ERROR: size for stream type is %u, should be %u\n",
205 if (currentType != type) {
206 fprintf(stderr, "ERROR: stream type i
[all...]
/frameworks/base/media/java/android/mtp/
H A DMtpPropertyGroup.java39 // MTP data type
40 int type; field in class:MtpPropertyGroup.Property
44 Property(int code, int type, int column) { argument
46 this.type = type;
92 int type;
97 type = MtpConstants.TYPE_UINT32;
101 type = MtpConstants.TYPE_UINT16;
105 type = MtpConstants.TYPE_UINT16;
109 type
[all...]
/frameworks/base/media/jni/
H A Dandroid_media_MediaCodecList.cpp79 JNIEnv *env, jobject thiz, jint index, jstring type) {
80 if (type == NULL) {
85 const char *typeStr = env->GetStringUTFChars(type, NULL);
99 env->ReleaseStringUTFChars(type, typeStr);
78 android_media_MediaCodecList_getCodecCapabilities( JNIEnv *env, jobject thiz, jint index, jstring type) argument
/frameworks/base/native/android/
H A Dsensor.cpp57 ASensor const* ASensorManager_getDefaultSensor(ASensorManager* manager, int type) argument
59 return static_cast<SensorManager*>(manager)->getDefaultSensor(type);
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorMp3Reader.cpp437 M4OSA_UInt8 type, temp; local
H A DVideoEditorUtils.cpp54 uint32_t type; local
86 if (meta->findData(kKeyESDS, &type, &data, &size)) {
87 LOG1("displayMetaData kKeyESDS type=%d size=%d", type, size);
89 if (meta->findData(kKeyAVCC, &type, &data, &size)) {
90 LOG1("displayMetaData kKeyAVCC data=0x%X type=%d size=%d",
91 *((unsigned int*)data), type, size);
93 if (meta->findData(kKeyVorbisInfo, &type, &data, &size)) {
94 LOG1("displayMetaData kKeyVorbisInfo type=%d size=%d", type, siz
219 parseParamSet(AVCCodecSpecificContext* pC, const uint8_t *data, size_t length, int type, size_t *paramSetLen) argument
304 uint8_t type = kNalUnitTypeSeqParamSet; local
[all...]
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerFactory.cpp41 player_type type) {
43 ALOGE("Failed to register MediaPlayerFactory of type %d, factory is"
44 " NULL.", type);
48 if (sFactoryMap.indexOfKey(type) >= 0) {
49 ALOGE("Failed to register MediaPlayerFactory of type %d, type is"
50 " already registered.", type);
54 if (sFactoryMap.add(type, factory) < 0) {
55 ALOGE("Failed to register MediaPlayerFactory of type %d, failed to add"
56 " to map.", type);
40 registerFactory_l(IFactory* factory, player_type type) argument
73 registerFactory(IFactory* factory, player_type type) argument
79 unregisterFactory(player_type type) argument
[all...]
/frameworks/av/media/libstagefright/
H A DDRMExtractor.cpp86 uint32_t type; local
89 CHECK(getFormat()->findData(kKeyAVCC, &type, &data, &size));
H A DMediaCodecList.cpp147 ALOGW("Component %s does not support any type of media?",
277 const char *type = NULL; local
287 } else if (!strcmp(attrs[i], "type")) {
291 type = attrs[i + 1];
304 addMediaCodec(encoder, name, type);
310 bool encoder, const char *name, const char *type) {
318 if (type != NULL) {
319 addType(type);
400 ALOGW("Too many distinct type names in configuration.");
414 const char *type, boo
309 addMediaCodec( bool encoder, const char *name, const char *type) argument
413 findCodecByType( const char *type, bool encoder, size_t startIndex) const argument
509 getCodecCapabilities( size_t index, const char *type, Vector<ProfileLevel> *profileLevels, Vector<uint32_t> *colorFormats) const argument
[all...]
H A DMetaData.cpp93 uint32_t type; local
96 if (!findData(key, &type, &data, &size) || type != TYPE_C_STRING) {
106 uint32_t type; local
109 if (!findData(key, &type, &data, &size) || type != TYPE_INT32) {
121 uint32_t type; local
124 if (!findData(key, &type, &data, &size) || type != TYPE_INT64) {
136 uint32_t type; local
151 uint32_t type; local
169 uint32_t type; local
187 setData( uint32_t key, uint32_t type, const void *data, size_t size) argument
206 findData(uint32_t key, uint32_t *type, const void **data, size_t *size) const argument
255 setData( uint32_t type, const void *data, size_t size) argument
264 getData( uint32_t *type, const void **data, size_t *size) const argument
[all...]
H A DSurfaceMediaSource.cpp267 OMX_U32 type = kMetadataBufferTypeGrallocSource; local
268 memcpy(data, &type, 4);
H A DUtils.cpp121 uint32_t type; local
124 if (meta->findData(kKeyAVCC, &type, &data, &size)) {
202 } else if (meta->findData(kKeyESDS, &type, &data, &size)) {
219 } else if (meta->findData(kKeyVorbisInfo, &type, &data, &size)) {
227 if (!meta->findData(kKeyVorbisBooks, &type, &data, &size)) {
358 ALOGW("did not find mime type");
/frameworks/av/media/libstagefright/codecs/amrwbenc/
H A DSoftAMRWBEncoder.cpp140 VOAMRWBFRAMETYPE type = VOAMRWB_RFC3267; local
142 mEncoderHandle, VO_PID_AMRWB_FRAMETYPE, &type)) {
143 ALOGE("Failed to set AMRWB encoder frame type to %d", type);
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dresidual.cpp145 AVCEnc_Status enc_residual_block(AVCEncObject *encvid, AVCResidualType type, int cindx, AVCMacroblock *currMB) argument
161 switch (type)
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dfastquant.cpp82 incoming Q and type; */
90 Int cal_dc_scalerENC(Int QP, Int type) argument
94 if (type == 1)
/frameworks/av/media/libstagefright/mpeg2ts/
H A DMPEG2TSExtractor.cpp171 ATSParser::SourceType type; local

Completed in 1943 milliseconds

1234567891011>>