Searched defs:setType (Results 1 - 25 of 29) 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.java185 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
/frameworks/base/location/java/android/location/
H A DGpsNavigationMessage.java102 public void setType(byte value) { method in class:GpsNavigationMessage
214 navigationMessage.setType(parcel.readByte());
H A DGpsClock.java109 public void setType(byte value) { method in class:GpsClock
492 setType(TYPE_UNKNOWN);
/frameworks/compile/mclinker/include/mcld/Support/
H A DFileSystem.h58 void setType(FileType v) { m_Value = v; } function in class:mcld::sys::fs::FileStatus
/frameworks/compile/mclinker/include/mcld/Target/
H A DELFAttributeValue.h51 void setType(unsigned int pType) function in class:mcld::ELFAttributeValue
/frameworks/compile/mclinker/lib/Fragment/
H A DRelocation.cpp133 void Relocation::setType(Type pType) function in class: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/compile/mclinker/include/mcld/LD/
H A DLDSection.h147 void setType(uint32_t type) function in class:mcld::LDSection
/frameworks/compile/mclinker/include/mcld/MC/
H A DInput.h76 void setType(unsigned int pType) function in class:mcld::Input
/frameworks/compile/mclinker/lib/LD/
H A DResolveInfo.cpp99 void ResolveInfo::setType(uint32_t pType) function in class:ResolveInfo
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMapBmessage.java104 public BluetoothMapBmessage setType(Type type) { method in class:BluetoothMapBmessage
/frameworks/rs/
H A DrsAllocation.h175 void setType(const Type *t) { function in class:android::renderscript::Allocation
/frameworks/base/core/java/android/content/
H A DRestrictionEntry.java175 public void setType(int type) { method in class:RestrictionEntry
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityWindowInfo.java100 public void setType(int type) { method in class:AccessibilityWindowInfo
/frameworks/base/media/java/android/media/
H A DRingtoneManager.java233 setType(mType);
245 setType(mType);
256 public void setType(int type) { method in class:RingtoneManager
/frameworks/compile/mclinker/include/mcld/Script/
H A DOutputSectDesc.h56 void setType(Type pType) { function in struct:mcld::OutputSectDesc::Prolog
/frameworks/support/v4/java/android/support/v4/app/
H A DShareCompat.java416 * @see Intent#setType(String)
418 public IntentBuilder setType(String mimeType) { method in class:ShareCompat.IntentBuilder
419 mIntent.setType(mimeType);
/frameworks/base/libs/hwui/
H A DRenderProperties.h68 bool setType(LayerType type) { function in class:android::uirenderer::LayerProperties

Completed in 2409 milliseconds

12