Searched refs:nativeChannel (Results 1 – 1 of 1) sorted by relevance
87 private void setNativeInputChannel(long nativeChannel) { in setNativeInputChannel() argument88 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()