Home
last modified time | relevance | path

Searched defs:StructType (Results 1 – 6 of 6) sorted by relevance

/aosp12/system/chre/host/msm/daemon/generated/
H A Dchre_slpi_skel.c322 typedef struct StructType StructType; typedef
372 struct StructType { struct
373 uint32_t nMembers;
374 const Type * const *members;
375 int32_t inSize;
376 int32_t routSizePrimIn;
377 int32_t routSizePrimROut;
378 uint8_t inAlignment;
379 uint8_t routAlignmentPrimIn;
380 uint8_t routAlignmentPrimROut;
H A Dchre_slpi_stub.c322 typedef struct StructType StructType; typedef
372 struct StructType { struct
373 uint32_t nMembers;
374 const Type * const *members;
375 int32_t inSize;
376 int32_t routSizePrimIn;
377 int32_t routSizePrimROut;
378 uint8_t inAlignment;
379 uint8_t routAlignmentPrimIn;
380 uint8_t routAlignmentPrimROut;
/aosp12/frameworks/compile/slang/
H A Dslang_rs_export_func.h33 class StructType; variable
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
H A DUT_foreach_multi.java82 ScriptField_RetStruct StructType = new ScriptField_RetStruct(RS, Xdim); in initializeGlobals() local
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
H A DUT_foreach_multi.java84 ScriptField_RetStruct StructType = new ScriptField_RetStruct(RS, Xdim); in initializeGlobals() local
/aosp12/build/blueprint/bootstrap/bpdoc/
H A Dproperties.go189 func structProperties(structType *ast.StructType) (props []Property, err error) {