HomeSort by relevance Sort by last modified time
    Searched defs:Wifi (Results 1 - 2 of 2) sorted by null

  /hardware/interfaces/wifi/1.0/default/
wifi.h 23 #include <android/hardware/wifi/1.0/IWifi.h>
33 namespace wifi { namespace in namespace:android::hardware
38 * Root HIDL interface object used to control the Wifi HAL.
40 class Wifi : public IWifi {
42 Wifi();
78 DISALLOW_COPY_AND_ASSIGN(Wifi);
83 } // namespace wifi
wifi.cpp 20 #include "wifi.h"
25 static constexpr android::hardware::wifi::V1_0::ChipId kChipId = 0;
30 namespace wifi { namespace in namespace:android::hardware
35 Wifi::Wifi()
40 bool Wifi::isValid() {
45 Return<void> Wifi::registerEventCallback(
50 &Wifi::registerEventCallbackInternal,
55 Return<bool> Wifi::isStarted() {
59 Return<void> Wifi::start(start_cb hidl_status_cb)
    [all...]

Completed in 60 milliseconds