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

  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
common.h 135 wifi_cleaned_up_handler cleaned_up_handler; // socket cleaned up handler member in struct:__anon40268
wifi_hal.cpp 202 wifi_cleaned_up_handler cleaned_up_handler = info->cleaned_up_handler; local
211 (*cleaned_up_handler)(handle);
221 info->cleaned_up_handler = handler;
  /hardware/qcom/wlan/qcwcn/wifi_hal/
common.h 85 wifi_cleaned_up_handler cleaned_up_handler; // socket cleaned up handler member in struct:__anon42486
wifi_hal.cpp 244 wifi_cleaned_up_handler cleaned_up_handler = info->cleaned_up_handler; local
253 (*cleaned_up_handler)(handle);
262 info->cleaned_up_handler = handler;
  /frameworks/opt/net/wifi/service/tools/halutil/
halutil.cpp 161 static void cleaned_up_handler(wifi_handle handle) { function
169 wifi_cleanup(halHandle, cleaned_up_handler);
    [all...]

Completed in 858 milliseconds