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

/system/core/adb/
H A Dfdevent.c79 #define FDE_ACTIVE 0x0100 macro
587 fde->state = FDE_ACTIVE;
599 fde->state |= FDE_ACTIVE;
608 if(fde->state & FDE_ACTIVE) {
625 if(fde->state & FDE_ACTIVE) {
H A Dsysdeps_win32.c1270 #define FDE_ACTIVE 0x0100 macro
1858 fde->state = FDE_ACTIVE;
1866 fde->state |= FDE_ACTIVE;
1875 if(fde->state & FDE_ACTIVE) {
1892 if(fde->state & FDE_ACTIVE) {

Completed in 173 milliseconds