Home
last modified time | relevance | path

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

/hardware/interfaces/contexthub/1.0/default/
DContexthub.cpp38 Contexthub::Contexthub() in Contexthub() function in android::hardware::contexthub::V1_0::implementation::Contexthub
59 bool Contexthub::setOsAppAsDestination(hub_message_t *msg, int hubId) { in setOsAppAsDestination()
71 Return<void> Contexthub::getHubs(getHubs_cb _hidl_cb) { in getHubs()
114 Contexthub::DeathRecipient::DeathRecipient(sp<Contexthub> contexthub) in DeathRecipient()
117 void Contexthub::DeathRecipient::serviceDied( in serviceDied()
124 bool Contexthub::isValidHubId(uint32_t hubId) { in isValidHubId()
133 sp<IContexthubCallback> Contexthub::getCallBackForHubId(uint32_t hubId) { in getCallBackForHubId()
141 Return<Result> Contexthub::sendMessageToHub(uint32_t hubId, in sendMessageToHub()
176 Return<Result> Contexthub::reboot(uint32_t hubId) { in reboot()
198 Return<Result> Contexthub::registerCallback(uint32_t hubId, in registerCallback()
[all …]
DContexthub.h32 struct Contexthub : public ::android::hardware::contexthub::V1_0::IContexthub { struct
33 Contexthub();
74 DeathRecipient(const sp<Contexthub> contexthub); argument
81 sp<Contexthub> mContexthub;
110 DISALLOW_COPY_AND_ASSIGN(Contexthub); argument
DAndroid.bp22 srcs: ["Contexthub.cpp"],
/hardware/interfaces/contexthub/1.0/
DIContexthubCallback.hal21 * This callback is passed by the Contexthub service to the HAL
31 * This callback is passed by the Contexthub service to the HAL
43 * This callback is passed by the Contexthub service to the HAL
53 * This callback is passed by the Contexthub service to the HAL
67 * This callback is passed by the Contexthub service to the HAL