/frameworks/native/services/inputflinger/ |
D | InputCommonConverter.cpp | 344 const ui::Transform* rawTransform, const std::array<uint8_t, 32>* hmac) { in toMotionEvent() 360 const std::array<uint8_t, 32>* hmac) { in toKeyEvent()
|
/frameworks/native/services/inputflinger/tests/ |
D | FakeInputTracingBackend.cpp | 42 const std::array<uint8_t, 32>& hmac) { in toInputEvent() 54 const std::array<uint8_t, 32>& hmac) { in toInputEvent()
|
/frameworks/base/core/java/android/security/attestationverification/ |
D | VerificationToken.java | 134 @NonNull byte[] hmac, in VerificationToken() 369 @NonNull byte[] hmac, in Builder()
|
/frameworks/base/core/jni/ |
D | android_view_KeyEvent.cpp | 98 ScopedLocalRef<jbyteArray> hmac = toJbyteArray(env, event.getHmac()); in android_view_KeyEvent_obtainAsCopy() local 124 std::optional<std::array<uint8_t, 32>> hmac = fromJobject<32>(env, hmacObj); in android_view_KeyEvent_obtainAsCopy() local
|
/frameworks/base/core/java/android/view/displayhash/ |
D | DisplayHash.java | 79 @NonNull String hashAlgorithm, @NonNull byte[] imageHash, @NonNull byte[] hmac) { in DisplayHash()
|
/frameworks/native/libs/input/ |
D | Input.cpp | 312 ui::LogicalDisplayId displayId, std::array<uint8_t, 32> hmac) { in initialize() 375 ui::LogicalDisplayId displayId, std::array<uint8_t, 32> hmac, in initialize() 554 ui::LogicalDisplayId displayId, std::array<uint8_t, 32> hmac, in initialize() 834 std::vector<uint8_t> hmac; in readFromParcel() local 902 std::vector<uint8_t> hmac(mHmac.begin(), mHmac.end()); in writeToParcel() local
|
D | InputTransport.cpp | 534 std::array<uint8_t, 32> hmac, int32_t action, in publishKeyEvent() 576 ui::LogicalDisplayId displayId, std::array<uint8_t, 32> hmac, int32_t action, in publishMotionEvent()
|
/frameworks/native/include/input/ |
D | InputTransport.h | 100 std::array<uint8_t, 32> hmac; member 120 std::array<uint8_t, 32> hmac; member
|
/frameworks/native/services/inputflinger/dispatcher/trace/ |
D | InputTracingBackendInterface.h | 116 std::array<uint8_t, 32> hmac; member
|
/frameworks/native/libs/input/tests/ |
D | InputPublisherAndConsumer_test.cpp | 69 std::array<uint8_t, 32> hmac; member 268 constexpr std::array<uint8_t, 32> hmac = {31, 30, 29, 28, 27, 26, 25, 24, 23, 22, 21, in publishAndConsumeKeyEvent() local
|
D | InputPublisherAndConsumerNoResampling_test.cpp | 76 std::array<uint8_t, 32> hmac; member 451 constexpr std::array<uint8_t, 32> hmac = {31, 30, 29, 28, 27, 26, 25, 24, 23, 22, 21, in publishAndConsumeKeyEvent() local
|
/frameworks/base/core/java/android/view/ |
D | KeyEvent.java | 1752 @Nullable byte[] hmac, @Nullable String characters) { in KeyEvent() 1791 int deviceId, int scancode, int flags, int source, int displayId, @Nullable byte[] hmac, in obtain()
|
/frameworks/native/services/inputflinger/dispatcher/ |
D | InputDispatcher.cpp | 3767 std::array<uint8_t, 32> hmac = getSignature(motionEntry, dispatchEntry); in publishMotionEvent() local 3805 std::array<uint8_t, 32> hmac = getSignature(keyEntry, *dispatchEntry); in startDispatchCycleLocked() local
|