Searched defs:setType (Results 1 - 25 of 36) sorted by relevance

12

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DGraphOutputTarget.java21 public void setType(FrameType type) { method in class:GraphOutputTarget
/frameworks/native/services/surfaceflinger/Effects/
H A DDaltonizer.cpp29 void Daltonizer::setType(Daltonizer::ColorBlindnessTypes type) { function in class:android::Daltonizer
/frameworks/base/core/java/android/net/
H A DWifiLinkQualityInfo.java86 public void setType(int type) { method in class:WifiLinkQualityInfo
H A DNetworkInfo.java178 public void setType(int type) { method in class:NetworkInfo
/frameworks/native/opengl/tools/glgen/src/
H A DCFunc.java49 public void setType(CType ftype) { method in class:CFunc
138 cfunc.setType(ftype);
H A DJFunc.java52 public void setType(JType ftype) { method in class:JFunc
125 jfunc.setType(JType.convert(cfunc.getType(), false));
/frameworks/base/core/java/android/view/
H A DSurfaceHolder.java154 public void setType(int type); method in interface:SurfaceHolder
H A DActionMode.java38 * Use with {@link #setType}.
43 * Use with {@link #setType}.
184 public void setType(int type) { method in class:ActionMode
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
H A DHumanInteractionClassifier.java113 public void setType(int type) { method in class:HumanInteractionClassifier
198 setType(Classifier.GENERIC);
/frameworks/compile/mclinker/include/mcld/Support/
H A DFileSystem.h54 void setType(FileType v) { m_Value = v; } function in class:mcld::sys::fs::FileStatus
/frameworks/compile/mclinker/include/mcld/Target/
H A DELFAttributeValue.h47 void setType(unsigned int pType) { m_Type = pType; } function in class:mcld::ELFAttributeValue
/frameworks/compile/mclinker/lib/Fragment/
H A DRelocation.cpp126 void Relocation::setType(Type pType) { function in class:mcld::Relocation
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DUUSInfo.java89 public void setType(int uusType) { method in class:UUSInfo
/frameworks/base/core/java/com/android/internal/view/
H A DBaseSurfaceHolder.java137 public void setType(int type) { method in class:BaseSurfaceHolder
/frameworks/base/location/java/android/location/
H A DGnssNavigationMessage.java182 public void setType(@GnssNavigationMessageType int value) { method in class:GnssNavigationMessage
374 navigationMessage.setType(parcel.readInt());
H A DGpsNavigationMessage.java121 public void setType(byte value) { method in class:GpsNavigationMessage
252 navigationMessage.setType(parcel.readByte());
H A DGpsClock.java109 public void setType(byte value) { method in class:GpsClock
482 setType(TYPE_UNKNOWN);
/frameworks/compile/mclinker/include/mcld/LD/
H A DLDSection.h130 void setType(uint32_t type) { m_Type = type; } function in class:mcld::LDSection
/frameworks/compile/mclinker/include/mcld/MC/
H A DInput.h71 void setType(unsigned int pType) { m_Type = pType; } function in class:mcld::Input
/frameworks/compile/mclinker/lib/LD/
H A DResolveInfo.cpp91 void ResolveInfo::setType(uint32_t pType) { function in class:mcld::ResolveInfo
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMapBmessage.java104 public BluetoothMapBmessage setType(Type type) { method in class:BluetoothMapBmessage
/frameworks/base/core/java/android/content/
H A DRestrictionEntry.java249 public void setType(int type) { method in class:RestrictionEntry
/frameworks/base/media/java/android/media/
H A DRingtoneManager.java252 setType(mType);
265 setType(mType);
276 public void setType(int type) { method in class:RingtoneManager
/frameworks/compile/mclinker/include/mcld/Script/
H A DOutputSectDesc.h52 void setType(Type pType) { m_Type = pType; } function in struct:mcld::OutputSectDesc::Prolog
/frameworks/rs/
H A DrsAllocation.h218 void setType(const Type *t) { function in class:android::renderscript::Allocation

Completed in 4025 milliseconds

12