Searched refs:depthCloudData (Results 1 – 1 of 1) sorted by relevance
60 public static String saveDepth(Context context, ByteBuffer depthCloudData) { in saveDepth() argument76 while (depthCloudData.hasRemaining()) { in saveDepth()77 byteCount = channel.write(depthCloudData); in saveDepth()