Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/nfc/
DINfcTag.aidl28 int connect(int nativeHandle, int technology); in connect()
29 int reconnect(int nativeHandle); in reconnect()
30 int[] getTechList(int nativeHandle); in getTechList()
31 boolean isNdef(int nativeHandle); in isNdef()
32 boolean isPresent(int nativeHandle); in isPresent()
33 TransceiveResult transceive(int nativeHandle, in byte[] data, boolean raw); in transceive()
35 NdefMessage ndefRead(int nativeHandle); in ndefRead()
36 int ndefWrite(int nativeHandle, in NdefMessage msg); in ndefWrite()
37 int ndefMakeReadOnly(int nativeHandle); in ndefMakeReadOnly()
38 boolean ndefIsWritable(int nativeHandle); in ndefIsWritable()
[all …]
DINfcAdapter.aidl56 boolean ignore(int nativeHandle, int debounceMs, ITagRemovedCallback callback); in ignore()
/frameworks/base/core/jni/
Dandroid_util_jar_StrictJarFile.cpp95 jlong StrictJarFile_nativeStartIteration(JNIEnv* env, jobject, jlong nativeHandle, in StrictJarFile_nativeStartIteration()
129 jobject StrictJarFile_nativeFindEntry(JNIEnv* env, jobject, jlong nativeHandle, in StrictJarFile_nativeFindEntry()
146 void StrictJarFile_nativeClose(JNIEnv*, jobject, jlong nativeHandle) { in StrictJarFile_nativeClose()
Dandroid_os_HwBlob.cpp501 std::unique_ptr<native_handle_t, int(*)(native_handle_t*)> nativeHandle( in JHwBlob_native_putNativeHandle() local
Dandroid_hardware_SensorManager.cpp271 const native_handle_t *nativeHandle = nullptr; in nativeCreateDirectChannel() local
/frameworks/base/core/java/android/util/jar/
DStrictJarFile.java50 private final long nativeHandle; field in StrictJarFile
263 EntryIterator(long nativeHandle, String prefix) throws IOException { in EntryIterator()
497 private static native long nativeStartIteration(long nativeHandle, String prefix); in nativeStartIteration()
499 private static native ZipEntry nativeFindEntry(long nativeHandle, String entryName); in nativeFindEntry()
500 private static native void nativeClose(long nativeHandle); in nativeClose()
/frameworks/base/core/java/android/os/
DSystemProperties.java337 long nativeHandle = native_find(name); in find() local
381 private Handle(long nativeHandle) { in Handle()
/frameworks/native/services/surfaceflinger/fuzzer/
Dsurfaceflinger_layer_fuzzer.cpp155 sp<NativeHandle> nativeHandle = sp<NativeHandle>::make(testHandle, ownsHandle); in invokeBufferStateLayer() local
/frameworks/av/media/codec2/sfplugin/
DC2OMXNode.cpp374 void **bufferData, sp<NativeHandle> *nativeHandle) { in allocateSecureBuffer()
434 native_handle_t *nativeHandle = reinterpret_cast<native_handle_t*>(handle); in emptyBuffer() local
/frameworks/native/libs/sensor/
DSensorManager.cpp341 int nativeHandle = mDirectConnectionHandle++; in createDirectChannel() local
/frameworks/rs/toolkit/java/
DToolkit.kt1108 private var nativeHandle: Long = 0 variable
/frameworks/av/media/libmedia/omx/1.0/
DWOmxNode.cpp347 sp<NativeHandle> nativeHandle; in allocateSecureBuffer() local
/frameworks/av/media/libstagefright/omx/1.0/
DWOmxNode.cpp350 sp<NativeHandle> nativeHandle; in allocateSecureBuffer() local
/frameworks/av/media/libstagefright/omx/
DOMXNodeInstance.cpp1575 OMX_U32 portIndex, const sp<NativeHandle>& nativeHandle, in updateNativeHandleInMeta_l()
2089 IOMX::buffer_id buffer, const sp<NativeHandle> &nativeHandle, in emptyNativeHandleBuffer_l()
/frameworks/av/media/codec2/hal/hidl/1.0/vts/functional/video/
DVtsHalMediaC2V1_0TargetVideoDecTest.cpp537 sp<NativeHandle> nativeHandle = NativeHandle::create(sidebandStream, true); in TEST_P() local