Searched refs:POD (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/media/mca/filterfw/native/core/ |
D | value.cpp | 33 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/ |
D | CivicLocationKeys.java | 39 @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/ |
D | def2.rscript | 4 // expected-error: different order(POD)
|
D | def1.rscript | 4 // expected-error: different order(POD)
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 30759 field public static final int POD = 17; // 0x11
|
/frameworks/base/api/ |
D | current.txt | 30903 field public static final int POD = 17; // 0x11
|