Home
last modified time | relevance | path

Searched defs:getValue (Results 51 – 75 of 378) sorted by relevance

12345678910>>...16

/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFrameValue.java23 public Object getValue() { in getValue() method in FrameValue
H A DVariableSource.java36 public synchronized Object getValue() { in getValue() method in VariableSource
/aosp14/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestApp/src/com/android/multidexlegacytestapp/
H A DMainActivity.java46 public int getValue() { in getValue() method in MainActivity
/aosp12/hardware/st/nfc/st21nfc/adaptation/
H A Dconfig.cpp416 bool CNfcConfig::getValue(const char* name, char* pValue, size_t& len) const { in getValue() function in CNfcConfig
442 bool CNfcConfig::getValue(const char* name, char* pValue, long len, in getValue() function in CNfcConfig
468 bool CNfcConfig::getValue(const char* name, unsigned long& rValue) const { in getValue() function in CNfcConfig
489 bool CNfcConfig::getValue(const char* name, unsigned short& rValue) const { in getValue() function in CNfcConfig
/aosp12/hardware/interfaces/automotive/can/1.0/default/libnetdevice/
H A Dethtool.cpp25 std::optional<uint32_t> getValue(const std::string& ifname, uint32_t command) { in getValue() function
/aosp12/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DVariableSource.java36 public synchronized Object getValue() { in getValue() method in VariableSource
/aosp12/frameworks/base/core/java/android/animation/
H A DKeyframes.java54 Object getValue(float fraction); in getValue() method
/aosp12/packages/apps/LegacyCamera/src/com/android/camera/
H A DRecordLocationPreference.java44 public String getValue() { in getValue() method in RecordLocationPreference
/aosp12/frameworks/opt/chips/src/com/android/ex/chips/recipientchip/
H A DBaseRecipientChip.java45 CharSequence getValue(); in getValue() method
/aosp14/frameworks/base/core/java/android/animation/
H A DKeyframes.java54 Object getValue(float fraction); in getValue() method
/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
H A DLatchedConsumer.java23 public T getValue() { return value; } in getValue() method in LatchedConsumer
/aosp12/frameworks/compile/mclinker/include/mcld/Fragment/
H A DAlignFragment.h28 int64_t getValue() const { return m_Value; } in getValue() function
/aosp12/hardware/samsung/nfc/halimpl/src/
H A Dconfig.cpp495 bool CNfcConfig::getValue(const char* name, char* pValue, size_t len) const { in getValue() function in CNfcConfig
507 bool CNfcConfig::getValue(const char* name, char* pValue, long len, in getValue() function in CNfcConfig
536 bool CNfcConfig::getValue(const char* name, unsigned long& rValue) const { in getValue() function in CNfcConfig
557 bool CNfcConfig::getValue(const char* name, unsigned short& rValue) const { in getValue() function in CNfcConfig
/aosp12/frameworks/base/media/jni/soundpool/
H A DStreamManager.h260 std::atomic<V> &getValue(K key) { return mK2V[key & (mHashCapacity - 1)]; } in getValue() function
261 const std::atomic_int32_t &getValue(K key) const { return mK2V[key & (mHashCapacity - 1)]; } in getValue() function
/aosp14/frameworks/base/media/jni/soundpool/
H A DStreamManager.h260 std::atomic<V> &getValue(K key) { return mK2V[key & (mHashCapacity - 1)]; } in getValue() function
261 const std::atomic_int32_t &getValue(K key) const { return mK2V[key & (mHashCapacity - 1)]; } in getValue() function
/aosp12/packages/modules/GeoTZ/s2storage/src/readonly/java/com/android/timezone/location/storage/table/reader/
H A DIntValueTable.java39 int getValue(); in getValue() method
H A DLongValueTable.java38 long getValue(); in getValue() method
/aosp12/frameworks/compile/mclinker/unittests/
H A DGCFactoryListTraitsTest.h49 inline unsigned getValue() const { return m_Value; } in getValue() function
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DBiMap.java62 public V getValue(K key) { in getValue() method in BiMap
/aosp12/frameworks/base/core/java/android/view/contentcapture/
H A DContentCaptureSessionId.java47 public int getValue() { in getValue() method in ContentCaptureSessionId
/aosp12/frameworks/base/core/java/android/view/textclassifier/
H A DTextClassificationSessionId.java99 public String getValue() { in getValue() method in TextClassificationSessionId
/aosp12/packages/modules/GeoTZ/s2storage/src/readonly/java/com/android/timezone/location/storage/table/packed/read/
H A DIntValueTypedPackedTable.java63 public int getValue() { in getValue() method in IntValueTypedPackedTable.IntValuePackedTableEntry
/aosp12/frameworks/layoutlib/bridge/tests/src/com/android/ide/common/resources/deprecated/
H A DResourceFile.java71 public abstract ResourceValue getValue(ResourceType type, String name); in getValue() method in ResourceFile
/aosp12/packages/services/Car/service/src/com/android/car/hal/
H A DBidirectionalSparseIntArray.java57 int getValue(int key, int defaultValue) { in getValue() method in BidirectionalSparseIntArray
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
H A DRequestSetMessageStatus.java52 public byte getValue() { in getValue() method in RequestSetMessageStatus

12345678910>>...16