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

1234

/frameworks/av/media/libeffects/testlibs/
H A DAudioShelvingFilter.h118 ShelfType mType; member in class:android::AudioShelvingFilter
/frameworks/av/media/libstagefright/foundation/
H A DAMessage.cpp69 switch (item->mType) {
123 return item->mType == type ? item : NULL;
134 item->mType = kType##NAME; \
159 item->mType = kTypeString;
166 item->mType = type;
182 item->mType = kTypeMessage;
192 item->mType = kTypeRect;
286 to->mType = from->mType;
288 switch (from->mType) {
[all...]
/frameworks/base/graphics/java/android/renderscript/
H A DAllocationAdapter.java29 super(id, rs, alloc.mType, alloc.mUsage);
104 int tx = mAdaptedAllocation.mType.getX();
105 int ty = mAdaptedAllocation.mType.getY();
106 int tz = mAdaptedAllocation.mType.getZ();
/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
H A DAllocationAdapter.java29 super(id, rs, alloc.mType, alloc.mUsage);
104 int tx = mAdaptedAllocation.mType.getX();
105 int ty = mAdaptedAllocation.mType.getY();
106 int tz = mAdaptedAllocation.mType.getZ();
H A DRSReflect.java39 Class mType; field in class:RSReflect
86 mType = Class.forName("android.renderscript.Type");
/frameworks/base/libs/hwui/
H A DSkiaColorFilter.h61 return mType;
69 Type mType; member in struct:android::uirenderer::SkiaColorFilter
/frameworks/av/media/mtp/
H A DMtpProperty.cpp29 mType(0),
51 mType(type),
100 if (mType == MTP_TYPE_STR) {
127 mType = packet.getUInt16();
129 switch (mType) {
169 packet.putUInt16(mType);
172 switch (mType) {
228 switch (mType) {
283 switch (mType) {
326 ALOGI(" type %04X", mType);
[all...]
H A DMtpProperty.h46 MtpDataType mType; member in class:android::MtpProperty
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardEntry.java304 private final int mType; field in class:VCardEntry.PhoneData
314 mType = type;
327 builder.withValue(Phone.TYPE, mType);
328 if (mType == Phone.TYPE_CUSTOM) {
352 return (mType == phoneData.mType
360 int hash = mType;
369 return String.format("type: %d, data: %s, label: %s, isPrimary: %s", mType, mNumber,
383 return mType;
397 private final int mType; field in class:VCardEntry.EmailData
496 private final int mType; field in class:VCardEntry.PostalData
738 private final int mType; field in class:VCardEntry.OrganizationData
874 private final int mType; field in class:VCardEntry.ImData
1349 private final int mType; field in class:VCardEntry.SipData
[all...]
/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.cpp79 mType(type), mHwcDisplayId(-1),
150 mScreenAcquired = (mType >= DisplayDevice::NUM_DISPLAY_TYPES);
153 mHwcDisplayId = mFlinger->allocateHwcDisplayId(mType);
157 switch (mType) {
219 if (mType >= DisplayDevice::DISPLAY_VIRTUAL) {
225 if (hwc.hasGlesComposition(mType)) {
237 mType == DisplayDevice::DISPLAY_PRIMARY) {
247 int fd = hwc.getAndResetReleaseFenceFd(mType);
440 mDisplayName.string(), mType,
H A DDisplayDevice.h113 int32_t getDisplayType() const { return mType; }
157 DisplayType mType; member in class:android::DisplayDevice
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
H A DTrackerEntry.java79 private EntryType mType; field in class:TrackerEntry
82 mType = type;
120 return mType;
173 cValues.put(ENTRY_TYPE, mType.toString());
174 if (mType == EntryType.LOCATION_TYPE) {
/frameworks/native/libs/gui/
H A DSensor.cpp33 : mHandle(0), mType(0),
45 mType = hwSensor->type;
70 return mType;
137 offset += write(buffer, offset, mType);
174 offset += read(buffer, offset, &mType);
/frameworks/base/core/java/android/view/
H A DDisplay.java58 private final int mType; field in class:Display
195 mType = displayInfo.type;
283 return mType;
/frameworks/compile/slang/
H A Dslang_rs_export_type.h244 // NOTE: There's no any instance of RSExportPrimitiveType which mType
249 DataType mType; member in class:slang::RSExportPrimitiveType
275 mType(DT),
309 inline DataType getType() const { return mType; }
311 return ((mType >= FirstRSObjectType) && (mType <= LastRSObjectType));
484 const RSExportType *mType; member in class:slang::RSExportRecordType::Field
497 : mType(T),
505 inline const RSExportType *getType() const { return mType; }
/frameworks/base/core/java/android/content/
H A DBroadcastReceiver.java236 final int mType; field in class:BroadcastReceiver.PendingResult
254 mType = type;
366 if (mType == TYPE_COMPONENT) {
391 } else if (mOrderedHint && mType != TYPE_UNREGISTERED) {
H A DIntent.java3370 private String mType; field in class:Intent
3394 this.mType = o.mType;
3423 this.mType = o.mType;
3686 intent.mType = value;
3812 intent.mType = uri.substring(i, j);
3992 return mType;
4025 if (mType != null) {
4026 return mType;
[all...]
/frameworks/native/include/gui/
H A DSensor.h81 int32_t mType; member in class:android::Sensor
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothSocket.java105 private final int mType; /* one of TYPE_RFCOMM etc */ field in class:BluetoothSocket
159 mType = type;
180 mType = s.mType;
306 mPfd = bluetoothProxy.connectSocket(mDevice, mType,
347 mPfd = bluetoothProxy.createSocketChannel(mType, mServiceName,
/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/rs/cpp/
H A DAllocation.h32 android::sp<const Type> mType; member in class:android::renderscriptCpp::Allocation
70 return mType;
/frameworks/base/obex/javax/obex/
H A DHeaderSet.java184 private String mType; // null terminated ASCII text string field in class:HeaderSet
278 mType = (String)headerValue;
452 return mType;
512 if (mType != null) {
/frameworks/rs/
H A DrsScriptGroup.h42 ObjectBaseRef<const Type> mType; member in class:android::renderscript::ScriptGroup::Link
/frameworks/support/renderscript/v8/rs_support/
H A DrsScriptGroup.h42 ObjectBaseRef<const Type> mType; member in class:android::renderscript::ScriptGroup::Link
/frameworks/av/media/libstagefright/include/
H A DFragmentedMP4Parser.h74 uint32_t mType; member in struct:android::FragmentedMP4Parser::DispatchEntry
82 uint32_t mType; member in struct:android::FragmentedMP4Parser::Container
87 uint32_t mType; member in struct:android::FragmentedMP4Parser::SampleDescription

Completed in 5477 milliseconds

1234