Searched refs:active (Results 1 - 10 of 10) sorted by relevance

/system/core/nexus/
H A DWifiScanner.h38 int start(bool active);
H A DWifiScanner.cpp39 int WifiScanner::start(bool active) { argument
40 mActive = active;
77 LOGD("Starting wifi scanner (active = %d)", mActive);
H A DSupplicant.h52 int setScanMode(bool active);
H A DSupplicant.cpp277 int Supplicant::setScanMode(bool active) { argument
281 if (sendCommand((active ? "DRIVER SCAN-ACTIVE" : "DRIVER SCAN-PASSIVE"),
283 LOGW("triggerScan(%d): Error setting scan mode (%s)", active,
H A DWifiController.cpp324 int WifiController::setActiveScan(bool active) { argument
326 if (mActiveScan == active) {
330 mActiveScan = active;
332 int rc = mSupplicant->setScanMode(active);
H A DWifiController.h260 int setActiveScan(bool active);
/system/core/toolbox/
H A Dschedtop.c26 size_t active; member in struct:thread_table
67 if (table->active >= table->allocated)
69 return table->data + table->active;
74 table->active++;
173 for (i = 0; i < last_threads.active; i++) {
178 for (j = 0; j < threads.active; j++)
181 if (j == threads.active)
204 proc_info = &processes.data[processes.active - 1];
213 printf("Processes: %d, Threads %d\n", processes.active, threads.active);
[all...]
/system/core/sh/
H A Dhistedit.c229 static int active = 0; local
251 error("history not active");
292 * Catch interrupts to reset active counter and
296 active = 0;
304 if (++active > MAXHISTLOOPS) {
305 active = 0;
440 if (lflg == 0 && active > 0)
441 --active;
/system/core/adb/
H A Dfdevent.c135 int active; local
137 active = (fde->state & FDE_EVENTMASK) != 0;
149 if(active) {
150 /* we're already active. if we're changing to *no*
166 /* we're not active. if we're watching events, we need
H A Dtransport.c289 int active = 0; local
308 active = 1;
315 if(active) {
327 // while a client socket is still active.

Completed in 338 milliseconds