Home
last modified time | relevance | path

Searched defs:handle (Results 226 – 250 of 9246) sorted by relevance

12345678910>>...370

/aosp_15_r20/external/minigbm/cros_gralloc/gralloc0/
H A Dgralloc0.cc74 native_handle_t *handle; in gralloc0_alloc() local
105 static int gralloc0_free(alloc_device_t *dev, buffer_handle_t handle) in gralloc0_free()
179 static int gralloc0_register_buffer(struct gralloc_module_t const *module, buffer_handle_t handle) in gralloc0_register_buffer()
197 static int gralloc0_unregister_buffer(struct gralloc_module_t const *module, buffer_handle_t handle) in gralloc0_unregister_buffer()
208 static int gralloc0_lock(struct gralloc_module_t const *module, buffer_handle_t handle, int usage, in gralloc0_lock()
219 static int gralloc0_unlock(struct gralloc_module_t const *module, buffer_handle_t handle) in gralloc0_unlock()
245 buffer_handle_t handle; in gralloc0_perform() local
358 static int gralloc0_lock_ycbcr(struct gralloc_module_t const *module, buffer_handle_t handle, in gralloc0_lock_ycbcr()
364 static int gralloc0_lock_async(struct gralloc_module_t const *module, buffer_handle_t handle, in gralloc0_lock_async()
409 static int gralloc0_unlock_async(struct gralloc_module_t const *module, buffer_handle_t handle, in gralloc0_unlock_async()
[all …]
/aosp_15_r20/external/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_context.c355 uint32_t handle; in virgl_create_surface() local
404 uint32_t handle; in virgl_create_blend_state() local
416 uint32_t handle = (unsigned long)blend_state; in virgl_bind_blend_state() local
424 uint32_t handle = (unsigned long)blend_state; in virgl_delete_blend_state() local
432 uint32_t handle; in virgl_create_depth_stencil_alpha_state() local
443 uint32_t handle = (unsigned long)blend_state; in virgl_bind_depth_stencil_alpha_state() local
451 uint32_t handle = (unsigned long)dsa_state; in virgl_delete_depth_stencil_alpha_state() local
477 uint32_t handle = 0; in virgl_bind_rasterizer_state() local
703 uint32_t handle; in virgl_shader_encoder() local
807 uint32_t handle = (unsigned long)fs; in virgl_delete_fs_state() local
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/process/include/boost/process/detail/windows/
Dhandles.hpp79 inline bool is_stream_handle(native_handle_type handle, std::error_code & ec) in is_stream_handle()
116 inline bool is_stream_handle(native_handle_type handle) in is_stream_handle()
148 … [](::boost::winapi::HANDLE_ handle) {return handle != ::boost::winapi::INVALID_HANDLE_VALUE_;}); in on_setup()
153 for (auto handle : handles_with_inherit_flag) in on_setup() local
160 for (auto handle : handles_with_inherit_flag) in on_error() local
167 for (auto handle : handles_with_inherit_flag) in on_sucess() local
/aosp_15_r20/external/cronet/base/win/
H A Dscoped_handle_verifier.cc117 bool CloseHandleWrapper(HANDLE handle) { in CloseHandleWrapper()
177 bool ScopedHandleVerifier::CloseHandle(HANDLE handle) { in CloseHandle()
193 void ScopedHandleVerifier::StartTracking(HANDLE handle, in StartTracking()
201 void ScopedHandleVerifier::StopTracking(HANDLE handle, in StopTracking()
213 void ScopedHandleVerifier::OnHandleBeingClosed(HANDLE handle, in OnHandleBeingClosed()
223 NOINLINE void ScopedHandleVerifier::StartTrackingImpl(HANDLE handle, in StartTrackingImpl()
244 NOINLINE void ScopedHandleVerifier::StopTrackingImpl(HANDLE handle, in StopTrackingImpl()
266 HANDLE handle, in OnHandleBeingClosedImpl()
/aosp_15_r20/device/linaro/hikey/gralloc/
Dgralloc_module.cpp62 static int gralloc_register_buffer(gralloc_module_t const *module, buffer_handle_t handle) in gralloc_register_buffer()
239 static int gralloc_unregister_buffer(gralloc_module_t const *module, buffer_handle_t handle) in gralloc_unregister_buffer()
281 static int gralloc_lock(gralloc_module_t const *module, buffer_handle_t handle, int usage, int l, i… in gralloc_lock()
330 static int gralloc_lock_ycbcr(gralloc_module_t const *module, buffer_handle_t handle, int usage, in… in gralloc_lock_ycbcr()
410 static int gralloc_unlock(gralloc_module_t const *module, buffer_handle_t handle) in gralloc_unlock()
465 static int gralloc_lock_async (gralloc_module_t const *module, buffer_handle_t handle, int usage, i… in gralloc_lock_async()
476 static int gralloc_unlock_async(gralloc_module_t const *module, buffer_handle_t handle, int *fenceF… in gralloc_unlock_async()
489 static int gralloc_lock_async_ycbcr(gralloc_module_t const *module, buffer_handle_t handle, int usa… in gralloc_lock_async_ycbcr()
/aosp_15_r20/system/media/audio_utils/
H A Dtinysndfile.c75 SNDFILE *handle = (SNDFILE *) malloc(sizeof(SNDFILE)); in sf_open_read() local
369 SNDFILE *handle = (SNDFILE *) malloc(sizeof(SNDFILE)); in sf_open_write() local
400 void sf_close(SNDFILE *handle) in sf_close()
423 sf_count_t sf_readf_short(SNDFILE *handle, short *ptr, sf_count_t desiredFrames) in sf_readf_short()
472 sf_count_t sf_readf_float(SNDFILE *handle, float *ptr, sf_count_t desiredFrames) in sf_readf_float()
520 sf_count_t sf_readf_int(SNDFILE *handle, int *ptr, sf_count_t desiredFrames) in sf_readf_int()
568 sf_count_t sf_writef_short(SNDFILE *handle, const short *ptr, sf_count_t desiredFrames) in sf_writef_short()
605 sf_count_t sf_writef_float(SNDFILE *handle, const float *ptr, sf_count_t desiredFrames) in sf_writef_float()
630 sf_count_t sf_writef_int(SNDFILE *handle, const int *ptr, sf_count_t desiredFrames) in sf_writef_int()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/hci/
H A Dextended_low_energy_advertiser.cc65 std::optional<hci_spec::AdvertisingHandle> handle = in BuildEnablePacket() local
108 std::optional<hci_spec::AdvertisingHandle> handle = in BuildSetAdvertisingParams() local
172 hci_spec::AdvertisingHandle handle, in BuildAdvertisingDataFragmentPacket()
197 hci_spec::AdvertisingHandle handle, in BuildScanResponseDataFragmentPacket()
237 std::optional<hci_spec::AdvertisingHandle> handle = in BuildSetAdvertisingData() local
314 std::optional<hci_spec::AdvertisingHandle> handle = in BuildUnsetAdvertisingData() local
342 std::optional<hci_spec::AdvertisingHandle> handle = in BuildSetScanResponse() local
419 std::optional<hci_spec::AdvertisingHandle> handle = in BuildUnsetScanResponse() local
434 std::optional<hci_spec::AdvertisingHandle> handle = in BuildRemoveAdvertisingSet() local
584 hci_spec::ConnectionHandle handle, in OnIncomingConnection()
/aosp_15_r20/frameworks/av/media/codec2/tests/vndk/
H A DC2FenceTest.cpp118 native_handle_t *handle = _C2FenceFactory::CreateNativeHandle(fence); in validateNullFence() local
161 native_handle_t *handle = _C2FenceFactory::CreateNativeHandle(fence); in validateSingleFdFence() local
247 native_handle_t *handle = native_handle_create(3 /* numfds */, 1 /* numints */); in TEST_F() local
277 native_handle_t *handle = _C2FenceFactory::CreateNativeHandle(fence); in validateTwoFdUnorderedFence() local
353 native_handle_t *handle = _C2FenceFactory::CreateNativeHandle(fence); in validateThreeFdFence() local
373 native_handle_t *handle = native_handle_create(1 /* numfds */, 1 /* numints */); in TEST_F() local
389 native_handle_t *handle = native_handle_create(2 /* numfds */, 1 /* numints */); in TEST_F() local
404 native_handle_t *handle = native_handle_create(1 /* numfds */, 1 /* numints */); in TEST_F() local
421 native_handle_t *handle = native_handle_create(3 /* numfds */, 1 /* numints */); in TEST_F() local
444 native_handle_t *handle = native_handle_create(3 /* numfds */, 1 /* numints */); in TEST_F() local
/aosp_15_r20/external/libxml2/
H A Dxmlmodule.c31 void *handle; member
187 xmlModulePlatformClose(void *handle) in xmlModulePlatformClose()
199 xmlModulePlatformSymbol(void *handle, const char *name, void **symbol) in xmlModulePlatformSymbol()
229 xmlModulePlatformClose(void *handle) in xmlModulePlatformClose()
241 xmlModulePlatformSymbol(void *handle, const char *name, void **symbol) in xmlModulePlatformSymbol()
275 xmlModulePlatformClose(void *handle) in xmlModulePlatformClose()
290 xmlModulePlatformSymbol(void *handle, const char *name, void **symbol) in xmlModulePlatformSymbol()
/aosp_15_r20/external/pytorch/aten/src/ATen/cuda/
H A DCUDABlas.cpp61 #define hipblasSetMathMode(handle, flags) HIPBLAS_STATUS_SUCCESS argument
466 cublasHandle_t handle = at::cuda::getCurrentCUDABlasHandle(); in bgemm_internal_cublas() local
479 cublasHandle_t handle = at::cuda::getCurrentCUDABlasHandle(); in bgemm_internal_cublas() local
492 cublasHandle_t handle = at::cuda::getCurrentCUDABlasHandle(); in bgemm_internal_cublas() local
507 cublasHandle_t handle = at::cuda::getCurrentCUDABlasHandle(); in bgemm_internal_cublas() local
522 cublasHandle_t handle = at::cuda::getCurrentCUDABlasHandle(); in bgemm_internal_cublas() local
570 cublasHandle_t handle = at::cuda::getCurrentCUDABlasHandle(); in bgemm_internal_cublas() local
799 cublasHandle_t handle = at::cuda::getCurrentCUDABlasHandle(); in gemm_internal_cublas() local
812 cublasHandle_t handle = at::cuda::getCurrentCUDABlasHandle(); in gemm_internal_cublas() local
825 cublasHandle_t handle = at::cuda::getCurrentCUDABlasHandle(); in gemm_internal_cublas() local
[all …]
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/cm/
H A Dcm_surface_manager_base.cpp746 uint32_t handle = 0; in CreateBuffer() local
791 uint32_t &handle, in AllocateBuffer()
846 int32_t CmSurfaceManagerBase::FreeBuffer( uint32_t handle ) in FreeBuffer()
888 uint32_t handle = 0; in CreateSurface2DUP() local
936 void* sysMem, uint32_t & handle) in AllocateSurface2DUP()
973 int32_t CmSurfaceManagerBase::FreeSurface2DUP( uint32_t handle ) in FreeSurface2DUP()
999 uint32_t & handle,uint32_t & pitch) in AllocateSurface2D()
1052 uint32_t &handle) in AllocateSurface2D()
1089 int32_t CmSurfaceManagerBase::FreeSurface2D( uint32_t handle ) in FreeSurface2D()
1386 uint32_t handle = 0; in DestroySurface() local
[all …]
/aosp_15_r20/external/selinux/libsemanage/src/
H A Diface_record.c50 int semanage_iface_key_create(semanage_handle_t * handle, in semanage_iface_key_create()
57 int semanage_iface_key_extract(semanage_handle_t * handle, in semanage_iface_key_extract()
81 int semanage_iface_set_name(semanage_handle_t * handle, in semanage_iface_set_name()
97 int semanage_iface_set_ifcon(semanage_handle_t * handle, in semanage_iface_set_ifcon()
112 int semanage_iface_set_msgcon(semanage_handle_t * handle, in semanage_iface_set_msgcon()
122 int semanage_iface_create(semanage_handle_t * handle, in semanage_iface_create()
130 int semanage_iface_clone(semanage_handle_t * handle, in semanage_iface_clone()
/aosp_15_r20/frameworks/base/media/jni/
H A Dandroid_mtp_MtpDatabase.cpp313 void MtpDatabase::endSendObject(MtpObjectHandle handle, bool succeeded) { in endSendObject()
320 void MtpDatabase::rescanFile(const char* path, MtpObjectHandle handle, in rescanFile()
435 MtpResponseCode MtpDatabase::getObjectPropertyValue(MtpObjectHandle handle, in getObjectPropertyValue()
593 MtpResponseCode MtpDatabase::setObjectPropertyValue(MtpObjectHandle handle, in setObjectPropertyValue()
724 MtpResponseCode MtpDatabase::getObjectPropertyList(MtpObjectHandle handle, in getObjectPropertyList()
836 MtpResponseCode MtpDatabase::getObjectInfo(MtpObjectHandle handle, in getObjectInfo()
934 void* MtpDatabase::getThumbnail(MtpObjectHandle handle, size_t& outThumbSize) { in getThumbnail()
1005 MtpResponseCode MtpDatabase::getObjectFilePath(MtpObjectHandle handle, in getObjectFilePath()
1041 MtpResponseCode MtpDatabase::beginDeleteObject(MtpObjectHandle handle) { in beginDeleteObject()
1049 void MtpDatabase::endDeleteObject(MtpObjectHandle handle, bool succeeded) { in endDeleteObject()
[all …]
/aosp_15_r20/prebuilts/vndk/v32/x86/include/bionic/libc/kernel/uapi/linux/
Dfirewire-cdev.h60 __u32 handle; member
73 __u32 handle; member
92 __u32 handle; member
159 __u32 handle; member
165 __u32 handle; member
169 __u32 handle; member
181 __u32 handle; member
184 __u32 handle; member
195 __u32 handle; member
199 __u32 handle; member
[all …]
/aosp_15_r20/prebuilts/vndk/v33/x86/include/bionic/libc/kernel/uapi/linux/
Dfirewire-cdev.h60 __u32 handle; member
73 __u32 handle; member
92 __u32 handle; member
159 __u32 handle; member
165 __u32 handle; member
169 __u32 handle; member
181 __u32 handle; member
184 __u32 handle; member
195 __u32 handle; member
199 __u32 handle; member
[all …]
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/bionic/libc/kernel/uapi/linux/
Dfirewire-cdev.h60 __u32 handle; member
73 __u32 handle; member
92 __u32 handle; member
159 __u32 handle; member
165 __u32 handle; member
169 __u32 handle; member
181 __u32 handle; member
184 __u32 handle; member
195 __u32 handle; member
199 __u32 handle; member
[all …]
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/bionic/libc/kernel/uapi/linux/
Dfirewire-cdev.h60 __u32 handle; member
73 __u32 handle; member
92 __u32 handle; member
159 __u32 handle; member
165 __u32 handle; member
169 __u32 handle; member
181 __u32 handle; member
184 __u32 handle; member
195 __u32 handle; member
199 __u32 handle; member
[all …]
/aosp_15_r20/prebuilts/vndk/v32/arm/include/bionic/libc/kernel/uapi/linux/
Dfirewire-cdev.h60 __u32 handle; member
73 __u32 handle; member
92 __u32 handle; member
159 __u32 handle; member
165 __u32 handle; member
169 __u32 handle; member
181 __u32 handle; member
184 __u32 handle; member
195 __u32 handle; member
199 __u32 handle; member
[all …]
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/bionic/libc/kernel/uapi/linux/
Dfirewire-cdev.h60 __u32 handle; member
73 __u32 handle; member
92 __u32 handle; member
159 __u32 handle; member
165 __u32 handle; member
169 __u32 handle; member
181 __u32 handle; member
184 __u32 handle; member
195 __u32 handle; member
199 __u32 handle; member
[all …]
/aosp_15_r20/prebuilts/vndk/v34/x86/include/bionic/libc/kernel/uapi/linux/
Dfirewire-cdev.h60 __u32 handle; member
73 __u32 handle; member
92 __u32 handle; member
159 __u32 handle; member
165 __u32 handle; member
169 __u32 handle; member
181 __u32 handle; member
184 __u32 handle; member
195 __u32 handle; member
199 __u32 handle; member
[all …]
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/linux/
Dfirewire-cdev.h137 __u32 handle; member
200 __u32 handle; member
326 __u32 handle; member
531 __u32 handle; member
575 __u32 handle; member
585 __u32 handle; member
642 __u32 handle; member
655 __u32 handle; member
702 __u32 handle; member
718 __u32 handle; member
[all …]
/aosp_15_r20/prebuilts/vndk/v33/arm/include/bionic/libc/kernel/uapi/linux/
Dfirewire-cdev.h60 __u32 handle; member
73 __u32 handle; member
92 __u32 handle; member
159 __u32 handle; member
165 __u32 handle; member
169 __u32 handle; member
181 __u32 handle; member
184 __u32 handle; member
195 __u32 handle; member
199 __u32 handle; member
[all …]
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/bionic/libc/kernel/uapi/linux/
Dfirewire-cdev.h60 __u32 handle; member
73 __u32 handle; member
92 __u32 handle; member
159 __u32 handle; member
165 __u32 handle; member
169 __u32 handle; member
181 __u32 handle; member
184 __u32 handle; member
195 __u32 handle; member
199 __u32 handle; member
[all …]
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/bionic/libc/kernel/uapi/linux/
Dfirewire-cdev.h60 __u32 handle; member
73 __u32 handle; member
92 __u32 handle; member
159 __u32 handle; member
165 __u32 handle; member
169 __u32 handle; member
181 __u32 handle; member
184 __u32 handle; member
195 __u32 handle; member
199 __u32 handle; member
[all …]
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/bionic/libc/kernel/uapi/linux/
Dfirewire-cdev.h60 __u32 handle; member
73 __u32 handle; member
92 __u32 handle; member
159 __u32 handle; member
165 __u32 handle; member
169 __u32 handle; member
181 __u32 handle; member
184 __u32 handle; member
195 __u32 handle; member
199 __u32 handle; member
[all …]

12345678910>>...370