Searched defs:ChreInterface (Results 1 - 2 of 2) sorted by relevance

/device/google/wahoo/wifi_offload/
H A Dchre_interface.h31 class ChreInterface;
37 SocketCallbacks(ChreInterface* parent);
53 ChreInterface* mParent;
56 class ChreInterface { class in namespace:android::hardware::wifi::offload::V1_0::implementation
58 ChreInterface(ChreInterfaceCallbacks* callback);
59 ~ChreInterface();
H A Dchre_interface.cpp39 SocketCallbacks::SocketCallbacks(ChreInterface* parent) : mParent(parent) {
117 ChreInterface::ChreInterface(ChreInterfaceCallbacks* callback) function in class:android::hardware::wifi::offload::V1_0::implementation::ChreInterface
125 ChreInterface::~ChreInterface() {
129 bool ChreInterface::isConnected() {
134 void ChreInterface::reportConnectionEvent(ChreInterfaceCallbacks::ConnectionEvent event) {
157 bool ChreInterface::sendCommandToApp(uint32_t messageType, const std::vector<uint8_t>& message) {
174 void ChreInterface::handleMessage(uint32_t messageType, const void* messageData,
181 bool ChreInterface
[all...]

Completed in 19 milliseconds