Lines Matching refs:GenericContextHub

66 GenericContextHub::GenericContextHub() {  in GenericContextHub()  function in android::hardware::contexthub::V1_0::implementation::GenericContextHub
75 Return<void> GenericContextHub::getHubs(getHubs_cb _hidl_cb) { in getHubs()
114 Return<Result> GenericContextHub::registerCallback( in registerCallback()
130 Return<Result> GenericContextHub::sendMessageToHub(uint32_t hubId, in sendMessageToHub()
153 Return<Result> GenericContextHub::loadNanoApp( in loadNanoApp()
181 Return<Result> GenericContextHub::unloadNanoApp( in unloadNanoApp()
191 Return<Result> GenericContextHub::enableNanoApp( in enableNanoApp()
201 Return<Result> GenericContextHub::disableNanoApp( in disableNanoApp()
211 Return<Result> GenericContextHub::queryApps(uint32_t hubId) { in queryApps()
230 GenericContextHub::SocketCallbacks::SocketCallbacks(GenericContextHub& parent) in SocketCallbacks()
233 void GenericContextHub::SocketCallbacks::onMessageReceived(const void *data, in onMessageReceived()
240 void GenericContextHub::SocketCallbacks::onConnected() { in onConnected()
250 void GenericContextHub::SocketCallbacks::onDisconnected() { in onDisconnected()
254 void GenericContextHub::SocketCallbacks::handleNanoappMessage( in handleNanoappMessage()
277 void GenericContextHub::SocketCallbacks::handleHubInfoResponse( in handleHubInfoResponse()
313 void GenericContextHub::SocketCallbacks::handleNanoappListResponse( in handleNanoappListResponse()
344 void GenericContextHub::SocketCallbacks::handleLoadNanoappResponse( in handleLoadNanoappResponse()
355 return new GenericContextHub(); in HIDL_FETCH_IContexthub()