Home
last modified time | relevance | path

Searched defs:getIntValue (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/services/core/java/com/android/server/integrity/parser/
DBinaryFileOperations.java70 public static int getIntValue(BitInputStream bitInputStream) throws IOException { in getIntValue() method in BinaryFileOperations
/frameworks/native/services/surfaceflinger/tests/unittests/
DFpsTest.cpp65 TEST(FpsTest, getIntValue) { in TEST() argument
/frameworks/base/core/java/android/animation/
DKeyframes.java74 int getIntValue(float fraction); in getIntValue() method
DIntKeyframeSet.java56 public int getIntValue(float fraction) { in getIntValue() method in IntKeyframeSet
DKeyframe.java316 public int getIntValue() { in getIntValue() method in Keyframe.IntKeyframe
/frameworks/compile/mclinker/include/mcld/Target/
DELFAttributeValue.h49 unsigned int getIntValue() const { return m_IntValue; } in getIntValue() function
/frameworks/native/services/surfaceflinger/Scheduler/include/scheduler/
DFps.h53 int getIntValue() const { return static_cast<int>(std::round(mFrequency)); } in getIntValue() function
/frameworks/base/core/java/android/content/
DRestrictionEntry.java292 public int getIntValue() { in getIntValue() method in RestrictionEntry
/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiCecConfig.java200 Integer getIntValue() { in getIntValue() method in HdmiCecConfig.Value
1085 public int getIntValue(@NonNull @CecSettingName String name) { in getIntValue() method in HdmiCecConfig
/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/eab/
DEabControllerImpl.java897 private int getIntValue(Cursor cursor, String column) { in getIntValue() method in EabControllerImpl
/frameworks/base/drm/jni/
Dandroid_drm_DrmManagerClient.cpp119 int Utility::getIntValue(JNIEnv* env, jobject object, const char* fieldName) { in getIntValue() function in Utility
/frameworks/base/apex/jobscheduler/service/java/com/android/server/usage/
DAppIdleHistory.java845 private int getIntValue(XmlPullParser parser, String attrName, int defValue) { in getIntValue() method in AppIdleHistory
/frameworks/base/media/java/android/media/
DExifInterface.java1004 public int getIntValue(ByteOrder byteOrder) { in getIntValue() method in ExifInterface.ExifAttribute