Searched refs:mType (Results 176 - 200 of 204) sorted by relevance

123456789

/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraMetadataNative.java82 private final Class<T> mType; field in class:CameraMetadataNative.Key
99 mType = type;
118 mType = (Class<T>)typeReference.getRawType();
211 return mType;
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteConnection.java1194 statement.mType = type;
1238 public int mType; field in class:SQLiteConnection.PreparedStatement
1280 + ", type=" + statement.mType
/frameworks/base/core/jni/
H A Dandroid_hardware_Radio.cpp63 jfieldID mType; member in struct:__anon870
351 (radio_band_t)env->GetIntField(jDescriptor, gRadioBandDescriptorFields.mType);
888 gRadioBandDescriptorFields.mType = GetFieldIDOrDie(env, bandDescriptorClass, "mType", "I");
H A Dandroid_util_AssetManager.cpp58 jfieldID mType; member in struct:android::typedvalue_offsets_t
117 env->SetIntField(outValue, gTypedValueOffsets.mType, value.dataType);
2254 gTypedValueOffsets.mType = GetFieldIDOrDie(env, typedValue, "type", "I");
/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyService.cpp478 data->mType, data->mStream);
481 mpToneGenerator->startTone(data->mType);
706 data->mType = type;
H A DAudioPolicyService.h347 ToneGenerator::tone_type mType; // tone type (START_TONE only) member in class:android::AudioPolicyService::AudioCommandThread::ToneData
/frameworks/base/core/java/android/widget/
H A DEditor.java5906 private int mType; field in class:Editor.EditOperation
5929 mType = TYPE_INSERT;
5932 mType = TYPE_DELETE;
5935 mType = TYPE_REPLACE;
5946 mType = src.readInt();
5957 dest.writeInt(mType);
6009 switch (mType) {
6023 if (edit.mType != TYPE_INSERT) {
6038 if (edit.mType != TYPE_DELETE) {
6053 if (edit.mType !
[all...]
/frameworks/base/rs/java/android/renderscript/
H A DScript.java360 final Type t = va.mType;
/frameworks/rs/
H A Drs.spec147 param RsDataType mType
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java1022 protected final int mType; field in class:BatteryStatsImpl.Timer
1073 mType = type;
1086 if (DEBUG) Log.i(TAG, "**** READ TIMER #" + mType + ": mTotalTime=" + mTotalTime);
1091 mType = type;
1118 if (DEBUG) Log.i(TAG, "**** WRITING TIMER #" + mType + ": mTotalTime="
1131 if (DEBUG && mType < 0) {
1132 Log.v(TAG, "unplug #" + mType + ": realtime=" + baseRealtime
1138 if (DEBUG && mType < 0) {
1139 Log.v(TAG, "unplug #" + mType
1147 if (DEBUG && mType <
[all...]
/frameworks/av/services/audioflinger/
H A DTracks.cpp101 mType(type),
209 if (mType == TYPE_OUTPUT || mType == TYPE_PATCH) {
H A DEffects.cpp1779 desc->mType = *type;
1856 types.add(&mSuspendedEffects.valueAt(i)->mType);
/frameworks/av/drm/libmediadrm/
H A DDrm.cpp178 obj.writeInt32(keyStatus->mType);
/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java2532 private int mType; field in class:EditStyledText.EditStyledTextSpans.MarqueeSpan
2536 mType = type;
2546 return mType;
2550 mMarqueeColor = getMarqueeColor(mType, bgc);
/frameworks/rs/cpp/
H A DrsCppStructs.h575 sp<const Type> mType; member in class:android::RSC::Allocation
622 return mType;
975 return mType;
1447 RsDataType mType; member in class:android::RSC::Element
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DBaseRecyclerViewInstrumentationTest.java684 int mType = 0; field in class:BaseRecyclerViewInstrumentationTest.Item
722 return getItemAt(position).mType;
H A DRecyclerViewAnimationsTest.java460 target.mBoundItem.mType += 2;
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWC2On1Adapter.cpp566 mType(type),
829 *outType = static_cast<int32_t>(mType);
1620 output << to_string(mType) << " ";
H A DHWC2On1Adapter.h384 HWC2::DisplayType mType; member in class:android::HWC2On1Adapter::Display
/frameworks/base/services/core/java/com/android/server/
H A DConnectivityService.java3834 private final NetworkRequestType mType; field in class:ConnectivityService.NetworkRequestInfo
3843 mType = type;
3854 mType = type;
3876 switch (mType) {
3912 return (mType == NetworkRequestType.TRACK_DEFAULT) ||
3913 (mType == NetworkRequestType.REQUEST);
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
/frameworks/base/opengl/java/android/opengl/
H A DGLLogWrapper.java1079 int type = pointer.mType;
3896 public int mType; field in class:GLLogWrapper.PointerInfo
3899 * sizeof(mType)
3910 mType = type;
3933 return mStride > 0 ? mStride : sizeof(mType) * mSize;
/frameworks/av/media/libstagefright/
H A DACodec.cpp4506 image.mType = MediaImage2::MEDIA_IMAGE_TYPE_UNKNOWN;
4541 image.mType = MediaImage2::MEDIA_IMAGE_TYPE_YUV;
4628 return describeParams.sMediaImage.mType != MediaImage2::MEDIA_IMAGE_TYPE_UNKNOWN;
4634 return describeParams.sMediaImage.mType != MediaImage2::MEDIA_IMAGE_TYPE_UNKNOWN;
4661 if (img.mType == MediaImage2::MEDIA_IMAGE_TYPE_YUV) {
/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java3769 public final int mType; field in class:AudioService.WiredDeviceConnectionState
3777 mType = type;
4614 onSetWiredDeviceConnectionState(connectState.mType, connectState.mState,
/frameworks/compile/slang/
H A Dslang_rs_export_type.cpp1183 switch (mType) {

Completed in 5741 milliseconds

123456789