Searched refs:mType (Results 51 - 70 of 70) sorted by relevance

123

/frameworks/base/libs/hwui/
H A DSkiaShader.cpp51 mType = shader.mType;
63 mType(type), mKey(key), mTileX(tileX), mTileY(tileY), mBlend(blend) {
/frameworks/base/include/media/stagefright/
H A DMetaData.h196 uint32_t mType; member in struct:android::MetaData::typed_data
/frameworks/base/include/media/stagefright/foundation/
H A DAMessage.h130 Type mType; member in struct:android::AMessage::Item
/frameworks/base/include/ui/
H A DKeyCharacterMap.h166 int mType; member in class:android::KeyCharacterMap
/frameworks/base/tools/aapt/
H A DResourceTable.h262 : mName(name), mType(TYPE_UNKNOWN),
274 type getType() const { return mType; }
299 const Item* getItem() const { return mType == TYPE_ITEM ? &mItem : NULL; }
317 type mType; member in class:ResourceTable::Entry
H A DResourceTable.cpp2971 if (mType == TYPE_BAG) {
2974 if (mType == TYPE_UNKNOWN) {
2975 mType = TYPE_BAG;
2993 if (mType == TYPE_BAG) {
3001 if ( (mType != TYPE_UNKNOWN) && (overwrite == false) ) {
3009 mType = TYPE_ITEM;
3108 if (mType == TYPE_BAG) {
3142 if (mType == TYPE_ITEM) {
3150 } else if (mType == TYPE_BAG) {
3176 const type ty = this != NULL ? mType
[all...]
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java147 int mType; field in class:WallpaperService.Engine
500 out.print(prefix); out.print("mType="); out.print(mType);
554 final boolean typeChanged = mType != mSurfaceHolder.getRequestedType();
567 mType = mSurfaceHolder.getRequestedType();
585 mLayout.memoryType = mType;
/frameworks/base/services/audioflinger/
H A DAudioPolicyService.h199 int mType; // tone type (START_TONE only) member in class:android::AudioPolicyService::AudioCommandThread::ToneData
H A DAudioFlinger.h416 int type() const { return mType; }
511 effect_uuid_t mType; // effect type UUID member in class:android::AudioFlinger::ThreadBase::SuspendedSessionDesc
538 int mType; member in class:android::AudioFlinger::ThreadBase
1323 effect_uuid_t mType; member in class:android::AudioFlinger::EffectChain::SuspendedEffectDesc
H A DAudioFlinger.cpp1268 desc->mType.timeLow);
1269 chain->setEffectSuspended_l(&desc->mType, true);
1310 memcpy(&desc->mType, type, sizeof(effect_uuid_t));
1348 if (mType != RECORD) {
1493 if (mType == DIRECT) {
1837 mType = ThreadBase::MIXER;
2451 mType = ThreadBase::DIRECT;
2938 mType = ThreadBase::DUPLICATING;
4222 mType = ThreadBase::RECORD;
5680 if (sessionId == AUDIO_SESSION_OUTPUT_MIX && mType !
[all...]
H A DAudioPolicyService.cpp676 data->mType, data->mStream);
680 mpToneGenerator->startTone(data->mType);
790 data->mType = type;
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java481 final int mType; field in class:BatteryStatsImpl.Timer
526 mType = type;
541 mType = type;
577 if (DEBUG && mType < 0) {
578 Log.v(TAG, "unplug #" + mType + ": realtime=" + batteryRealtime
584 if (DEBUG && mType < 0) {
585 Log.v(TAG, "unplug #" + mType
592 if (DEBUG && mType < 0) {
593 Log.v(TAG, "plug #" + mType + ": realtime=" + batteryRealtime
598 if (DEBUG && mType <
[all...]
/frameworks/base/libs/rs/
H A Drs.spec131 param RsDataType mType
/frameworks/base/services/java/com/android/server/
H A DConnectivityService.java315 public int mType; field in class:ConnectivityService.RadioAttributes
318 mType = Integer.parseInt(fragments[0]);
389 if (r.mType > ConnectivityManager.MAX_RADIO_TYPE) {
390 loge("Error in radioAttributes - ignoring attempt to define type " + r.mType);
393 if (mRadioAttributes[r.mType] != null) {
395 r.mType);
398 mRadioAttributes[r.mType] = r;
/frameworks/base/core/java/android/server/
H A DBluetoothService.java1578 int mType; field in class:BluetoothService.Reaper
1583 mType = type;
1588 mType = type;
1594 if (DBG) Log.d(TAG, "Tracked app " + mPid + " died" + "Type:" + mType);
1595 if (mType == RFCOMM_RECORD_REAPER) {
1597 } else if (mType == STATE_CHANGE_REAPER) {
/frameworks/base/core/jni/
H A Dandroid_util_AssetManager.cpp46 jfieldID mType; member in struct:android::typedvalue_offsets_t
89 env->SetIntField(outValue, gTypedValueOffsets.mType, value.dataType);
1725 gTypedValueOffsets.mType
1727 LOG_FATAL_IF(gTypedValueOffsets.mType == NULL, "Unable to find TypedValue.type");
/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/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/compile/slang/
H A Dslang_rs_export_type.cpp900 switch (mType) {
/frameworks/base/core/java/android/webkit/
H A DWebView.java1000 private int mType; field in class:WebView.HitTestResult
1004 mType = UNKNOWN_TYPE;
1008 mType = type;
1016 return mType;
8300 if (hitTest != null && hitTest.mType

Completed in 589 milliseconds

123