HomeSort by relevance Sort by last modified time
    Searched full:on_stop_complete_internal_callback (Results 1 - 1 of 1) sorted by null

  /hardware/interfaces/wifi/1.2/default/
wifi_legacy_hal.cpp 59 std::function<void(wifi_handle handle)> on_stop_complete_internal_callback; member in namespace:android::hardware::wifi::V1_2::implementation::legacy_hal
62 if (on_stop_complete_internal_callback) {
63 on_stop_complete_internal_callback(handle);
65 on_stop_complete_internal_callback = nullptr;
399 on_stop_complete_internal_callback = [on_stop_complete_user_callback,
    [all...]

Completed in 678 milliseconds