OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UnloadDriver
(Results
1 - 4
of
4
) sorted by null
/frameworks/opt/net/wifi/libwifi_hal/include/wifi_hal/
driver_tool.h
40
virtual bool
UnloadDriver
();
/frameworks/opt/net/wifi/libwifi_hal/testlib/include/wifi_hal_test/
mock_driver_tool.h
29
MOCK_METHOD0(
UnloadDriver
, bool());
/frameworks/opt/net/wifi/libwifi_hal/
driver_tool.cpp
51
bool DriverTool::
UnloadDriver
() {
/hardware/interfaces/wifi/1.2/default/
wifi_mode_controller.cpp
80
if (!driver_tool_->
UnloadDriver
()) {
Completed in 77 milliseconds