Searched defs:mType (Results 126 - 150 of 205) sorted by relevance

123456789

/frameworks/base/libs/hwui/
H A DMatrix.h90 mType = kTypeUnknown;
145 mType |= kTypeUnknown;
149 uint8_t type = mType;
156 mType = type;
158 mType |= kTypeTranslate;
160 mType &= ~kTypeTranslate;
228 void invalidateType() { mType = kTypeUnknown; }
231 mutable uint8_t mType; member in class:android::uirenderer::Matrix4
/frameworks/base/location/java/android/location/
H A DGpsClock.java63 private byte mType; field in class:GpsClock
82 mType = clock.mType;
103 return mType;
110 mType = value;
118 switch (mType) {
126 return "<Invalid:" + mType + ">";
404 gpsClock.mType = parcel.readByte();
425 parcel.writeByte(mType);
/frameworks/base/media/java/android/media/
H A DMicrophoneInfo.java163 private int mType; field in class:MicrophoneInfo
172 mType = type;
215 return mType;
224 return AudioDeviceInfo.convertInternalDeviceToDeviceType(mType);
H A DRingtoneManager.java249 private int mType = TYPE_RINGTONE; field in class:RingtoneManager
285 setType(mType);
312 setType(mType);
330 mType = type;
341 switch (mType) {
H A DVolumeShaper.java416 private final int mType; field in class:VolumeShaper.Configuration
418 // valid when mType is TYPE_ID
421 // valid when mType is TYPE_SCALE
431 + "mType = " + mType
433 + (mType == TYPE_ID
445 return mType == TYPE_ID
446 ? Objects.hash(mType, mId)
447 : Objects.hash(mType, mId,
460 return mType
761 private int mType = TYPE_SCALE; field in class:VolumeShaper.Configuration.Builder
[all...]
/frameworks/base/media/java/android/media/tv/
H A DTvTrackInfo.java57 private final int mType; field in class:TvTrackInfo
75 mType = type;
90 mType = in.readInt();
110 return mType;
141 if (mType != TYPE_AUDIO) {
153 if (mType != TYPE_AUDIO) {
166 if (mType != TYPE_VIDEO) {
179 if (mType != TYPE_VIDEO) {
192 if (mType != TYPE_VIDEO) {
205 if (mType !
310 private final int mType; field in class:TvTrackInfo.Builder
[all...]
/frameworks/base/telephony/java/android/telephony/data/
H A DDataProfile.java51 private final int mType; field in class:DataProfile
91 this.mType = type;
113 mType = source.readInt();
162 public int getType() { return mType; }
235 + "/" + mType + "/" + mMaxConnsTime
255 dest.writeInt(mType);
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFrameManager.java63 private FrameType mType; field in class:FrameManager.FrameSlot
68 mType = type;
73 return mType;
/frameworks/base/tests/net/java/android/net/dhcp/
H A DDhcpPacketTest.java69 private byte mType; field in class:DhcpPacketTest.TestDhcpPacket
76 mType = type;
111 addTlv(buffer, DHCP_MESSAGE_TYPE, mType);
/frameworks/native/headers/media_plugin/media/drm/
H A DDrmAPI.h125 KeyStatusType mType; member in struct:android::DrmPlugin::KeyStatus
/frameworks/native/headers/media_plugin/media/hardware/
H A DVideoAPI.h41 Type mType; member in struct:android::MediaImage
81 Type mType; member in namespace:android
/frameworks/native/include/media/drm/
H A DDrmAPI.h125 KeyStatusType mType; member in struct:android::DrmPlugin::KeyStatus
/frameworks/native/include/media/hardware/
H A DVideoAPI.h41 Type mType; member in struct:android::MediaImage
81 Type mType; member in namespace:android
/frameworks/opt/net/voip/src/java/android/net/sip/
H A DSimpleSessionDescription.java238 private final String mType; field in class:SimpleSessionDescription.Media
246 mType = type;
256 return mType;
369 buffer.append("m=").append(mType).append(' ').append(mPort);
/frameworks/rs/
H A DrsAllocation.h213 ObjectBaseRef<const Type> mType; member in class:android::renderscript::Allocation
215 mType.set(t);
/frameworks/support/compat/src/main/java/androidx/core/graphics/drawable/
H A DIconCompat.java115 private final int mType; field in class:IconCompat
118 // based on the value of mType.
232 private IconCompat(int mType) { argument
233 this.mType = mType;
245 if (mType == TYPE_UNKOWN && Build.VERSION.SDK_INT >= 23) {
248 return mType;
260 if (mType == TYPE_UNKOWN && Build.VERSION.SDK_INT >= 23) {
263 if (mType != TYPE_RESOURCE) {
278 if (mType
[all...]
/frameworks/support/slices/view/src/main/java/androidx/slice/widget/
H A DLargeSliceAdapter.java156 return mSlices.get(position).mType;
200 private final int mType; field in class:LargeSliceAdapter.SliceWrapper
205 mType = getFormat(item);
/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.h162 const char *mType; member in struct:android::LiveSession::StreamItem
171 : mType(type),
181 AString key(mType);
/frameworks/av/services/audioflinger/
H A DEffects.h385 effect_uuid_t mType; member in class:EffectChain::SuspendedEffectDesc
H A DTrackBase.h94 bool isOutputTrack() const { return (mType == TYPE_OUTPUT); }
95 bool isPatchTrack() const { return (mType == TYPE_PATCH); }
214 track_type mType; // must be one of TYPE_DEFAULT, TYPE_OUTPUT, TYPE_PATCH ... member in class:TrackBase
/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyService.h411 ToneGenerator::tone_type mType; // tone type (START_TONE only) member in class:android::AudioPolicyService::AudioCommandThread::ToneData
/frameworks/base/core/java/android/app/admin/
H A DSystemUpdatePolicy.java567 private final int mType; field in class:SystemUpdatePolicy.InstallationOption
571 this.mType = type;
581 return mType;
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothSocket.java121 private final int mType; /* one of TYPE_RFCOMM etc */ field in class:BluetoothSocket
208 mType = type;
231 if (VDBG) Log.d(TAG, "Creating new Private BluetoothSocket of type: " + s.mType);
233 mType = s.mType;
388 mPfd = bluetoothProxy.getSocketManager().connectSocket(mDevice, mType,
430 if (DBG) Log.d(TAG, "bindListen(): mPort=" + mPort + ", mType=" + mType);
431 mPfd = bluetoothProxy.getSocketManager().createSocketChannel(mType, mServiceName,
529 if ((mType
[all...]
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityWindowInfo.java102 private int mType = UNDEFINED_WINDOW_ID; field in class:AccessibilityWindowInfo
150 return mType;
161 mType = type;
452 infoClone.mType = info.mType;
509 parcel.writeInt(mType);
533 mType = parcel.readInt();
582 builder.append(", type=").append(typeToString(mType));
618 mType = UNDEFINED_WINDOW_ID;
694 if (other.mType !
[all...]
/frameworks/base/graphics/java/android/graphics/drawable/
H A DIcon.java102 private final int mType; field in class:Icon
109 // based on the value of mType.
135 return mType;
143 if (mType != TYPE_BITMAP && mType != TYPE_ADAPTIVE_BITMAP) {
158 if (mType != TYPE_DATA) {
172 if (mType != TYPE_DATA) {
186 if (mType != TYPE_DATA) {
199 if (mType != TYPE_RESOURCE) {
214 if (mType !
473 Icon(int mType) argument
[all...]

Completed in 646 milliseconds

123456789