Home
last modified time | relevance | path

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

/system/chre/host/hal_generic/
Dgeneric_context_hub.cc66 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()
[all …]
Dgeneric_context_hub.h46 class GenericContextHub : public IContexthub {
48 GenericContextHub();
67 SocketCallbacks(GenericContextHub& parent);
89 GenericContextHub& mParent;