Home
last modified time | relevance | path

Searched defs:nativeHandle (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/
DServer.java118 private static native void start(long nativeHandle); in start()
120 private static native void stop(long nativeHandle); in stop()
122 private static native void join(long nativeHandle); in join()
124 private static native void delete(long nativeHandle); in delete()
126 private long nativeHandle; field in Server
DGraph.java36 Graph(long nativeHandle) { in Graph()
349 private long nativeHandle; field in Graph
383 public long nativeHandle() { in nativeHandle() method in Graph.Reference
DSession.java78 Session(Graph g, long nativeHandle) { in Session()
431 private long nativeHandle; field in Session
DTensor.java564 private long nativeHandle; field in Tensor
/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
DNativeAudioThread.java172 public native int nativeProcessNext(long nativeHandle, double[] samples, long offset); in nativeProcessNext()
173 public native int nativeDestroy(long nativeHandle); in nativeDestroy()
176 public native int[] nativeGetRecorderBufferPeriod(long nativeHandle); in nativeGetRecorderBufferPeriod()
177 public native int nativeGetRecorderMaxBufferPeriod(long nativeHandle); in nativeGetRecorderMaxBufferPeriod()
178 public native double nativeGetRecorderVarianceBufferPeriod(long nativeHandle); in nativeGetRecorderVarianceBufferPeriod()
179 public native int[] nativeGetPlayerBufferPeriod(long nativeHandle); in nativeGetPlayerBufferPeriod()
180 public native int nativeGetPlayerMaxBufferPeriod(long nativeHandle); in nativeGetPlayerMaxBufferPeriod()
181 public native double nativeGetPlayerVarianceBufferPeriod(long nativeHandle); in nativeGetPlayerVarianceBufferPeriod()
182 public native BufferCallbackTimes nativeGetPlayerCallbackTimeStamps(long nativeHandle); in nativeGetPlayerCallbackTimeStamps()
183 public native BufferCallbackTimes nativeGetRecorderCallbackTimeStamps(long nativeHandle); in nativeGetRecorderCallbackTimeStamps()
[all …]
/external/tensorflow/tensorflow/contrib/android/java/org/tensorflow/contrib/android/
DRunStats.java50 private long nativeHandle; field in RunStats
/external/tensorflow/tensorflow/lite/java/src/main/java/org/tensorflow/lite/
DTensor.java293 private long nativeHandle; field in Tensor
297 private Tensor(long nativeHandle) { in Tensor()
/external/deqp/external/vulkancts/modules/vulkan/util/
DvktExternalMemoryUtil.cpp456 NativeHandle& nativeHandle) in getMemoryNative()
571 NativeHandle& nativeHandle) in getFenceNative()
726 NativeHandle& nativeHandle) in getSemaphoreNative()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationCrossInstanceSharingTests.cpp736 NativeHandle& nativeHandle, in importAndBindMemory()
754 NativeHandle& nativeHandle, in importAndBindMemory()
774 NativeHandle& nativeHandle, in importResource()
DvktSynchronizationWin32KeyedMutexTests.cpp298 NativeHandle& nativeHandle, in importAndBindMemory()
331 NativeHandle& nativeHandle, in importAndBindMemory()
367 NativeHandle& nativeHandle, in importResource()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiExternalMemoryTests.cpp537 NativeHandle& nativeHandle) in submitDummySignalAndGetSemaphoreNative()
649 NativeHandle& nativeHandle) in submitDummySignalAndGetFenceNative()
3850 NativeHandle nativeHandle(ahb); in ValidateAHardwareBuffer() local