OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wifi_cleaned_up_handler
(Results
1 - 7
of
7
) sorted by null
/hardware/libhardware_legacy/include/hardware_legacy/
wifi_hal.h
87
typedef void (*
wifi_cleaned_up_handler
) (wifi_handle handle);
typedef
88
void wifi_cleanup(wifi_handle handle,
wifi_cleaned_up_handler
handler);
222
void (* wifi_cleanup) (wifi_handle,
wifi_cleaned_up_handler
);
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
common.h
173
wifi_cleaned_up_handler
cleaned_up_handler; // socket cleaned up handler
wifi_hal.cpp
298
wifi_cleaned_up_handler
cleaned_up_handler = info->cleaned_up_handler;
316
void wifi_cleanup(wifi_handle handle,
wifi_cleaned_up_handler
handler)
[
all
...]
/hardware/qcom/wlan/qcwcn/wifi_hal/
common.h
102
wifi_cleaned_up_handler
cleaned_up_handler; // socket cleaned up handler
wifi_hal.cpp
611
wifi_cleaned_up_handler
cleaned_up_handler = info->cleaned_up_handler;
654
void wifi_cleanup(wifi_handle handle,
wifi_cleaned_up_handler
handler)
[
all
...]
/frameworks/opt/net/wifi/service/jni/
wifi_hal_stub.h
31
void wifi_cleanup_stub(wifi_handle handle,
wifi_cleaned_up_handler
handler);
/frameworks/opt/net/wifi/service/lib/
wifi_hal_stub.cpp
25
void wifi_cleanup_stub(wifi_handle handle,
wifi_cleaned_up_handler
handler) {
Completed in 3279 milliseconds