Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/jni/gnss/
H A DMeasurementCorrections.cpp385 jint constType = env->CallIntMethod(singleSatCorrectionObj, method_correctionSatConstType); in getSingleSatCorrection_Aidl() local
421 jint constType = env->CallIntMethod(singleSatCorrectionObj, method_correctionSatConstType); in getSingleSatCorrectionList_1_0() local
440 jint constType = env->CallIntMethod(singleSatCorrectionObj, method_correctionSatConstType); in getSingleSatCorrectionList_1_1() local
/aosp14/frameworks/base/rs/java/android/renderscript/
H A DProgramFragmentFixedFunction.java314 Type constType = null; in create() local