Searched defs:getInt32 (Results 1 – 9 of 9) sorted by relevance
/aosp12/hardware/qcom/sdm845/media/libplatformconfig/ |
H A D | PlatformConfig.cpp | 56 ConfigError_t Config::getInt32(Config_t config, int32_t *value, in getInt32() function in Platform::Config
|
/aosp12/frameworks/av/media/mtp/ |
H A D | MtpDataPacket.h | 52 inline bool getInt32(int32_t& value) { return getUInt32((uint32_t&)value); } in getInt32() function
|
/aosp12/hardware/qcom/sm8150/media/libplatformconfig/ |
H A D | PlatformConfig.cpp | 61 ConfigError_t Config::getInt32(Config_t config, int32_t *value, in getInt32() function in Platform::Config
|
/aosp12/hardware/qcom/sm7250/media/libplatformconfig/ |
H A D | PlatformConfig.cpp | 61 ConfigError_t Config::getInt32(Config_t config, int32_t *value, in getInt32() function in Platform::Config
|
/aosp12/hardware/interfaces/configstore/utils/include/configstore/ |
H A D | Utils.h | 124 int32_t getInt32(const int32_t defValue) { in getInt32() function
|
/aosp12/frameworks/native/libs/gui/ |
H A D | LayerMetadata.cpp | 100 int32_t LayerMetadata::getInt32(uint32_t key, int32_t fallback) const { in getInt32() function in android::LayerMetadata
|
/aosp12/frameworks/av/media/libmediatranscoding/ |
H A D | TranscodingLogger.cpp | 78 static inline int32_t getInt32(AMediaFormat* fmt, const char* key, int32_t defaultValue = -1) { in getInt32() function
|
/aosp12/frameworks/base/core/java/android/os/ |
H A D | HwBlob.java | 68 public native final int getInt32(long offset); in getInt32() method in HwBlob
|
/aosp12/frameworks/av/media/libmediametrics/include/media/ |
H A D | MediaMetricsItem.h | 1028 bool getInt32(const char *key, int32_t *value) const { in getInt32() function
|