/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/common/ |
H A D | napi_helper.h | 38 static napi_ref CreateReference(napi_env env, napi_value value, uint32_t refcount);
|
/test/xts/acts/graphic/nativedrawing/entry/src/main/cpp/common/ |
H A D | napi_helper.h | 38 static napi_ref CreateReference(napi_env env, napi_value value, uint32_t refcount);
|
/test/xts/acts/commonlibrary/thirdparty/musl32/entry/src/main/cpp/common/ |
H A D | napi_helper.h | 38 static napi_ref CreateReference(napi_env env, napi_value value, uint32_t refcount);
|
/test/xts/acts/graphic/graphicEGL/entry/src/main/cpp/ |
H A D | napi_helper.h | 38 static napi_ref CreateReference(napi_env env, napi_value value, uint32_t refcount);
|
/test/xts/acts/graphic/nativeimage/entry/src/main/cpp/common/ |
H A D | napi_helper.h | 38 static napi_ref CreateReference(napi_env env, napi_value value, uint32_t refcount);
|
/test/xts/acts/startup/startup_standard/init_ndkTest/entry/src/main/cpp/ |
H A D | napi_helper.h | 38 static napi_ref CreateReference(napi_env env, napi_value value, uint32_t refcount);
|
/third_party/curl/lib/vtls/ |
H A D | schannel_int.h | 121 int refcount; member
|
/third_party/FreeBSD/sys/dev/usb/ |
H A D | usb_dev.h | 81 uint8_t is_uref; /* USB refcount decr. needed */ 138 uint8_t refcount; member
|
/third_party/libwebsockets/lib/system/async-dns/ |
H A D | private-lib-async-dns.h | 47 char refcount; member
|
/third_party/mesa3d/src/gallium/frontends/dri/ |
H A D | dri_util.h | 285 int refcount; member
|
/third_party/libdrm/radeon/ |
H A D | bof.h | 45 unsigned refcount; member
|
/third_party/skia/third_party/externals/dawn/src/dawn_wire/client/ |
H A D | Device.h | 35 Device(Client* client, uint32_t refcount, uint32_t id);
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/csf/ |
H A D | mali_kbase_csf_defs.h | 291 * @refcount: Reference count, stands for the number of times the queue 346 atomic_t refcount; member 1033 * @refcount: Number of client sessions bound to this counter. 1042 u8 refcount; member
|
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/rga3/include/ |
H A D | rga_drv.h | 156 struct kref refcount; member 223 struct kref refcount; member
|
/third_party/ffmpeg/libavcodec/ |
H A D | v4l2_m2m.c | 71 atomic_init(&s->refcount, 0); in v4l2_prepare_contexts() 221 if (atomic_load(&s->refcount)) in ff_v4l2_m2m_codec_reinit()
|
H A D | mmaldec.c | 61 atomic_int refcount; member 107 atomic_fetch_add_explicit(&ref->refcount, -1, memory_order_acq_rel) == 1) { in ffmmal_poolref_unref() 143 atomic_fetch_add_explicit(&ref->pool->refcount, 1, memory_order_relaxed); in ffmmal_set_ref() 291 atomic_init(&ctx->pool_out->refcount, 1); in ffmal_update_format()
|
H A D | mediacodecdec_common.c | 225 atomic_fetch_add(&s->refcount, 1); in ff_mediacodec_dec_ref() 233 if (atomic_fetch_sub(&s->refcount, 1) == 1) { in ff_mediacodec_dec_unref() 569 atomic_init(&s->refcount, 1); in ff_mediacodec_dec_init() 875 if (!s->surface || atomic_load(&s->refcount) == 1) { in ff_mediacodec_dec_flush()
|
H A D | v4l2_buffers.c | 218 atomic_fetch_sub_explicit(&s->refcount, 1, memory_order_acq_rel); in v4l2_free_buffer() 221 if (!atomic_load(&s->refcount)) in v4l2_free_buffer() 251 atomic_fetch_add_explicit(&s->refcount, 1, memory_order_relaxed); in v4l2_buf_increase_ref()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_bufmgr.h | 221 int refcount; member 326 p_atomic_inc(&bo->refcount); in iris_bo_reference() 357 * Reduces the refcount on the userspace mapping of the buffer
|
/third_party/libdrm/intel/ |
H A D | intel_bufmgr_fake.c | 193 unsigned int refcount; member 819 bo_fake->refcount = 1; in drm_intel_fake_bo_alloc() 884 bo_fake->refcount = 1; in drm_intel_bo_fake_alloc_static() 904 bo_fake->refcount++; in drm_intel_fake_bo_reference() 913 bo_fake->refcount++; in drm_intel_fake_bo_reference_locked() 924 if (--bo_fake->refcount == 0) { in drm_intel_fake_bo_unreference_locked()
|
/third_party/mesa3d/src/vulkan/wsi/ |
H A D | wsi_common_wayland.c | 75 uint32_t refcount; member 520 assert(display->refcount == 0); in wsi_wl_display_finish() 608 display->refcount = 0; in wsi_wl_display_init() 639 display->refcount++; in wsi_wl_display_create() 648 display->refcount++; in wsi_wl_display_ref() 655 if (display->refcount-- > 1) in wsi_wl_display_unref()
|
/device/soc/rockchip/common/sdk_linux/ipc/ |
H A D | util.c | 219 * (i.e.: set new->deleted, reduce refcount, call_rcu())
in ipc_idr_alloc() 282 /* 1) Initialize the refcount so that ipc_rcu_putref works */
in ipc_addid() 283 refcount_set(&new->refcount, 1);
in ipc_addid() 500 return refcount_inc_not_zero(&ptr->refcount);
in ipc_rcu_getref() 505 if (!refcount_dec_and_test(&ptr->refcount)) {
in ipc_rcu_putref()
|
/third_party/mesa3d/src/broadcom/simulator/ |
H A D | v3d_simulator.c | 95 int refcount; member 838 if (sim_state.refcount++) { in v3d_simulator_init_global() 916 if (!--sim_state.refcount) { in v3d_simulator_destroy()
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_simulator.c | 76 int refcount; member 632 if (sim_state.refcount++) { in vc4_simulator_init_global() 692 if (!--sim_state.refcount) { in vc4_simulator_destroy()
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | linux_osl_priv.h | 129 atomic_t refcount; /* Number of references to this shared structure. */ member
|