HomeSort by relevance Sort by last modified time
    Searched refs:STATE_DEFAULT (Results 1 - 5 of 5) sorted by null

  /external/u-boot/drivers/usb/gadget/
designware_udc.c 62 * STATE_DEFAULT
102 if (final == STATE_DEFAULT)
104 case STATE_DEFAULT:
125 if (final == STATE_DEFAULT)
127 case STATE_DEFAULT:
787 * and DEVICE_RESET causes a transition to the state STATE_DEFAULT.
841 udc_state_transition(udc_device->device_state, STATE_DEFAULT);
ep0.c 436 case STATE_DEFAULT:
546 if (device->device_state != STATE_DEFAULT) {
core.c 62 "STATE_DEFAULT",
608 device->device_state = STATE_DEFAULT;
  /cts/tests/tests/app.usage/src/android/app/usage/cts/
NetworkUsageStatsTest.java 63 import static android.app.usage.NetworkStats.Bucket.STATE_DEFAULT;
695 int currentState = isInForeground() ? STATE_FOREGROUND : STATE_DEFAULT;
696 int otherState = (currentState == STATE_DEFAULT) ? STATE_FOREGROUND : STATE_DEFAULT;
    [all...]
  /external/u-boot/include/
usbdevice.h 385 STATE_DEFAULT, /* we been reset */

Completed in 280 milliseconds