/frameworks/base/core/java/android/nfc/ |
D | INfcTag.aidl | 28 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 …]
|
D | INfcAdapter.aidl | 60 boolean ignore(int nativeHandle, int debounceMs, ITagRemovedCallback callback); in ignore()
|
/frameworks/base/core/jni/ |
D | android_util_jar_StrictJarFile.cpp | 95 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()
|
D | android_os_HwBlob.cpp | 491 std::unique_ptr<native_handle_t, int(*)(native_handle_t*)> nativeHandle( in JHwBlob_native_putNativeHandle() local
|
D | android_hardware_SensorManager.cpp | 237 const native_handle_t *nativeHandle = nullptr; in nativeCreateDirectChannel() local
|
/frameworks/base/core/java/android/util/jar/ |
D | StrictJarFile.java | 50 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/ |
D | SystemProperties.java | 325 long nativeHandle = native_find(name); in find() local 369 private Handle(long nativeHandle) { in Handle()
|
/frameworks/av/media/codec2/sfplugin/ |
D | C2OMXNode.cpp | 300 void **bufferData, sp<NativeHandle> *nativeHandle) { in allocateSecureBuffer() 360 native_handle_t *nativeHandle = reinterpret_cast<native_handle_t*>(handle); in emptyBuffer() local
|
/frameworks/native/libs/sensor/ |
D | SensorManager.cpp | 276 int nativeHandle = mDirectConnectionHandle++; in createDirectChannel() local
|
/frameworks/av/media/libmedia/omx/1.0/ |
D | WOmxNode.cpp | 347 sp<NativeHandle> nativeHandle; in allocateSecureBuffer() local
|
/frameworks/ml/nn/runtime/ |
D | Memory.cpp | 558 native_handle_t* nativeHandle = native_handle_create(1, 3); in create() local
|
D | Manager.cpp | 487 native_handle_t* nativeHandle = native_handle_create(1, 0); in executeFenced() local
|
/frameworks/av/media/libstagefright/omx/1.0/ |
D | WOmxNode.cpp | 350 sp<NativeHandle> nativeHandle; in allocateSecureBuffer() local
|
/frameworks/av/media/libstagefright/omx/ |
D | OMXNodeInstance.cpp | 1481 OMX_U32 portIndex, const sp<NativeHandle>& nativeHandle, in updateNativeHandleInMeta_l() 1995 IOMX::buffer_id buffer, const sp<NativeHandle> &nativeHandle, in emptyNativeHandleBuffer_l()
|