OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:g_initialized
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/test/fuzzers/
webrtc_fuzzer_main.cc
18
bool
g_initialized
= false;
member in namespace:__anon28167
20
if (
g_initialized
)
29
g_initialized
= true;
/hardware/libhardware_legacy/power/
power.c
47
//XXX static pthread_once_t
g_initialized
= THREAD_ONCE_INIT;
48
static int
g_initialized
= 0;
variable
75
//pthread_once(&
g_initialized
, open_file_descriptors);
77
if (
g_initialized
== 0) {
80
g_initialized
= 1;
/hardware/intel/common/utils/ISV/omx/
isv_omxcore.cpp
45
static unsigned int
g_initialized
= 0;
variable
65
if (!
g_initialized
) {
113
g_initialized
= 1;
127
if (
g_initialized
== 0)
142
g_initialized
= 0;
/hardware/intel/common/wrs_omxil_core/core/src/
wrs_omxcore.cpp
37
static unsigned int
g_initialized
= 0;
variable
128
if (!
g_initialized
) {
137
g_initialized
= 1;
158
g_initialized
= 0;
Completed in 68 milliseconds