Home
last modified time | relevance | path

Searched refs:getHmac (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/base/core/jni/
H A Dandroid_view_InputEventSender.cpp125 event->getHmac(), event->getAction(), event->getFlags(), in sendKeyEvent()
149 event->getDisplayId(), event->getHmac(), in sendMotionEvent()
H A Dandroid_view_KeyEvent.cpp98 ScopedLocalRef<jbyteArray> hmac = toJbyteArray(env, event->getHmac()); in android_view_KeyEvent_fromNative()
/aosp12/packages/modules/ExtServices/java/src/android/ext/services/displayhash/
H A DDisplayHashingServiceImpl.java109 displayHash.getImageHash(), displayHash.getHmac()); in onVerifyDisplayHash()
/aosp12/frameworks/base/core/java/android/view/displayhash/
H A DDisplayHash.java144 public byte[] getHmac() { in getHmac() method in DisplayHash
/aosp12/frameworks/native/libs/input/tests/
H A DInputPublisherAndConsumer_test.cpp114 EXPECT_EQ(hmac, keyEvent->getHmac()); in PublishAndConsumeKeyEvent()
220 EXPECT_EQ(hmac, motionEvent->getHmac()); in PublishAndConsumeMotionEvent()
H A DInputEvent_test.cpp198 EXPECT_EQ(HMAC, event.getHmac()); in TEST_F()
349 EXPECT_EQ(HMAC, event->getHmac()); in assertEqualsEventWithHistory()
/aosp12/frameworks/native/include/input/
H A DInput.h452 inline std::array<uint8_t, 32> getHmac() const { return mHmac; } in getHmac() function
/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DInputDispatcher.cpp4299 if (calculatedHmac != event.getHmac()) { in verifyInputEvent()
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt14514 method @NonNull public byte[] getHmac();