Searched defs:type (Results 276 - 300 of 434) sorted by relevance

<<1112131415161718

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DUiccCardApplication.java161 private IccRecords createIccRecords(AppType type, Context c, CommandsInterface ci) { argument
162 if (type == AppType.APPTYPE_USIM || type == AppType.APPTYPE_SIM) {
164 } else if (type == AppType.APPTYPE_RUIM || type == AppType.APPTYPE_CSIM){
166 } else if (type == AppType.APPTYPE_ISIM) {
169 // Unknown app type (maybe detection is still in progress)
174 private IccFileHandler createIccFileHandler(AppType type) { argument
175 switch (type) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaDataConnectionTracker.java202 protected boolean isApnTypeAvailable(String type) { argument
204 if (TextUtils.equals(type, s)) {
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardBuilder.java840 final int type = (typeAsObject != null ? typeAsObject : DEFAULT_PHONE_TYPE);
846 phoneNumber, type, label, isPrimary);
849 appendTelLine(type, label, phoneNumber, isPrimary);
851 } else if (type == Phone.TYPE_PAGER ||
857 appendTelLine(type, label, phoneNumber, isPrimary);
894 // In vCard 4.0, value type must be "a single URI value",
904 appendTelLine(type, label, formatted, isPrimary);
978 final int type = (typeAsObject != null ?
987 appendEmailLine(type, label, emailAddress, isPrimary);
1070 final int type
1479 appendPostalLine(final int type, final String label, final ContentValues contentValues, final boolean isPrimary, final boolean emitEveryTime) argument
1557 appendEmailLine(final int type, final String label, final String rawValue, final boolean isPrimary) argument
1750 appendUncommonPhoneType(final StringBuilder builder, final Integer type) argument
2076 appendTypeParameter(final String type) argument
2080 appendTypeParameter(final StringBuilder builder, final String type) argument
[all...]
/frameworks/rs/driver/
H A DrsdAllocation.cpp121 for (uint32_t lod = 0; lod < alloc->mHal.state.type->getLODCount(); lod++) {
131 alloc->mHal.state.type->getLODDimX(lod),
132 alloc->mHal.state.type->getLODDimY(lod),
136 alloc->mHal.state.type->getLODDimX(lod),
137 alloc->mHal.state.type->getLODDimY(lod),
212 rsAssert(!alloc->mHal.state.type->getDimY());
213 rsAssert(!alloc->mHal.state.type->getDimZ());
226 RSD_CALL_GL(glBufferData, drv->glTarget, alloc->mHal.state.type->getSizeBytes(),
233 const Type *type, uint8_t *ptr) {
237 drv->lod[0].dimX = type
232 AllocationBuildPointerTable(const Context *rsc, const Allocation *alloc, const Type *type, uint8_t *ptr) argument
[all...]
/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
H A DAllocation.java61 * copy it to the slave memory store. Both type checked and unchecked copies are provided.
116 * No mipmaps will be generated and the type generated from the
123 * type of the allocation will contain a full mipmap chain. On
129 * The type of the allocation will be the same as MIPMAP_NONE.
152 * Get the element of the type of the Allocation.
216 "32 bit integer source does not match allocation type " + mType.mElement.mType);
225 "16 bit integer source does not match allocation type " + mType.mElement.mType);
234 "8 bit integer source does not match allocation type " + mType.mElement.mType);
242 "32 bit float source does not match allocation type " + mType.mElement.mType);
254 "Object source does not match allocation type "
905 createTyped(RenderScript rs, Type type, MipmapControl mips, int usage) argument
928 createTyped(RenderScript rs, Type type, int usage) argument
942 createTyped(RenderScript rs, Type type) argument
[all...]
/frameworks/support/renderscript/v8/rs_support/driver/
H A DrsdAllocation.cpp68 const Type *type, uint8_t *ptr) {
72 drv->lod[0].dimX = type->getDimX();
73 drv->lod[0].dimY = type->getDimY();
75 drv->lod[0].stride = drv->lod[0].dimX * type->getElementSizeBytes();
76 drv->lodCount = type->getLODCount();
77 drv->faceCount = type->getDimFaces();
91 drv->lod[lod].stride = tx * type->getElementSizeBytes();
161 memset(ptr, 0, alloc->mHal.state.type->getSizeBytes());
272 const uint32_t eSize = alloc->mHal.state.type->getElementSizeBytes();
324 const uint32_t eSize = alloc->mHal.state.type
67 AllocationBuildPointerTable(const Context *rsc, const Allocation *alloc, const Type *type, uint8_t *ptr) argument
[all...]
/frameworks/testing/uiautomator/library/src/com/android/uiautomator/core/
H A DUiSelector.java178 * @param class type
181 public <T> UiSelector className(Class<T> type) { argument
182 return buildSelector(SELECTOR_CLASS, type.getName());
/frameworks/wilhelm/src/android/
H A Dandroid_Effect.cpp257 &ibb->mBassBoostDescriptor.type))
276 if (!android_fx_initEffectObj(sessionId, ieq->mEqEffect, &ieq->mEqDescriptor.type)) {
326 &ivi->mVirtualizerDescriptor.type)) {
361 ipr->mPresetReverbEffect, &ipr->mPresetReverbDescriptor.type)) {
396 ier->mEnvironmentalReverbEffect, &ier->mEnvironmentalReverbDescriptor.type)) {
617 const effect_uuid_t *type) {
620 effect = new android::AudioEffect(type, EFFECT_UUID_NULL,
656 (0 == memcmp(effectId, &descriptor.type, sizeof(effect_uuid_t)))) {
759 NULL, // not using type to create effect
616 android_fx_initEffectObj(int sessionId, android::sp<android::AudioEffect>& effect, const effect_uuid_t *type) argument
/frameworks/base/media/jni/audioeffect/
H A Dandroid_media_AudioEffect.cpp252 jstring type, jstring uuid, jint priority, jint sessionId, jintArray jId, jobjectArray javadesc)
270 if (type != NULL) {
271 typeStr = env->GetStringUTFChars(type, NULL);
343 env->ReleaseStringUTFChars(type, typeStr);
355 AudioEffect::guidToString(&desc.type, str, EFFECT_STRING_LEN_MAX);
419 env->ReleaseStringUTFChars(type, typeStr);
740 AudioEffect::guidToString(&desc.type, str, EFFECT_STRING_LEN_MAX);
829 AudioEffect::guidToString(&descriptors[i].type, str, EFFECT_STRING_LEN_MAX);
863 // Dalvik VM type signatures
251 android_media_AudioEffect_native_setup(JNIEnv *env, jobject thiz, jobject weak_this, jstring type, jstring uuid, jint priority, jint sessionId, jintArray jId, jobjectArray javadesc) argument
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DShaderProgram.java153 int type,
160 type,
295 int type,
151 setAttributeValues(String attributeName, VertexFrame vertexData, int type, int componentCount, int strideInBytes, int offsetInBytes, boolean normalize) argument
293 setShaderAttributeVertexFrame(String attributeName, VertexFrame vertexData, int type, int componentCount, int strideInBytes, int offsetInBytes, boolean normalize) argument
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsBackupAgent.java452 int type, String domain, String relpath, long mode, long mtime)
451 onRestoreFile(ParcelFileDescriptor data, long size, int type, String domain, String relpath, long mode, long mtime) argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DImageWallpaper.java581 private int buildShader(String source, int type) { argument
582 int shader = glCreateShader(type);
/frameworks/av/cmds/stagefright/
H A Dstagefright.cpp119 uint32_t type; local
122 if (meta->findData(kKeyAVCC, &type, &data, &size)) {
628 printf("type '%s':\n", kMimeTypes[k]);
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditor3gpReader.cpp1420 uint32_t type; local
1465 ALOGV("VideoEditor3gpReader_getNextStreamHandler: stream type: %d ",
1540 if (meta->findData(kKeyD263, &type, &data, &size)) {
1575 if(meta->findData(kKeyAVCC, &type, &data, &size)) {
1610 if (meta->findData(kKeyESDS, &type, &data, &size)) {
1723 if (meta->findData(kKeyESDS, &type, &data, &size)) {
1770 if (meta->findData(kKeyESDS, &type, &data, &size)) {
/frameworks/av/media/libstagefright/
H A DAVIExtractor.cpp607 uint32_t type = U32_AT(data); local
621 if (type == FOURCC('v', 'i', 'd', 's')) {
637 } else if (type == FOURCC('a', 'u', 'd', 's')) {
1092 uint32_t type; local
1095 CHECK(meta->findData(kKeyAVCC, &type, &csd, &csdSize));
1099 track->mMeta->setData(kKeyAVCC, type, csd, csdSize);
H A DOggExtractor.cpp122 MediaBuffer *buffer, uint8_t type);
686 MediaBuffer *buffer, uint8_t type) {
692 if (size < 7 || data[0] != type || memcmp(&data[1], "vorbis", 6)) {
711 CHECK_EQ(oggpack_read(&bits, 8), type); local
716 switch (type) {
912 char type[128]; local
926 if (typeLen + 1 > sizeof(type)) {
934 memcpy(type, &flac[8], typeLen);
935 type[typeLen] = '\0';
937 ALOGV("picType = %d, type
685 verifyHeader( MediaBuffer *buffer, uint8_t type) argument
[all...]
/frameworks/av/media/libstagefright/mpeg2ts/
H A DATSParser.cpp59 DiscontinuityType type, const sp<AMessage> &extra);
63 sp<MediaSource> getSource(SourceType type);
104 unsigned type() const { return mStreamType; } function in struct:android::ATSParser::Stream
114 DiscontinuityType type, const sp<AMessage> &extra);
118 sp<MediaSource> getSource(SourceType type);
217 DiscontinuityType type, const sp<AMessage> &extra) {
219 mStreams.editValueAt(i)->signalDiscontinuity(type, extra);
332 if (index >= 0 && mStreams.editValueAt(index)->type() != info.mType) {
345 ALOGI("PID 0x%08x => type 0x%02x", stream->pid(), stream->type());
216 signalDiscontinuity( DiscontinuityType type, const sp<AMessage> &extra) argument
412 getSource(SourceType type) argument
602 signalDiscontinuity( DiscontinuityType type, const sp<AMessage> &extra) argument
885 getSource(SourceType type) argument
930 signalDiscontinuity( DiscontinuityType type, const sp<AMessage> &extra) argument
1193 getSource(SourceType type) argument
[all...]
/frameworks/av/media/mtp/
H A DMtpServer.cpp1018 int type = entry->d_type; local
/frameworks/av/services/camera/libcameraservice/
H A DCamera2Client.cpp1247 status_t Camera2Client::commandStartFaceDetectionL(int type) { argument
1266 // Ignoring type
/frameworks/base/core/java/android/accounts/
H A DAccountManager.java79 * be interested in accounts with one particular <em>type</em>, which
82 * type and features are authenticator-specific strings, and must be known by
88 * account of the appropriate type.
159 * Bundle key used for the {@link String} account type in results
363 * Lists all accounts of any type registered on the device.
384 * Lists all accounts of a particular type. The account type is a
395 * @param type The type of accounts to return, null to retrieve all accounts
397 * (never null) if no accounts of the specified type hav
399 getAccountsByType(String type) argument
404 getAccountsByTypeAsUser(String type, UserHandle userHandle) argument
530 getAccountsByTypeAndFeatures( final String type, final String[] features, AccountManagerCallback<Account[]> callback, Handler handler) argument
[all...]
/frameworks/base/core/java/android/content/
H A DContextWrapper.java197 public File getExternalFilesDir(String type) { argument
198 return mBase.getExternalFilesDir(type);
H A DIntentFilter.java40 * match against actions, categories, and data (either via its type, scheme,
61 * itself divided into three attributes: type, scheme, authority, and path.
64 * but no type, only Intent that does not have a type (such as mailto:) will
65 * match; a content: URI will never match because they always have a MIME type
66 * that is supplied by their content provider. Specifying a type with no scheme
69 * then only an Intent with no data or type will match. To specify an authority,
85 * the data (both the <strong>data type</strong> and
92 * Intent type. The Intent
93 * type i
512 addDataType(String type) argument
543 hasDataType(String type) argument
789 addDataPath(String path, int type) argument
899 matchData(String type, String scheme, Uri data) argument
1103 match(String action, String type, String scheme, Uri data, Set<String> categories, String logTag) argument
1446 findMimeType(String type) argument
[all...]
/frameworks/base/core/java/android/content/res/
H A DResources.java213 * some other type of CharSequence if it is styled.
217 * tool. This integer encodes the package, type, and resource
242 * tool. This integer encodes the package, type, and resource
305 * tool. This integer encodes the package, type, and resource
331 * tool. This integer encodes the package, type, and resource
357 * tool. This integer encodes the package, type, and resource
382 * tool. This integer encodes the package, type, and resource
399 * some other type of CharSequence if it is styled.
402 * tool. This integer encodes the package, type, and resource
419 * tool. This integer encodes the package, type, an
2135 loadXmlResourceParser(int id, String type) argument
2150 loadXmlResourceParser(String file, int id, int assetCookie, String type) argument
[all...]
H A DXmlBlock.java205 // May be some other type... check and try to convert if so.
267 public void require(int type, String namespace, String name) throws XmlPullParserException,IOException { argument
268 if (type != getEventType()
271 throw new XmlPullParserException( "expected "+ TYPES[ type ]+getPositionDescription());
/frameworks/base/core/java/android/hardware/
H A DSensorManager.java81 // Cached lists of sensors by type. Guarded by mSensorListByType.
377 * Use this method to get the list of available sensors of a certain type.
382 * @param type
385 * @return a list of sensors matching the asked type.
390 public List<Sensor> getSensorList(int type) { argument
395 list = mSensorListByType.get(type);
397 if (type == Sensor.TYPE_ALL) {
402 if (i.getType() == type)
407 mSensorListByType.append(type, list);
414 * Use this method to get the default sensor for a given type
427 getDefaultSensor(int type) argument
[all...]

Completed in 1367 milliseconds

<<1112131415161718