Searched refs:FDE_ACTIVE (Results 1 - 2 of 2) sorted by relevance

/system/core/adb/
H A Dfdevent.cpp77 #define FDE_ACTIVE 0x0100 macro
594 fde->state = FDE_ACTIVE;
606 fde->state |= FDE_ACTIVE;
615 if(fde->state & FDE_ACTIVE) {
632 if(fde->state & FDE_ACTIVE) {
H A Dsysdeps_win32.cpp1273 #define FDE_ACTIVE 0x0100 macro
1860 fde->state = FDE_ACTIVE;
1868 fde->state |= FDE_ACTIVE;
1877 if(fde->state & FDE_ACTIVE) {
1894 if(fde->state & FDE_ACTIVE) {

Completed in 37 milliseconds