Searched refs:mType (Results 126 - 150 of 204) sorted by relevance

123456789

/frameworks/av/media/libstagefright/httplive/
H A DM3UParser.cpp80 Type mType; member in struct:android::M3UParser::MediaGroup
89 : mType(type),
97 return mType;
125 switch (mType) {
164 if (mType != TYPE_SUBS && mType != TYPE_AUDIO) {
204 if (mType == TYPE_AUDIO) {
206 } else if (mType == TYPE_VIDEO) {
208 } else if (mType == TYPE_SUBS) {
219 if (mType
[all...]
/frameworks/av/services/soundtrigger/
H A DSoundTriggerHwService.cpp479 : mType(type), mMemory(memory), mModule(module)
674 ALOGV("onCallbackEvent type %d", event->mType);
686 switch (event->mType) {
739 LOG_ALWAYS_FATAL("onCallbackEvent unknown event type %d", event->mType);
803 if (model->mType == SOUND_MODEL_TYPE_KEYPHRASE) {
811 event.common.type = model->mType;
818 } else if (model->mType == SOUND_MODEL_TYPE_GENERIC) {
822 event.common.type = model->mType;
829 } else if (model->mType == SOUND_MODEL_TYPE_UNKNOWN) {
833 event.common.type = model->mType;
[all...]
H A DSoundTriggerHwService.h80 sound_trigger_sound_model_type_t mType; member in class:android::SoundTriggerHwService::Model
95 event_type mType; member in class:android::SoundTriggerHwService::CallbackEvent
/frameworks/base/tools/layoutlib/bridge/src/android/util/
H A DPathParser_Delegate.java225 if (nodesFrom[i].mType != nodesTo[i].mType
242 target[i].mType = source[i].mType;
386 private char mType; field in class:PathParser_Delegate.PathDataNode
391 mType = type;
396 return mType;
405 mType = n.mType;
421 addCommand(path, current, previousCommand, node[i].mType, nod
[all...]
/frameworks/av/services/mediaresourcemanager/
H A DResourceManagerService.cpp48 if (resources[i].mType == type) {
189 String8 type = policies[i].mType;
256 if (getLowestPriorityBiggestClient_l(callingPid, res->mType, &client)) {
278 MediaResource::Type type = resources[i].mType;
279 if (resources[i].mType == MediaResource::kSecureCodec) {
488 if (resources[j].mType == type) {
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DBackingStore.java54 private final FrameType mType; field in class:BackingStore
75 mType = type;
81 return mType;
227 int elemSize = mType.getElementSize();
266 backing.setElementId(mType.getElementId());
267 backing.allocate(mType);
H A DImageShader.java85 private int mType; field in class:ImageShader.VertexAttribute
101 mType = type;
117 mType = type;
149 mType,
157 mType,
187 private int mType; field in class:ImageShader.ProgramUniform
202 mType = type[0];
212 return mType;
/frameworks/base/media/java/android/media/tv/
H A DTvInputInfo.java127 private final int mType; field in class:TvInputInfo
267 mType = type;
359 return mType;
396 if (mType == TYPE_HDMI) {
409 return mType != TYPE_TUNER;
548 && mType == obj.mType
583 dest.writeInt(mType);
625 mType = in.readInt();
/frameworks/base/rs/java/android/renderscript/
H A DElement.java62 DataType mType; field in class:Element
296 return mType;
1066 mType = DataType.NONE;
1090 mType = dt;
1105 // we will pack mType; mKind; mNormalized; mVectorSize; NumSubElements
1114 mType = dt;
1115 mSize = mType.mSize * mVectorSize;
1286 // We also ignore mNormalized because it can be different. The mType
1290 (mType != DataType.NONE) &&
1291 (mType
[all...]
/frameworks/native/include/gui/
H A DSensor.h111 int32_t mType; member in class:android::Sensor
/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/native/libs/input/
H A DKeyCharacterMap.cpp91 mType(KEYBOARD_TYPE_UNKNOWN) {
95 RefBase(), mType(other.mType), mKeysByScanCode(other.mKeysByScanCode),
204 return mType;
605 map->mType = parcel->readInt32();
659 parcel->writeInt32(mType);
785 if (mMap->mType == KEYBOARD_TYPE_UNKNOWN) {
792 if (mMap->mType == KEYBOARD_TYPE_OVERLAY) {
798 if (mMap->mType != KEYBOARD_TYPE_OVERLAY) {
810 if (mMap->mType !
[all...]
/frameworks/base/core/java/android/hardware/radio/
H A DRadioManager.java329 private final int mType; field in class:RadioManager.BandDescriptor
336 mType = type;
356 return mType;
382 mType = in.readInt();
402 dest.writeInt(mType);
415 return "BandDescriptor [mRegion=" + mRegion + ", mType=" + mType + ", mLowerLimit="
424 result = prime * result + mType;
440 if (mType != other.getType())
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DDirectoryLoader.java52 private final int mType; field in class:DirectoryLoader
65 mType = type;
/frameworks/native/include/media/hardware/
H A DVideoAPI.h41 Type mType; member in struct:android::MediaImage
81 Type mType; member in namespace:android
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DElement.java69 DataType mType; field in class:Element
300 return mType;
724 mType = DataType.NONE;
747 mType = dt;
762 return mRS.nIncElementCreate(mType.mID, mKind.mID, mNormalized, mVectorSize);
903 // We also ignore mNormalized because it can be different. The mType
907 (mType != DataType.NONE) &&
908 (mType == e.mType) &&
/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbAlsaManager.java90 public int mType; field in class:UsbAlsaManager.AlsaDevice
93 mType = type;
103 return (mType == other.mType && mCard == other.mCard && mDevice == other.mDevice);
110 sb.append(", type: " + mType);
/frameworks/rs/cpp/
H A DElement.cpp207 mType = RS_TYPE_NONE;
290 mType = dt;
399 * We also ignore mNormalized because it can be different. The mType
404 (mType != RS_TYPE_NONE) &&
405 (mType == e->mType) &&
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DRecyclerViewFocusRecoveryTest.java162 item.mType += 2;
206 item.mType += 2;
308 mAdapter.mItems.get(3).mType = TYPE_NO_FOCUS;
356 mAdapter.mItems.get(3).mType += 2;
357 mAdapter.mItems.get(5).mType += 2;
/frameworks/base/core/java/android/content/
H A DIntent.java4745 private String mType; field in class:Intent
4770 this.mType = o.mType;
4800 this.mType = o.mType;
5084 intent.mType = value;
5270 intent.mType = uri.substring(i, j);
5889 return mType;
5922 if (mType != null) {
5923 return mType;
[all...]
/frameworks/base/media/java/android/media/
H A DClosedCaptionRenderer.java927 private final byte mType; field in class:Cea608CCParser.CCData
1045 mType = type;
1183 return String.format("[%d]Null: %02x %02x", mType, mData1, mData2);
1188 return String.format("[%d]%s", mType, ctrlCodeToString(ctrlCode));
1193 return String.format("[%d]Tab%d", mType, tabOffset);
1198 return String.format("[%d]PAC: %s", mType, pac.toString());
1203 return String.format("[%d]Mid-row: %s", mType, m.toString());
1208 mType, getDisplayText(), mData1, mData2);
1211 return String.format("[%d]Invalid: %02x %02x", mType, mData1, mData2);
/frameworks/base/core/java/android/view/
H A DDisplay.java72 private final int mType; field in class:Display
307 mType = displayInfo.type;
399 return mType;
/frameworks/av/include/media/stagefright/
H A DMetaData.h288 uint32_t mType; member in struct:android::MetaData::typed_data
/frameworks/av/media/libstagefright/webm/
H A DWebmFrameThread.h104 const int mType; member in class:android::WebmFrameSourceThread
/frameworks/rs/driver/
H A DrsdShader.h109 uint32_t mType; member in class:RsdShader

Completed in 1133 milliseconds

123456789