Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/
H A DInputChannel.java87 private void setNativeInputChannel(long nativeChannel) { in setNativeInputChannel() argument
88 if (nativeChannel == 0) { in setNativeInputChannel()
95 Slog.d(TAG, "setNativeInputChannel : " + String.format("%x", nativeChannel)); in setNativeInputChannel()
97 sRegistry.registerNativeAllocation(this, nativeChannel); in setNativeInputChannel()
98 mPtr = nativeChannel; in setNativeInputChannel()