/foundation/multimedia/media_foundation/interface/inner_api/meta/ |
H A D | any.h | 313 functionTable_->destroy(storage_); 427 void (*destroy)(Storage&) noexcept; 681 .destroy = DetailFunctionTable::Destroy, in GetFunctionTable()
|
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | nft_set_hash.c | 722 .destroy = nft_rhash_destroy, 743 .destroy = nft_hash_destroy, 762 .destroy = nft_hash_destroy,
|
/kernel/linux/linux-5.10/fs/nfsd/ |
H A D | nfssvc.c | 705 int destroy = (nn->nfsd_serv->sv_nrthreads == 1); in nfsd_destroy() local 707 if (destroy) in nfsd_destroy() 710 if (destroy) in nfsd_destroy()
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nft_set_hash.c | 738 .destroy = nft_rhash_destroy, 759 .destroy = nft_hash_destroy, 778 .destroy = nft_hash_destroy,
|
/third_party/mesa3d/src/gallium/frontends/vdpau/ |
H A D | decode.c | 140 vldecoder->decoder->destroy(vldecoder->decoder); in vlVdpDecoderCreate() 162 vldecoder->decoder->destroy(vldecoder->decoder); in vlVdpDecoderDestroy() 619 /* destroy the old one */ in vlVdpDecoderRender() 621 vlsurf->video_buffer->destroy(vlsurf->video_buffer); in vlVdpDecoderRender()
|
H A D | output.c | 491 vbuffer->destroy(vbuffer); in vlVdpOutputSurfacePutBitsYCbCr() 524 vbuffer->destroy(vbuffer); in vlVdpOutputSurfacePutBitsYCbCr() 529 vbuffer->destroy(vbuffer); in vlVdpOutputSurfacePutBitsYCbCr()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | radeon_vcn_enc.c | 372 enc->destroy(enc); in radeon_enc_destroy() 468 enc->base.destroy = radeon_enc_destroy; in radeon_create_encoder() 511 tmp_buf->destroy(tmp_buf); in radeon_create_encoder()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_screen.c | 1052 svgascreen->sws->destroy(svgascreen->sws); in svga_destroy_screen() 1092 screen->destroy = svga_destroy_screen; in svga_screen_create() 1350 assert(screen->destroy == svga_destroy_screen); in svga_screen()
|
/third_party/node/test/common/ |
H A D | index.js | 170 throw new Error(`same id added to destroy list twice (${id})`); 191 destroy(id) { 195 throw new Error(`destroy called for same id (${id})`);
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/ |
H A D | DisplayWGL.cpp | 118 destroy(); in initialize() 341 destroy(); in terminate() 344 void DisplayWGL::destroy() in destroy() function in rx::DisplayWGL
|
/device/soc/rockchip/common/hardware/mpp/include/ |
H A D | mpp_list.h | 66 node_destructor destroy; member in mpp_list
|
/device/soc/rockchip/common/sdk_linux/include/drm/ |
H A D | drm_crtc.h | 397 * various phases. This is never cleared, except when we destroy the 511 * @destroy 517 void (*destroy)(struct drm_crtc *crtc); member
|
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/ |
H A D | rockchip_drm_fb.c | 54 .destroy = rockchip_drm_fb_destroy,
|
/device/soc/rockchip/rk3399/hardware/mpp/include/ |
H A D | mpp_list.h | 66 node_destructor destroy; member in mpp_list
|
/device/soc/rockchip/rk3568/hardware/mpp/include/ |
H A D | mpp_list.h | 66 node_destructor destroy; member in mpp_list
|
/device/soc/rockchip/rk3588/hardware/mpp/include/ |
H A D | mpp_list.h | 75 node_destructor destroy; member in mpp_list
|
/drivers/peripheral/audio/hal/hdi_binder/server/src/ |
H A D | hdf_audio_pnp_server.c | 83 f->header.destroy = FfrtDestroyFunctionWrapper; in FfrtCreateFunctionWrapper()
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/datastore/ |
H A D | render_data_store_manager.cpp | 51 if (pendingRef.destroy) { // remove deferred destruction stores in CommitFrameData()
|
/foundation/distributeddatamgr/relational_store/test/ndk/unittest/ |
H A D | rdb_store_configv2_test.cpp | 122 cursor->destroy(cursor); in VdbTest002()
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/ |
H A D | l2cap_cmn.h | 172 int L2capAsynchronousProcess(void (*task)(const void *context), void (*destroy)(void *context), void *context);
|
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_writeback.c | 149 .destroy = drm_encoder_cleanup,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/fsl-dcu/ |
H A D | fsl_dcu_drm_plane.c | 178 .destroy = fsl_dcu_drm_plane_destroy,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/ |
H A D | dvo_tfp410.c | 318 .destroy = tfp410_destroy,
|
/kernel/linux/linux-5.10/drivers/md/ |
H A D | dm-queue-length.c | 245 .destroy = ql_destroy,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
H A D | intel_context.h | 151 kref_put(&ce->ref, ce->ops->destroy); in intel_context_put()
|