Searched defs:getInt32 (Results 1 – 6 of 6) sorted by relevance
52 inline bool getInt32(int32_t& value) { return getUInt32((uint32_t&)value); } in getInt32() function
34 int32_t getInt32() const { return n / d; } in getInt32() function
100 int32_t LayerMetadata::getInt32(uint32_t key, int32_t fallback) const { in getInt32() function in android::gui::LayerMetadata
78 static inline int32_t getInt32(AMediaFormat* fmt, const char* key, int32_t defaultValue = -1) { in getInt32() function
68 public native final int getInt32(long offset); in getInt32() method in HwBlob
1028 bool getInt32(const char *key, int32_t *value) const { in getInt32() function