Searched refs:g_init (Results 1 – 11 of 11) sorted by relevance
/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | astcenc_platform_isa_detection.cpp | 31 static bool g_init { false }; variable 83 g_init = true; in detect_cpu_isa() 118 g_init = true; in detect_cpu_isa() 125 if (!g_init) in cpu_supports_popcnt() 136 if (!g_init) in cpu_supports_f16c() 147 if (!g_init) in cpu_supports_sse41() 158 if (!g_init) in cpu_supports_avx2()
|
/hardware/qcom/display/msm8084/liblight/ |
D | lights.c | 37 static pthread_once_t g_init = PTHREAD_ONCE_INIT; variable 271 pthread_once(&g_init, init_globals); in open_lights()
|
/hardware/qcom/display/msm8994/liblight/ |
D | lights.c | 38 static pthread_once_t g_init = PTHREAD_ONCE_INIT; variable 291 pthread_once(&g_init, init_globals); in open_lights()
|
/hardware/qcom/display/msm8996/liblight/ |
D | lights.c | 38 static pthread_once_t g_init = PTHREAD_ONCE_INIT; variable 300 pthread_once(&g_init, init_globals); in open_lights()
|
/hardware/qcom/display/msm8960/liblight/ |
D | lights.c | 39 static pthread_once_t g_init = PTHREAD_ONCE_INIT; variable 299 pthread_once(&g_init, init_globals); in open_lights()
|
/hardware/qcom/display/msm8226/liblight/ |
D | lights.c | 37 static pthread_once_t g_init = PTHREAD_ONCE_INIT; variable 290 pthread_once(&g_init, init_globals); in open_lights()
|
/hardware/qcom/display/msm8998/liblight/ |
D | lights.c | 43 static pthread_once_t g_init = PTHREAD_ONCE_INIT; variable 337 pthread_once(&g_init, init_globals); in open_lights()
|
/hardware/qcom/display/msm8909/liblight/ |
D | lights.c | 43 static pthread_once_t g_init = PTHREAD_ONCE_INIT; variable 343 pthread_once(&g_init, init_globals); in open_lights()
|
/hardware/qcom/display/msm8909w_3100/liblight/ |
D | lights.c | 44 static pthread_once_t g_init = PTHREAD_ONCE_INIT; variable 371 pthread_once(&g_init, init_globals); in open_lights()
|
/hardware/qcom/sm8150/display/liblight/ |
D | lights.c | 39 static pthread_once_t g_init = PTHREAD_ONCE_INIT; variable 374 pthread_once(&g_init, init_globals); in open_lights()
|
/hardware/qcom/sm7250/display/liblight/ |
D | lights.c | 44 static pthread_once_t g_init = PTHREAD_ONCE_INIT; variable 426 pthread_once(&g_init, init_globals); in open_lights()
|