Home
last modified time | relevance | path

Searched refs:mChreInterfaceCallbacks (Results 1 – 2 of 2) sorted by relevance

/device/google/wahoo/wifi_offload/
Doffload_server.h56 std::unique_ptr<ChreInterfaceCallbacksImpl> mChreInterfaceCallbacks; variable
Doffload_server.cpp27 : mChreInterfaceCallbacks(new ChreInterfaceCallbacksImpl(this)), in OffloadServer()
28 mChreInterface(factory->getChreInterface(mChreInterfaceCallbacks.get())) { in OffloadServer()