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

  /device/google/wahoo/wifi_offload/
offload_server.cpp 28 mChreInterface(factory->getChreInterface(mChreInterfaceCallbacks.get())) {
34 if (!mChreInterface->isConnected()) {
49 if (!mChreInterface->sendCommandToApp(wifi_offload::HostMessageType::HOST_CMD_CONFIG_SCANS,
59 if (!mChreInterface->isConnected()) {
63 if (!mChreInterface->sendCommandToApp(wifi_offload::HostMessageType::HOST_CMD_GET_SCAN_STATS,
83 if (!mChreInterface->isConnected()) {
89 if (!mChreInterface->sendCommandToApp(
98 if (!mChreInterface->isConnected()) {
102 if (!mChreInterface->sendCommandToApp(wifi_offload::HostMessageType::HOST_CMD_RESET, {})) {
109 if (!mChreInterface->isConnected())
    [all...]
offload_server.h 57 std::unique_ptr<ChreInterface> mChreInterface;

Completed in 79 milliseconds