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

  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
common.h 190 wifi_cleaned_up_handler cleaned_up_handler; // socket cleaned up handler member in struct:__anon47067
wifi_hal.cpp 358 wifi_cleaned_up_handler cleaned_up_handler = info->cleaned_up_handler; local
369 (*cleaned_up_handler)(handle);
381 info->cleaned_up_handler = handler;
    [all...]
  /hardware/qcom/wlan/qcwcn/wifi_hal/
common.h 106 wifi_cleaned_up_handler cleaned_up_handler; // socket cleaned up handler member in struct:hal_info_s
wifi_hal.cpp 765 wifi_cleaned_up_handler cleaned_up_handler = info->cleaned_up_handler; local
815 (*cleaned_up_handler)(handle);
829 info->cleaned_up_handler = handler;
    [all...]

Completed in 291 milliseconds