Home
last modified time | relevance | path

Searched refs:g_stop (Results 1 - 3 of 3) sorted by relevance

/drivers/peripheral/display/composer/hdi_service/src/
H A Ddisplay_composer_driver.cpp38 static bool g_stop = true; variable
63 if (hdfDisplayComposerHost == nullptr || g_stop) { in DisplayComposerDriverDispatch()
65 HDF_LOGE("%{public}s:hdfDisplayComposerHost nullptr, stop: %{public}d", __func__, g_stop); in DisplayComposerDriverDispatch()
115 g_stop = false; in HdfDisplayComposerDriverBind()
123 g_stop = true; in HdfDisplayComposerDriverRelease()
/drivers/peripheral/wlan/hostapd/interfaces/hdi_service/
H A Dhostapd_interface_drivers.c36 static int g_stop = 0; variable
45 if (g_stop == 1 || hostapdinterfaceHost->service == NULL || hostapdinterfaceHost->stubObject == NULL) { in HostapdInterfaceDriverDispatch()
117 g_stop = 1; in HdfHostapdInterfaceDriverRelease()
/drivers/peripheral/wlan/wpa/interfaces/hdi_service/
H A Dwpa_interface_drivers.c35 static int g_stop = 0; variable
42 if (g_stop == 1 || client == NULL || client->device == NULL || in WpaInterfaceDriverDispatch()
126 g_stop = 1; in HdfWpaInterfaceDriverRelease()

Completed in 1 milliseconds