Home
last modified time | relevance | path

Searched refs:POD (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/media/mca/filterfw/native/core/
Dvalue.cpp33 template<typename POD, int TYPEID>
34 POD GetPODValue(Value value) { in GetPODValue()
35 return value.type == TYPEID ? *reinterpret_cast<POD*>(value.value) : POD(); in GetPODValue()
43 template<typename POD, int TYPEID>
44 Value MakePODValue(POD value) { in MakePODValue()
47 result.value = malloc(sizeof(POD)); in MakePODValue()
49 *reinterpret_cast<POD*>(result.value) = value; in MakePODValue()
63 template<typename POD, int TYPEID>
64 int SetPODValue(Value* value, POD new_value) { in SetPODValue()
67 value->value = malloc(sizeof(POD)); in SetPODValue()
[all …]
/frameworks/base/wifi/java/android/net/wifi/rtt/
DCivicLocationKeys.java39 @IntDef({LANGUAGE, STATE, COUNTY, CITY, BOROUGH, NEIGHBORHOOD, GROUP_OF_STREETS, PRD, POD, STS,
64 public static final int POD = 17; field in CivicLocationKeys
/frameworks/compile/slang/tests/F_one_definition_rule5/
Ddef2.rscript4 // expected-error: different order(POD)
Ddef1.rscript4 // expected-error: different order(POD)
/frameworks/base/non-updatable-api/
Dcurrent.txt30759 field public static final int POD = 17; // 0x11
/frameworks/base/api/
Dcurrent.txt30903 field public static final int POD = 17; // 0x11