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

  /external/protobuf/src/google/protobuf/stubs/
once_unittest.cc 141 State CurrentState() {
184 EXPECT_EQ(INIT_NOT_STARTED, CurrentState());
186 EXPECT_EQ(INIT_DONE, CurrentState());
190 EXPECT_EQ(INIT_DONE, CurrentState());
199 EXPECT_EQ(INIT_NOT_STARTED, CurrentState());
201 EXPECT_EQ(INIT_DONE, CurrentState());
210 EXPECT_EQ(INIT_NOT_STARTED, CurrentState());
217 EXPECT_EQ(INIT_DONE, CurrentState());
227 EXPECT_EQ(INIT_NOT_STARTED, CurrentState());
242 EXPECT_EQ(INIT_STARTED, CurrentState());
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Data_link/
TrafficMonitor.c 203 if(AlertElement->CurrentState != ALERT_WAIT_FOR_RESET)
244 AlertElement->CurrentState = ALERT_OFF;
345 TrafficAlertElement->CurrentState = ALERT_OFF;
365 the direction and the call back that is set to null the CurrentState set to disable.
375 TrafficAlertElement->ResetElment[0]->CurrentState = ALERT_WAIT_FOR_RESET;
386 TrafficAlertElement->CurrentState = ALERT_WAIT_FOR_RESET;
553 TrafficAlertElement->CurrentState = ALERT_OFF;
575 TrafficResetAlertElement->CurrentState = ALERT_OFF;
662 TrafficAlertElement->CurrentState = ALERT_OFF;
739 AlertElement->CurrentState = ALERT_WAIT_FOR_RESET
    [all...]
TrafficMonitor.h 135 TraffAlertState_t CurrentState;
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/TrafficMonitor/
TrafficMonitor.c 200 if(AlertElement->CurrentState != ALERT_WAIT_FOR_RESET)
240 AlertElement->CurrentState = ALERT_OFF;
333 TrafficAlertElement->CurrentState = ALERT_OFF;
353 the direction and the call back that is set to null the CurrentState set to disable.
363 TrafficAlertElement->ResetElment[0]->CurrentState = ALERT_WAIT_FOR_RESET;
374 TrafficAlertElement->CurrentState = ALERT_WAIT_FOR_RESET;
541 TrafficAlertElement->CurrentState = ALERT_OFF;
563 TrafficResetAlertElement->CurrentState = ALERT_OFF;
653 TrafficAlertElement->CurrentState = ALERT_OFF;
730 AlertElement->CurrentState = ALERT_WAIT_FOR_RESET
    [all...]
TrafficMonitor.h 133 TraffAlertState_t CurrentState;
  /system/wlan/ti/wilink_6_1/stad/src/Data_link/
TrafficMonitor.c 203 if(AlertElement->CurrentState != ALERT_WAIT_FOR_RESET)
244 AlertElement->CurrentState = ALERT_OFF;
345 TrafficAlertElement->CurrentState = ALERT_OFF;
365 the direction and the call back that is set to null the CurrentState set to disable.
375 TrafficAlertElement->ResetElment[0]->CurrentState = ALERT_WAIT_FOR_RESET;
386 TrafficAlertElement->CurrentState = ALERT_WAIT_FOR_RESET;
553 TrafficAlertElement->CurrentState = ALERT_OFF;
575 TrafficResetAlertElement->CurrentState = ALERT_OFF;
662 TrafficAlertElement->CurrentState = ALERT_OFF;
739 AlertElement->CurrentState = ALERT_WAIT_FOR_RESET
    [all...]
TrafficMonitor.h 135 TraffAlertState_t CurrentState;
  /hardware/ti/wlan/wl1271/TWD/FW_Transfer/
eventMbox.c 102 EEventMboxState CurrentState;
248 pEventMbox->CurrentState = EVENT_MBOX_STATE_IDLE;
280 pEventMbox->CurrentState = EVENT_MBOX_STATE_IDLE;
639 if (pEventMbox->CurrentState != EVENT_MBOX_STATE_IDLE)
643 pEventMbox->CurrentState = EVENT_MBOX_STATE_READING;
700 if (pEventMbox->CurrentState == EVENT_MBOX_STATE_IDLE)
711 pEventMbox->CurrentState = EVENT_MBOX_STATE_IDLE;
  /system/wlan/ti/wilink_6_1/TWD/FW_Transfer/
eventMbox.c 102 EEventMboxState CurrentState;
248 pEventMbox->CurrentState = EVENT_MBOX_STATE_IDLE;
280 pEventMbox->CurrentState = EVENT_MBOX_STATE_IDLE;
639 if (pEventMbox->CurrentState != EVENT_MBOX_STATE_IDLE)
643 pEventMbox->CurrentState = EVENT_MBOX_STATE_READING;
698 if (pEventMbox->CurrentState == EVENT_MBOX_STATE_IDLE)
709 pEventMbox->CurrentState = EVENT_MBOX_STATE_IDLE;
  /external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
riva_mmio.h 392 struct _riva_hw_state *CurrentState;
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
JPEGTest.c 520 OMX_STATETYPE CurrentState;
527 error = pComponent->GetState(pHandle, &CurrentState);
528 if(error || CurrentState == DesiredState) {
    [all...]

Completed in 815 milliseconds