OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:global_handle_
(Results
1 - 2
of
2
) sorted by null
/hardware/interfaces/wifi/1.1/default/
wifi_legacy_hal.cpp
325
:
global_handle_
(nullptr),
347
CHECK(global_func_table_.wifi_initialize && !
global_handle_
&&
358
wifi_error status = global_func_table_.wifi_initialize(&
global_handle_
);
359
if (status != WIFI_SUCCESS || !
global_handle_
) {
385
CHECK_EQ(
global_handle_
, handle) << "Handle mismatch";
395
global_func_table_.wifi_cleanup(
global_handle_
, onAsyncStopComplete);
[
all
...]
wifi_legacy_hal.h
294
wifi_handle
global_handle_
;
member in class:android::hardware::wifi::V1_1::implementation::legacy_hal::WifiLegacyHal
Completed in 2332 milliseconds