Searched refs:mType (Results 201 - 225 of 273) sorted by relevance

1234567891011

/frameworks/rs/rsov/driver/
H A DrsovAllocation.h62 const Type *getType() const { return mType; }
71 const Type *mType; member in class:android::renderscript::rsov::RSoVAllocation
/frameworks/av/services/audioflinger/
H A DThreads.cpp503 mType(type),
588 ALOGV("sendConfigEvent_l() num events %zu event %d", mConfigEvents.size(), event->mType);
684 switch (event->mType) {
728 ALOG_ASSERT(false, "processConfigEvents_l() unknown event type %d", event->mType);
829 channelMaskToString(mChannelMask, mType != RECORD).string());
879 switch (mType) {
1029 desc->mType.timeLow);
1030 chain->setEffectSuspended_l(&desc->mType, true);
1071 desc->mType = *type;
1109 if (mType !
[all...]
H A DThreads.h93 const int mType; // event type e.g. CFG_EVENT_IO member in class:ThreadBase::ConfigEvent
103 mType(type), mStatus(NO_ERROR), mWaitStatus(false),
240 type_t type() const { return mType; }
241 bool isDuplicating() const { return (mType == DUPLICATING); }
406 effect_uuid_t mType; // effect type UUID member in class:ThreadBase::SuspendedSessionDesc
439 const type_t mType; member in class:ThreadBase
913 bool usesHwAvSync() const { return (mType == DIRECT) && (mOutput != NULL)
/frameworks/av/drm/mediadrm/plugins/mock/
H A DMockDrmCryptoPlugin.cpp468 keyStatus.mType = DrmPlugin::kKeyStatusType_Usable;
474 keyStatus.mType = DrmPlugin::kKeyStatusType_Expired;
480 keyStatus.mType = DrmPlugin::kKeyStatusType_OutputNotAllowed;
486 keyStatus.mType = DrmPlugin::kKeyStatusType_StatusPending;
492 keyStatus.mType = DrmPlugin::kKeyStatusType_InternalError;
/frameworks/base/libs/hwui/
H A DSkiaCanvas.cpp218 : mType(Type::Rect), mOp(op), mMatrix(m), mRRect(SkRRect::MakeRect(rect)) {}
220 : mType(Type::RRect), mOp(op), mMatrix(m), mRRect(rrect) {}
222 : mType(Type::Path), mOp(op), mMatrix(m), mPath(&path) {}
226 switch (mType) {
246 Type mType; member in class:android::SkiaCanvas::Clip
/frameworks/base/media/java/android/media/
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) {
/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.cpp234 mType(type),
612 if (mType == DisplayType::DISPLAY_PRIMARY) {
634 if (mType == DisplayType::DISPLAY_PRIMARY) {
667 mType, mHwcDisplayId, mLayerStack, mDisplayWidth, mDisplayHeight, window,
707 ALOGV("DisplayDevice %d/%d: map (%s, %s) to (%s, %s, %s)", mType, mHwcDisplayId,
/frameworks/rs/driver/
H A DrsdShader.cpp42 mType = type;
223 if (mType == GL_FRAGMENT_SHADER) {
235 mCurrentState->mShaderID = glCreateShader(mType);
243 ALOGV("Loading shader type %x, ID %i", mType, mCurrentState->mShaderID);
575 setupUserConstants(rsc, sc, mType == GL_FRAGMENT_SHADER);
/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
H A DRecyclerViewFocusRecoveryTest.java533 item.mType += 2;
577 item.mType += 2;
682 mAdapter.mItems.get(3).mType = TYPE_NO_FOCUS;
733 mAdapter.mItems.get(3).mType += 2;
734 mAdapter.mItems.get(5).mType += 2;
/frameworks/av/media/libstagefright/
H A DACodecBufferChannel.cpp135 destination.mType = ICrypto::kDestinationTypeNativeHandle;
138 destination.mType = ICrypto::kDestinationTypeSharedMemory;
154 if (destination.mType == ICrypto::kDestinationTypeSharedMemory) {
/frameworks/base/core/java/android/view/
H A DDisplay.java74 private final int mType; field in class:Display
417 mType = displayInfo.type;
509 return mType;
/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraMetadataNative.java84 private final Class<T> mType; field in class:CameraMetadataNative.Key
101 mType = type;
118 mType = type;
137 mType = type;
157 mType = (Class<T>)typeReference.getRawType();
250 return mType;
/frameworks/av/drm/libmediadrm/
H A DCryptoHal.cpp366 if (destination.mType == kDestinationTypeSharedMemory) {
374 } else if (destination.mType == kDestinationTypeNativeHandle) {
/frameworks/av/media/extractors/mkv/
H A DMatroskaExtractor.cpp151 Type mType; member in struct:android::MatroskaSource
219 mType(OTHER),
233 mType = AVC;
251 mType = HEVC;
264 mType = AAC;
273 if (mType == AVC && mNALSizeLen < 0) {
806 if ((mType != AVC && mType != HEVC) || mNALSizeLen == 0) {
/frameworks/compile/slang/
H A Dslang_rs_reflection_state.h659 llvm::StringRef mType;
705 llvm::StringRef mType;
/frameworks/rs/
H A DrsScriptGroup.cpp217 l->mType = type[ct];
235 l->mType.get(), RS_ALLOCATION_USAGE_SCRIPT);
/frameworks/av/include/media/stagefright/foundation/
H A DAMessage.h290 Type mType; member in struct:android::AMessage::Item
/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
H A DAMessage.h290 Type mType; member in struct:android::AMessage::Item
/frameworks/av/media/libstagefright/include/media/stagefright/foundation/
H A DAMessage.h290 Type mType; member in struct:android::AMessage::Item
/frameworks/base/cmds/incidentd/src/
H A DSection.cpp823 : WorkerThreadSection(id, timeoutMs), mType(type) {
857 if (mType != "java") continue;
866 if (mType != "native") continue;
869 if (mType != "hal") continue;
/frameworks/base/core/java/android/webkit/
H A DWebView.java504 private int mType; field in class:WebView.HitTestResult
512 mType = UNKNOWN_TYPE;
520 mType = type;
538 return mType;
/frameworks/base/tools/aapt/
H A DResourceTable.h336 : mName(name), mType(TYPE_UNKNOWN),
352 type getType() const { return mType; }
379 const Item* getItem() const { return mType == TYPE_ITEM ? &mItem : NULL; }
400 type mType; member in class:ResourceTable::Entry
/frameworks/native/include/input/
H A DKeyCharacterMap.h231 int mType; member in class:android::KeyCharacterMap
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java160 int mType; field in class:WallpaperService.Engine
681 out.print(prefix); out.print("mType="); out.print(mType);
742 final boolean typeChanged = mType != mSurfaceHolder.getRequestedType();
756 mType = mSurfaceHolder.getRequestedType();
774 mLayout.memoryType = mType;
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWC2.cpp229 mType(type) {
236 if (mType == DisplayType::Virtual) {
242 } else if (mType == DisplayType::Physical) {
503 *outType = mType;
688 if (mType == DisplayType::Physical) {

Completed in 1701 milliseconds

1234567891011