Home
last modified time | relevance | path

Searched defs:NativeHandle (Results 1 – 25 of 288) sorted by relevance

12345678910>>...12

/aosp_15_r20/frameworks/native/libs/nativewindow/rust/src/
H A Dhandle.rs31 pub struct NativeHandle(NonNull<ffi::native_handle_t>); struct
33 impl NativeHandle { implementation
185 impl Clone for NativeHandle { implementation
192 impl Drop for NativeHandle { implementation
203 impl From<AidlNativeHandle> for NativeHandle { implementation
220 unsafe impl Send for NativeHandle {} implementation
224 unsafe impl Sync for NativeHandle {} implementation
/aosp_15_r20/frameworks/base/core/java/android/os/
H A DNativeHandle.java35 public final class NativeHandle implements Closeable { class
45 public NativeHandle() { in NativeHandle() method in NativeHandle
53 public NativeHandle(@NonNull FileDescriptor descriptor, boolean own) { in NativeHandle() method in NativeHandle
78 private NativeHandle(@NonNull int[] fds, @NonNull int[] ints, boolean own) { in NativeHandle() method in NativeHandle
87 public NativeHandle(@NonNull FileDescriptor[] fds, @NonNull int[] ints, boolean own) { in NativeHandle() method in NativeHandle
/aosp_15_r20/external/cronet/base/task/thread_pool/
H A Dsemaphore.h72 using NativeHandle = dispatch_semaphore_t; variable
74 using NativeHandle = sem_t; variable
76 using NativeHandle = HANDLE; variable
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/common/aidl/android.hardware.common-V2-java/android_common/javac/
Dandroid.hardware.common-V2-java.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/hardware/ android/ ...
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/util/
H A DvktExternalMemoryUtil.cpp60 NativeHandle::NativeHandle(void) in NativeHandle() function in vkt::ExternalMemoryUtil::NativeHandle
70 NativeHandle::NativeHandle(const NativeHandle &other) in NativeHandle() function in vkt::ExternalMemoryUtil::NativeHandle
145 NativeHandle::NativeHandle(int fd) in NativeHandle() function in vkt::ExternalMemoryUtil::NativeHandle
155 NativeHandle::NativeHandle(Win32HandleType handleType, vk::pt::Win32Handle handle) in NativeHandle() function in vkt::ExternalMemoryUtil::NativeHandle
165 NativeHandle::NativeHandle(vk::pt::AndroidHardwareBufferPtr buffer) in NativeHandle() function in vkt::ExternalMemoryUtil::NativeHandle
/aosp_15_r20/external/cronet/base/synchronization/
H A Dlock_impl.h51 using NativeHandle = CHROME_SRWLOCK; variable
53 using NativeHandle = pthread_mutex_t; variable
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/tv/tuner/aidl/android.hardware.tv.tuner-V3-ndk-source/gen/android/hardware/tv/tuner/
DIFilter.cpp1014 …dk::ScopedAStatus IFilterDefault::getAvSharedHandle(::aidl::android::hardware::common::NativeHandl… in getAvSharedHandle()
1029 …(const ::aidl::android::hardware::common::NativeHandle& /*in_avMemory*/, int64_t /*in_avDataId*/) { in releaseAvHandle()
/aosp_15_r20/external/python/bumble/extras/android/RemoteHCI/lib/src/main/java/android/os/
DNativeHandle.java3 public class NativeHandle { class
/aosp_15_r20/prebuilts/vndk/v33/arm/include/frameworks/av/media/libstagefright/include/
DSecureBuffer.h26 class NativeHandle; variable
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/frameworks/av/media/libstagefright/include/
DSecureBuffer.h26 class NativeHandle; variable
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/frameworks/av/media/libstagefright/include/
DSecureBuffer.h26 class NativeHandle; variable
/aosp_15_r20/prebuilts/vndk/v31/x86/include/frameworks/av/media/libstagefright/include/
DSecureBuffer.h26 class NativeHandle; variable
/aosp_15_r20/prebuilts/vndk/v32/arm/include/frameworks/av/media/libstagefright/include/
DSecureBuffer.h26 class NativeHandle; variable
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/frameworks/av/media/libstagefright/include/
DSecureBuffer.h26 class NativeHandle; variable
/aosp_15_r20/prebuilts/vndk/v33/x86/include/frameworks/av/media/libstagefright/include/
DSecureBuffer.h26 class NativeHandle; variable
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/frameworks/av/media/libstagefright/include/
DSecureBuffer.h26 class NativeHandle; variable
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/frameworks/av/media/libstagefright/include/
DSecureBuffer.h26 class NativeHandle; variable
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/frameworks/av/media/libstagefright/include/
DSecureBuffer.h26 class NativeHandle; variable
/aosp_15_r20/prebuilts/vndk/v30/arm/include/frameworks/av/media/libstagefright/include/
DSecureBuffer.h26 class NativeHandle; variable
/aosp_15_r20/prebuilts/vndk/v31/arm/include/frameworks/av/media/libstagefright/include/
DSecureBuffer.h26 class NativeHandle; variable
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/frameworks/av/media/libstagefright/include/
DSecureBuffer.h26 class NativeHandle; variable
/aosp_15_r20/prebuilts/vndk/v32/x86/include/frameworks/av/media/libstagefright/include/
DSecureBuffer.h26 class NativeHandle; variable
/aosp_15_r20/frameworks/av/media/libstagefright/include/
H A DSecureBuffer.h26 class NativeHandle; variable
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/frameworks/av/media/libstagefright/include/
DSecureBuffer.h26 class NativeHandle; variable
/aosp_15_r20/prebuilts/vndk/v30/x86/include/frameworks/av/media/libstagefright/include/
DSecureBuffer.h26 class NativeHandle; variable

12345678910>>...12