Searched refs:mType (Results 101 - 125 of 204) sorted by relevance

123456789

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothSocket.java113 private final int mType; /* one of TYPE_RFCOMM etc */ field in class:BluetoothSocket
196 mType = type;
218 if (VDBG) Log.d(TAG, "Creating new Private BluetoothSocket of type: " + s.mType);
220 mType = s.mType;
362 mPfd = bluetoothProxy.connectSocket(mDevice, mType,
404 mPfd = bluetoothProxy.createSocketChannel(mType, mServiceName,
492 if(mType == TYPE_L2CAP)
531 if (mType == TYPE_L2CAP) {
624 return mType;
[all...]
/frameworks/av/include/media/
H A DMediaResource.h53 Type mType; member in class:android::MediaResource
/frameworks/base/core/java/android/content/
H A DBroadcastReceiver.java236 final int mType; field in class:BroadcastReceiver.PendingResult
255 mType = type;
368 if (mType == TYPE_COMPONENT) {
393 } else if (mOrderedHint && mType != TYPE_UNREGISTERED) {
/frameworks/base/libs/hwui/
H A DFrameInfoVisualizer.h75 ProfileType mType = ProfileType::None; member in class:android::uirenderer::FrameInfoVisualizer
H A DRenderProperties.h71 if (RP_SET(mType, type)) {
125 return mType;
130 LayerType mType = LayerType::None; member in class:android::uirenderer::LayerProperties
618 return mLayerProperties.mType == LayerType::None
627 return CC_UNLIKELY(promotedToLayer()) ? LayerType::RenderLayer : mLayerProperties.mType;
/frameworks/base/rs/java/android/renderscript/
H A DAllocationAdapter.java27 super(id, rs, alloc.mType, alloc.mUsage);
44 int tx = mAdaptedAllocation.mType.getX();
45 int ty = mAdaptedAllocation.mType.getY();
46 int tz = mAdaptedAllocation.mType.getZ();
/frameworks/compile/slang/
H A Dslang_rs_export_type.h317 DataType mType; member in class:slang::RSExportPrimitiveType
341 mType(DT),
376 inline DataType getType() const { return mType; }
378 return IsRSObjectType(mType);
542 const RSExportType *mType; member in class:slang::RSExportRecordType::Field
555 : mType(T),
562 inline const RSExportType *getType() const { return mType; }
/frameworks/support/recommendation/src/android/support/app/recommendation/
H A DContentRecommendation.java299 int mType; field in class:ContentRecommendation.IntentData
924 mBuilderContentIntentData.mType = intentType;
961 mBuilderDismissIntentData.mType = intentType;
1097 if (mContentIntentData.mType == INTENT_TYPE_ACTIVITY) {
1101 } else if (mContentIntentData.mType == INTENT_TYPE_SERVICE) {
1114 if (mDismissIntentData.mType == INTENT_TYPE_ACTIVITY) {
1118 } else if (mDismissIntentData.mType == INTENT_TYPE_SERVICE) {
/frameworks/base/services/core/java/com/android/server/media/projection/
H A DMediaProjectionManagerService.java348 private int mType; field in class:MediaProjectionManagerService.MediaProjection
351 mType = type;
359 return mType == MediaProjectionManager.TYPE_MIRRORING ||
360 mType == MediaProjectionManager.TYPE_SCREEN_CAPTURE;
370 return mType == MediaProjectionManager.TYPE_MIRRORING ||
371 mType == MediaProjectionManager.TYPE_PRESENTATION;
376 if (mType == MediaProjectionManager.TYPE_SCREEN_CAPTURE) {
381 } else if (mType == MediaProjectionManager.TYPE_MIRRORING) {
387 } else if (mType == MediaProjectionManager.TYPE_PRESENTATION) {
467 pw.println("(" + packageName + ", uid=" + uid + "): " + typeToString(mType));
[all...]
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DBaseRecyclerViewAnimationsTest.java535 Type mType; field in class:BaseRecyclerViewAnimationsTest.PositionConstraint
547 constraint.mType = Type.scrap;
556 constraint.mType = Type.adapterScrap;
565 constraint.mType = Type.adapter;
586 "t=" + mType.name() +
597 if (mType == Type.scrap || (mType == Type.adapterScrap && !state.isPreLayout())) {
613 if (mType == Type.scrap) {
617 } else if (mType == Type.adapter || mType
[all...]
/frameworks/av/media/libstagefright/webm/
H A DWebmFrameThread.cpp59 : mType(type), mSink(sink) {
158 if (f->mType == kVideoType && f->mKey) {
175 if (secondLastFrame->mType == kVideoType) {
373 mType,
381 mType == kVideoType ? "video" : "audio",
/frameworks/base/core/java/com/android/internal/view/
H A DBaseSurfaceHolder.java50 int mType = -1; field in class:BaseSurfaceHolder
165 if (mType == SURFACE_TYPE_PUSH_BUFFERS) {
/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.h140 int32_t getDisplayType() const { return mType; }
205 DisplayType mType; member in class:android::DisplayDevice
H A DTransform.h106 mutable uint32_t mType; member in class:android::Transform
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DMockAlarmManager.java108 private final int mType; field in class:MockAlarmManager.PendingAlarm
114 mType = type;
/frameworks/base/obex/javax/obex/
H A DHeaderSet.java203 private String mType; // null terminated ASCII text string field in class:HeaderSet
321 mType = (String)headerValue;
519 return mType;
585 if (mType != null) {
/frameworks/rs/
H A DrsFileA3D.cpp81 entry->mType = (RsA3DClassID)headerStream->loadU32();
248 switch (entry->mType) {
337 headerStream.addU32((uint32_t)mWriteIndex[i]->mType);
385 indexEntry->mType = obj->getClassId();
H A DrsScriptGroup.h51 ObjectBaseRef<const Type> mType; member in class:android::renderscript::ScriptGroup::Link
/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.h160 const char *mType; member in struct:android::LiveSession::StreamItem
169 : mType(type),
179 AString key(mType);
/frameworks/base/packages/SystemUI/src/com/android/systemui/analytics/
H A DSensorLoggerSession.java41 private int mType; field in class:SensorLoggerSession
53 mType = Session.REAL;
104 proto.setType(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/wifi/java/android/net/wifi/nan/
H A DTlvBufferUtils.java290 public int mType; field in class:TlvBufferUtils.TlvElement
310 mType = type;
423 builder.append("T=" + tlv.mType + ",");
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/nan/
H A DTlvBufferUtilsTest.java82 collector.checkThat("tlv22-correct-iteration-mType", tlv.mType, equalTo(0));
86 collector.checkThat("tlv22-correct-iteration-mType", tlv.mType, equalTo(2));
91 collector.checkThat("tlv22-correct-iteration-mType", tlv.mType, equalTo(55));
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DAudioPort.cpp106 port->type = mType;
173 if (mType != AUDIO_PORT_TYPE_MIX) {
214 if (mType != AUDIO_PORT_TYPE_MIX) {
313 if ((mType != AUDIO_PORT_TYPE_MIX) || isDirectOutput()) {
377 ALOGI("%s Port[nm:%s, type:%d, role:%d]", indent, mName.string(), mType, mRole);
/frameworks/base/media/java/android/media/
H A DRingtoneManager.java232 private int mType = TYPE_RINGTONE; field in class:RingtoneManager
252 setType(mType);
265 setType(mType);
282 mType = type;
293 switch (mType) {

Completed in 1334 milliseconds

123456789