Home
last modified time | relevance | path

Searched refs:getIntValue (Results 1 – 3 of 3) sorted by relevance

/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DFixedSize.java216 public int getIntValue() { in getIntValue() method in FixedSize.FixedUnion
310 _aidl_parcel.writeInt(getIntValue()); in writeToParcel()
/system/keymaster/android_keymaster/
Dremote_provisioning_utils.cpp95 auto curve = parsedPubKey->getIntValue(CoseKey::CURVE); in validateAndExtractEekPubAndId()
/system/keymaster/include/keymaster/cppcose/
Dcppcose.h250 std::optional<int> getIntValue(Label label) { in getIntValue() function