Home
last modified time | relevance | path

Searched defs:copyArray (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/hal/
DWifiNanIfaceAidlImpl.java1136 private static byte[] copyArray(byte[] source) { in copyArray() method in WifiNanIfaceAidlImpl
1140 private static byte[] copyArray(byte[] source, int length) { in copyArray() method in WifiNanIfaceAidlImpl
DWifiNanIfaceHidlImpl.java1136 private void copyArray(byte[] from, byte[] to) { in copyArray() method in WifiNanIfaceHidlImpl