Searched refs:mType (Results 76 - 94 of 94) sorted by relevance

1234

/frameworks/rs/
H A DrsScriptGroup.cpp202 l->mType = type[ct];
222 l->mType.get(), RS_ALLOCATION_USAGE_SCRIPT);
H A Drs.spec157 param RsDataType mType
/frameworks/support/renderscript/v8/rs_support/
H A DrsScriptGroup.cpp202 l->mType = type[ct];
222 l->mType.get(), RS_ALLOCATION_USAGE_SCRIPT);
H A Drs.spec95 param RsDataType mType
/frameworks/base/core/java/android/webkit/
H A DWebView.java388 private int mType; field in class:WebView.HitTestResult
395 mType = UNKNOWN_TYPE;
402 mType = type;
419 return mType;
H A DWebViewCore.java939 public int mType; field in class:WebViewCore.TextFieldInitData
H A DWebViewClassic.java362 int type = initData.mType;
/frameworks/base/include/androidfw/
H A DKeyCharacterMap.h217 int mType; member in class:android::KeyCharacterMap
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java495 final int mType; field in class:BatteryStatsImpl.Timer
540 mType = type;
555 mType = type;
591 if (DEBUG && mType < 0) {
592 Log.v(TAG, "unplug #" + mType + ": realtime=" + batteryRealtime
598 if (DEBUG && mType < 0) {
599 Log.v(TAG, "unplug #" + mType
606 if (DEBUG && mType < 0) {
607 Log.v(TAG, "plug #" + mType + ": realtime=" + batteryRealtime
612 if (DEBUG && mType <
[all...]
/frameworks/av/services/audioflinger/
H A DAudioPolicyService.h203 ToneGenerator::tone_type mType; // tone type (START_TONE only) member in class:android::AudioPolicyService::AudioCommandThread::ToneData
H A DAudioFlinger.cpp1139 mType(type),
1444 desc->mType.timeLow);
1445 chain->setEffectSuspended_l(&desc->mType, true);
1486 desc->mType = *type;
1524 if (mType != RECORD) {
1791 if (mType == DIRECT) {
2065 if (mType == MIXER && (kUseFastMixer == FastMixer_Static || kUseFastMixer == FastMixer_Dynamic)) {
2564 if (mType == MIXER) {
2569 const String8 myName(String8::format("thread %p type %d TID %d", this, mType, gettid()));
2624 if (mType
[all...]
H A DAudioPolicyService.cpp674 data->mType, data->mStream);
677 mpToneGenerator->startTone(data->mType);
788 data->mType = type;
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteConnection.java1187 statement.mType = type;
1227 public int mType; field in class:SQLiteConnection.PreparedStatement
1269 + ", type=" + statement.mType
/frameworks/base/tools/aapt/
H A DResourceTable.cpp3081 if (mType == TYPE_BAG) {
3084 if (mType == TYPE_UNKNOWN) {
3085 mType = TYPE_BAG;
3103 if (mType == TYPE_BAG) {
3111 if ( (mType != TYPE_UNKNOWN) && (overwrite == false) ) {
3119 mType = TYPE_ITEM;
3218 if (mType == TYPE_BAG) {
3253 if (mType == TYPE_ITEM) {
3262 } else if (mType == TYPE_BAG) {
3285 if (mType
[all...]
/frameworks/base/services/java/com/android/server/
H A DConnectivityService.java337 public int mType; field in class:ConnectivityService.RadioAttributes
340 mType = Integer.parseInt(fragments[0]);
425 if (r.mType > ConnectivityManager.MAX_RADIO_TYPE) {
426 loge("Error in radioAttributes - ignoring attempt to define type " + r.mType);
429 if (mRadioAttributes[r.mType] != null) {
431 r.mType);
434 mRadioAttributes[r.mType] = r;
/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.cpp1059 switch (mType) {

Completed in 237 milliseconds

1234