Searched defs:nativeHandle (Results 1 – 8 of 8) sorted by relevance
/aosp14/frameworks/base/core/java/android/nfc/ |
H A 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 …]
|
H A D | INfcAdapter.aidl | 56 boolean ignore(int nativeHandle, int debounceMs, ITagRemovedCallback callback); in ignore()
|
/aosp14/frameworks/base/core/jni/ |
H A 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()
|
H A D | android_os_HwBlob.cpp | 501 std::unique_ptr<native_handle_t, int(*)(native_handle_t*)> nativeHandle( in JHwBlob_native_putNativeHandle() local
|
H A D | android_hardware_SensorManager.cpp | 271 const native_handle_t *nativeHandle = nullptr; in nativeCreateDirectChannel() local
|
/aosp14/frameworks/base/core/java/android/util/jar/ |
H A 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()
|
/aosp14/frameworks/base/core/java/android/os/ |
H A D | SystemProperties.java | 337 long nativeHandle = native_find(name); in find() local 381 private Handle(long nativeHandle) { in Handle()
|
/aosp14/system/core/healthd/ |
H A D | charger_test.cpp | 112 native_handle_t* nativeHandle = native_handle_create(1, 0); in createHidlHandle() local
|