HomeSort by relevance Sort by last modified time
    Searched full:resetelment (Results 1 - 6 of 6) sorted by null

  /hardware/ti/wlan/wl1271/stad/src/Data_link/
TrafficMonitor.c 356 TrafficAlertElement->ResetElment[0] = (TrafficAlertElement_t*)List_AllocElement(TrafficMonitor->NotificationRegList);
357 if( TrafficAlertElement->ResetElment[0] == NULL)
368 os_memoryCopy(TrafficMonitor->hOs,TrafficAlertElement->ResetElment[0],TrafficAlertElement,sizeof(TrafficAlertElement_t));
369 TrafficAlertElement->ResetElment[0]->CallBack = NULL;
372 TrafficAlertElement->ResetElment[0]->Direction = TRAFF_DOWN;
374 TrafficAlertElement->ResetElment[0]->Direction = TRAFF_UP;
375 TrafficAlertElement->ResetElment[0]->CurrentState = ALERT_WAIT_FOR_RESET;
376 TrafficAlertElement->ResetElment[0]->ResetElment[0] = TrafficAlertElement;
377 TrafficAlertElement->ResetElment[0]->AutoCreated = TI_TRUE
    [all...]
TrafficMonitor.h 151 struct AlertElement_t *ResetElment[MAX_RST_ELMENT_PER_ALERT];
  /system/wlan/ti/wilink_6_1/stad/src/Data_link/
TrafficMonitor.c 356 TrafficAlertElement->ResetElment[0] = (TrafficAlertElement_t*)List_AllocElement(TrafficMonitor->NotificationRegList);
357 if( TrafficAlertElement->ResetElment[0] == NULL)
368 os_memoryCopy(TrafficMonitor->hOs,TrafficAlertElement->ResetElment[0],TrafficAlertElement,sizeof(TrafficAlertElement_t));
369 TrafficAlertElement->ResetElment[0]->CallBack = NULL;
372 TrafficAlertElement->ResetElment[0]->Direction = TRAFF_DOWN;
374 TrafficAlertElement->ResetElment[0]->Direction = TRAFF_UP;
375 TrafficAlertElement->ResetElment[0]->CurrentState = ALERT_WAIT_FOR_RESET;
376 TrafficAlertElement->ResetElment[0]->ResetElment[0] = TrafficAlertElement;
377 TrafficAlertElement->ResetElment[0]->AutoCreated = TI_TRUE
    [all...]
TrafficMonitor.h 151 struct AlertElement_t *ResetElment[MAX_RST_ELMENT_PER_ALERT];
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/TrafficMonitor/
TrafficMonitor.c 344 TrafficAlertElement->ResetElment[0] = (TrafficAlertElement_t*)List_AllocElement(TrafficMonitor->NotificationRegList);
345 if( TrafficAlertElement->ResetElment[0] == NULL)
356 os_memoryCopy(TrafficMonitor->hOs,TrafficAlertElement->ResetElment[0],TrafficAlertElement,sizeof(TrafficAlertElement_t));
357 TrafficAlertElement->ResetElment[0]->CallBack = NULL;
360 TrafficAlertElement->ResetElment[0]->Direction = TRAFF_DOWN;
362 TrafficAlertElement->ResetElment[0]->Direction = TRAFF_UP;
363 TrafficAlertElement->ResetElment[0]->CurrentState = ALERT_WAIT_FOR_RESET;
364 TrafficAlertElement->ResetElment[0]->ResetElment[0] = TrafficAlertElement;
365 TrafficAlertElement->ResetElment[0]->AutoCreated = TRUE
    [all...]
TrafficMonitor.h 149 struct AlertElement_t *ResetElment[MAX_RST_ELMENT_PER_ALERT];

Completed in 89 milliseconds