Home
last modified time | relevance | path

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

/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/
Dcpp_types.go777 type constType struct { struct
778 base Type
781 func (typе *constType) Align(arch Arch) uint {
785 func (typе *constType) Bits(arch Arch) uint {
789 func (typе *constType) DeclareVar(var_name string, arch Arch) string {
800 func (typе *constType) BaseName(arch Arch) string {
804 func (typе *constType) Name(arch Arch) string {
811 func (*constType) Kind(Arch) Kind {
815 func (typе *constType) Elem(Arch) Type {
819 func (typе *constType) Field(i uint, arch Arch) FieldInfo {
[all …]
/frameworks/base/services/core/jni/gnss/
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
/frameworks/base/rs/java/android/renderscript/
DProgramFragmentFixedFunction.java314 Type constType = null; in create() local