Searched refs:initialized (Results 1 - 4 of 4) sorted by relevance

/system/core/adb/
H A Dusb_osx.c403 static int initialized = 0; variable
406 if (!initialized)
427 initialized = 1;
/system/wlan/ti/sta_dk_4_0_4_32/pform/linux/inc/
H A Desta_drv.h267 int initialized; /* 1=succeeded to pass init stage, 0=otherwise */ member in struct:tiwlan_net_dev
/system/core/libcutils/
H A Dmq.c245 static bool initialized = false; local
246 if (initialized == false) {
249 initialized = true;
1286 LOG_ALWAYS_FATAL("Peer is already initialized.");
1325 LOG_ALWAYS_FATAL("Peer is already initialized.");
/system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/
H A Desta_drv.c545 Used when driver is not initialized
1239 /* It is OK if already initialized */
1455 drv->initialized = 1;
1479 if (!drv->initialized)
1709 drv->initialized = 0;
1911 printk(KERN_INFO "TIWLAN: Driver initialized (rc %d)\n", rc);

Completed in 159 milliseconds