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.cc73 GenericContextHub::DeathRecipient::DeathRecipient( in DeathRecipient()
74 sp<GenericContextHub> contexthub) : mGenericContextHub(contexthub){} in DeathRecipient()
76 void GenericContextHub::DeathRecipient::serviceDied( in serviceDied()
82 GenericContextHub::GenericContextHub() { in GenericContextHub() function in android::hardware::contexthub::V1_0::implementation::GenericContextHub
93 Return<void> GenericContextHub::debug( in debug()
129 Return<void> GenericContextHub::getHubs(getHubs_cb _hidl_cb) { in getHubs()
169 Return<Result> GenericContextHub::registerCallback( in registerCallback()
198 Return<Result> GenericContextHub::sendMessageToHub(uint32_t hubId, in sendMessageToHub()
221 Return<Result> GenericContextHub::loadNanoApp( in loadNanoApp()
255 Result GenericContextHub::sendFragmentedLoadNanoAppRequest( in sendFragmentedLoadNanoAppRequest()
[all …]
Dgeneric_context_hub.h53 class GenericContextHub : public IContexthub {
55 GenericContextHub();
77 explicit SocketCallbacks(GenericContextHub& parent);
104 GenericContextHub& mParent;
116 explicit DeathRecipient(const sp<GenericContextHub> contexthub);
122 sp<GenericContextHub> mGenericContextHub;