Home
last modified time | relevance | path

Searched refs:inited (Results 1 - 25 of 45) sorted by relevance

12

/foundation/resourceschedule/frame_aware_sched/interfaces/innerkits/frameintf/
H A Dframe_ui_intf.cpp37 if (inited) { in Init()
42 inited = false; in Init()
44 inited = true; in Init()
46 RME_LOGI("[Init]:ret:%{public}d, inited:%{public}d", ret, inited); in Init()
51 if (!inited) { in GetSenseSchedEnable()
59 if (!inited) { in BeginFlushAnimation()
67 if (!inited) { in EndFlushAnimation()
75 if (!inited) { in BeginFlushBuild()
83 if (!inited) { in EndFlushBuild()
[all...]
H A Dframe_ui_intf.h63 bool inited = false; member in OHOS::RME::FrameUiIntf
/third_party/ffmpeg/libavcodec/
H A Dzlib_wrapper.c46 z->inited = 0; in ff_inflate_init()
55 z->inited = 1; in ff_inflate_init()
66 if (z->inited) { in ff_inflate_end()
67 z->inited = 0; in ff_inflate_end()
79 z->inited = 0; in ff_deflate_init()
86 z->inited = 1; in ff_deflate_init()
97 if (z->inited) { in ff_deflate_end()
98 z->inited = 0; in ff_deflate_end()
H A Dcngdec.c38 int inited; member
102 p->inited = 0; in cng_decode_flush()
129 if (p->inited) { in cng_decode_frame()
136 p->inited = 1; in cng_decode_frame()
H A Dzlib_wrapper.h29 int inited; member
36 * in any case, it sets zstream->inited to indicate whether inflateInit()
44 * zstream->inited is set and resets zstream->inited.
47 * provided that the FFZStream (or just FFZStream.inited) has been zeroed.
/third_party/mesa3d/src/egl/main/
H A Deglcurrent.c42 .inited = false
63 if (unlikely(!current->inited)) { in _eglGetCurrentThread()
66 current->inited = true; in _eglGetCurrentThread()
79 t->inited = false; in _eglDestroyCurrentThread()
H A Deglcurrent.h54 bool inited; member
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_frame_rate_linker.cpp118 static bool inited = false; in InitUniRenderEnabled() local
119 if (!inited) { in InitUniRenderEnabled()
120 inited = true; in InitUniRenderEnabled()
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/mini_discover/
H A Dcoap_app.c59 return g_coapCtx.inited; in IsCoapContextReady()
64 if (g_coapCtx.inited) { in CoapGetLocalIfaceName()
73 if (g_coapCtx.inited) { in CoapGetCoapCtxType()
82 if (!g_coapCtx.inited) { in IsLoopBackPacket()
261 if (!g_coapCtx.inited) { in CoapSendMessage()
262 DFINDER_LOGE(TAG, "coap context not inited"); in CoapSendMessage()
357 if (g_coapCtx.inited) { in CoapServerInit()
382 g_coapCtx.inited = NSTACKX_TRUE; in CoapServerInit()
388 if (ctx != &g_coapCtx || !g_coapCtx.inited || !moduleDeinit) { in CoapServerDestroy()
389 DFINDER_LOGE(TAG, "do not destroy, inited in CoapServerDestroy()
[all...]
/third_party/ffmpeg/libavfilter/
H A Df_realtime.c34 unsigned inited; member
46 if (!s->inited) { in filter_frame()
47 s->inited = 1; in filter_frame()
/foundation/systemabilitymgr/samgr_lite/samgr/source/
H A Dtask_manager.c215 if (service == NULL || service->inited != SVC_IDLE) { in BeginWork()
225 service->inited = SVC_BUSY; in BeginWork()
230 if (service == NULL || service->inited != SVC_BUSY) { in EndWork()
247 service->inited = SVC_IDLE; in EndWork()
H A Dservice.c36 impl->inited = SVC_INIT; in SAMGR_CreateServiceImpl()
131 service->inited = SVC_INIT; in DEFAULT_StopService()
H A Dservice_impl.h53 uint8 inited; member
H A Dsamgr_lite.c128 if (serviceImpl == NULL || serviceImpl->inited != SVC_INIT) { in SAMGR_Bootstrap()
159 // Did all services be inited? in InitCompleted()
285 if (serviceImpl == NULL || serviceImpl->inited != SVC_INIT) { in RegisterFeature()
417 if (service->inited == SVC_INIT) { in GetUninitializedPos()
518 serviceImpl->inited = SVC_IDLE; in HandleInitRequest()
/third_party/ffmpeg/libavdevice/
H A Dsdl2.c52 int inited; member
153 if (!sdl->inited) in sdl2_write_trailer()
172 "SDL video subsystem was already inited, you could have multiple SDL outputs. This may cause unknown behaviour.\n"); in sdl2_write_header()
173 sdl->inited = 1; in sdl2_write_header()
203 if (!sdl->inited){ in sdl2_write_header()
234 sdl->inited = 1; in sdl2_write_header()
/third_party/python/Lib/
H A Dmimetypes.py14 inited -- flag set when init() has been called
42 "knownfiles", "inited", "MimeTypes",
60 inited = False variable
73 if not inited:
362 global inited, _db
363 inited = True # so that MimeTypes.__init__() doesn't call us again
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/core/
H A Dnstackx_mbedtls.c42 static int inited = 0; in MbedtlsGetRandomSeed() local
44 if (inited == 0) { in MbedtlsGetRandomSeed()
52 inited = 1; in MbedtlsGetRandomSeed()
/third_party/openssl/test/
H A Dfake_rsaprov.c245 static const unsigned char inited[] = { 1 }; in fake_rsa_gen() local
249 || !TEST_mem_eq(gctx, sizeof(*gctx), inited, sizeof(inited))) in fake_rsa_gen()
/third_party/libwebsockets/lib/core/
H A Dlogs.c527 if (!vcx->inited) { in lwsl_refcount_cx()
528 vcx->inited = 1; in lwsl_refcount_cx()
530 vcx->inited = 2; in lwsl_refcount_cx()
532 while (vcx->inited != 2) in lwsl_refcount_cx()
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/include/mini_discover/
H A Dcoap_app.h40 bool inited; member
/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_pipeline.c65 _Atomic bool inited; member
75 .inited = false,
645 if (atomic_load_explicit(&(g_manager.inited), memory_order_acquire)) { in TransProxyPipelineInit()
669 atomic_store_explicit(&(g_manager.inited), true, memory_order_release); in TransProxyPipelineInit()
678 atomic_store_explicit(&(g_manager.inited), false, memory_order_release); in TransProxyPipelineInit()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_interactive_implict_animator.cpp83 static bool inited = false; in InitUniRenderEnabled() local
84 if (!inited) { in InitUniRenderEnabled()
85 inited = true; in InitUniRenderEnabled()
/third_party/mesa3d/src/drm-shim/
H A Ddrm_shim.c191 static bool inited = false; in init_shim() local
195 if (inited) in init_shim()
201 inited = true; in init_shim()
/third_party/backends/backend/
H A Dtest.c77 static SANE_Bool inited = SANE_FALSE; variable
1663 if (inited) in sane_init()
1664 DBG (3, "sane_init: warning: already inited\n"); in sane_init()
1885 inited = SANE_TRUE; in sane_init()
1914 if (!inited) in sane_exit()
1916 DBG (1, "sane_exit: not inited, call sane_init() first\n"); in sane_exit()
1935 inited = SANE_FALSE; in sane_exit()
1946 if (!inited) in sane_get_devices()
1948 DBG (1, "sane_get_devices: not inited, call sane_init() first\n"); in sane_get_devices()
1969 if (!inited) in sane_open()
[all...]
H A Ddll.c201 u_int inited:1; /* has the backend been initialized? */ member
228 0 /* inited */, \
711 be->inited = 1; in init()
1034 if (be->inited) in sane_exit()
1074 be->inited = 0; in sane_exit()
1137 if (!be->inited) in sane_get_devices()
1330 if (!be->inited) in sane_open()

Completed in 17 milliseconds

12