Home
last modified time | relevance | path

Searched refs:constType (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/rs/java/android/renderscript/
DProgramFragmentFixedFunction.java313 Type constType = null; in create() local
319 constType = typeBuilder.create(); in create()
320 sb.addConstant(constType); in create()
329 Allocation constantData = Allocation.createTyped(mRS,constType); in create()
/frameworks/base/services/core/jni/
Dcom_android_server_location_GnssLocationProvider.cpp3213 jint constType = env->CallIntMethod(singleSatCorrectionObj, method_correctionSatConstType); in getSingleSatCorrectionList_1_1() local
3217 .constellation = static_cast<GnssConstellationType_V2_0>(constType), in getSingleSatCorrectionList_1_1()
3233 jint constType = env->CallIntMethod(singleSatCorrectionObj, method_correctionSatConstType); in getSingleSatCorrectionList_1_0() local
3235 singleSatCorrection.constellation = static_cast<GnssConstellationType_V1_0>(constType), in getSingleSatCorrectionList_1_0()