Searched refs:getClassId (Results 1 - 25 of 26) sorted by relevance

12

/frameworks/rs/
H A DrsScriptGroupBase.h16 virtual RsA3DClassID getClassId() const { function in class:android::renderscript::ScriptGroupBase
H A DrsAnimation.h40 virtual RsA3DClassID getClassId() const { return RS_A3D_CLASS_ID_ANIMATION; } function in class:android::renderscript::Animation
H A DrsProgramFragment.h38 virtual RsA3DClassID getClassId() const { return RS_A3D_CLASS_ID_PROGRAM_FRAGMENT; } function in class:android::renderscript::ProgramFragment
H A DrsScript.h43 virtual RsA3DClassID getClassId() const;
54 virtual RsA3DClassID getClassId() const;
65 virtual RsA3DClassID getClassId() const;
73 virtual RsA3DClassID getClassId() const;
H A DrsClosure.h44 virtual RsA3DClassID getClassId() const { return RS_A3D_CLASS_ID_CLOSURE; } function in class:android::renderscript::Closure
H A DrsFileA3D.h78 virtual RsA3DClassID getClassId() const { function in class:android::renderscript::FileA3D
H A DrsMesh.h63 virtual RsA3DClassID getClassId() const { return RS_A3D_CLASS_ID_MESH; } function in class:android::renderscript::Mesh
H A DrsProgramRaster.h52 virtual RsA3DClassID getClassId() const { return RS_A3D_CLASS_ID_PROGRAM_RASTER; } function in class:android::renderscript::ProgramRaster
H A DrsProgramStore.h65 virtual RsA3DClassID getClassId() const { return RS_A3D_CLASS_ID_PROGRAM_STORE; } function in class:android::renderscript::ProgramStore
H A DrsProgramVertex.h45 virtual RsA3DClassID getClassId() const { return RS_A3D_CLASS_ID_PROGRAM_VERTEX; } function in class:android::renderscript::ProgramVertex
H A DrsSampler.h69 virtual RsA3DClassID getClassId() const { return RS_A3D_CLASS_ID_SAMPLER; } function in class:android::renderscript::Sampler
H A DrsScriptC.h55 virtual RsA3DClassID getClassId() const { return RS_A3D_CLASS_ID_SCRIPT_C; } function in class:android::renderscript::ScriptC
H A DrsScriptIntrinsic.h40 RsA3DClassID getClassId() const override;
H A DrsScriptIntrinsic.cpp82 RsA3DClassID ScriptIntrinsic::getClassId() const { function in class:android::renderscript::ScriptIntrinsic
H A DrsObjectBase.h65 virtual RsA3DClassID getClassId() const = 0;
H A DrsScript.cpp128 RsA3DClassID ScriptKernelID::getClassId() const { function in class:android::renderscript::ScriptKernelID
136 RsA3DClassID ScriptInvokeID::getClassId() const { function in class:android::renderscript::ScriptInvokeID
144 RsA3DClassID ScriptFieldID::getClassId() const { function in class:android::renderscript::ScriptFieldID
H A DrsElement.h102 virtual RsA3DClassID getClassId() const { return RS_A3D_CLASS_ID_ELEMENT; } function in class:android::renderscript::Element
H A DrsType.h107 virtual RsA3DClassID getClassId() const { return RS_A3D_CLASS_ID_TYPE; }
H A DrsFont.h71 virtual RsA3DClassID getClassId() const { function in class:android::renderscript::Font
H A DrsAllocation.h155 virtual RsA3DClassID getClassId() const { return RS_A3D_CLASS_ID_ALLOCATION; } function in class:android::renderscript::Allocation
H A DrsFileA3D.cpp371 indexEntry->mType = obj->getClassId();
H A DrsMesh.cpp83 stream->addU32((uint32_t)getClassId());
H A DrsElement.cpp109 stream->addU32((uint32_t)getClassId());
H A DrsType.cpp166 stream->addU32((uint32_t)getClassId());
/frameworks/base/core/java/android/hardware/radio/
H A DRadioManager.java141 public int getClassId() { method in class:RadioManager.ModuleProperties
292 if (mClassId != other.getClassId())

Completed in 128 milliseconds

12