Home
last modified time | relevance | path

Searched refs:Contexthub (Results 1 – 3 of 3) sorted by relevance

/device/google/contexthub/contexthubhal/
DNanohubHidlAdapter.cpp50 Contexthub::Contexthub() in Contexthub() function in android::hardware::contexthub::V1_0::implementation::Contexthub
55 bool Contexthub::setOsAppAsDestination(hub_message_t *msg, int hubId) { in setOsAppAsDestination()
67 Return<void> Contexthub::getHubs(getHubs_cb _hidl_cb) { in getHubs()
104 Contexthub::DeathRecipient::DeathRecipient(sp<Contexthub> contexthub) in DeathRecipient()
107 void Contexthub::DeathRecipient::serviceDied( in serviceDied()
114 bool Contexthub::isValidHubId(uint32_t hubId) { in isValidHubId()
123 sp<IContexthubCallback> Contexthub::getCallBackForHubId(uint32_t hubId) { in getCallBackForHubId()
131 Return<Result> Contexthub::sendMessageToHub(uint32_t hubId, in sendMessageToHub()
162 Return<Result> Contexthub::registerCallback(uint32_t hubId, in registerCallback()
222 int Contexthub::handleOsMessage(sp<IContexthubCallback> cb, in handleOsMessage()
[all …]
DNanohubHidlAdapter.h41 struct Contexthub : public ::android::hardware::contexthub::V1_0::IContexthub { struct
42 Contexthub();
86 DeathRecipient(const sp<Contexthub> contexthub); argument
93 sp<Contexthub> mContexthub;
121 DISALLOW_COPY_AND_ASSIGN(Contexthub); argument
Dservice.cpp28 using android::hardware::contexthub::V1_0::implementation::Contexthub;
33 sp<IContexthub> contexthub = new Contexthub(); in registerContexthubService()