Home
last modified time | relevance | path

Searched refs:Contexthub (Results 1 – 13 of 13) 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.bp31 srcs: ["Contexthub.cpp"],
/hardware/interfaces/contexthub/1.2/default/
DContexthub.cpp31 Return<void> Contexthub::getHubs_1_2(getHubs_1_2_cb _hidl_cb) { in getHubs_1_2()
56 Return<Result> Contexthub::registerCallback(uint32_t hubId, in registerCallback()
65 Return<Result> Contexthub::queryApps(uint32_t hubId) { in queryApps()
74 Return<Result> Contexthub::registerCallback_1_2(uint32_t hubId, in registerCallback_1_2()
83 Return<void> Contexthub::onSettingChanged(SettingV1_1 /*setting*/, SettingValue /*newValue*/) { in onSettingChanged()
87 Return<void> Contexthub::onSettingChanged_1_2(Setting /*setting*/, SettingValue /*newValue*/) { in onSettingChanged_1_2()
Dservice.cpp28 using ::android::hardware::contexthub::V1_2::implementation::Contexthub;
33 ::android::sp<IContexthub> contexthub = new Contexthub(); in main()
DContexthub.h29 class Contexthub
DAndroid.bp33 "Contexthub.cpp",
/hardware/interfaces/contexthub/1.1/default/
DContexthub.cpp28 Return<void> Contexthub::onSettingChanged(Setting /*setting*/, SettingValue /*newValue*/) { in onSettingChanged()
32 Return<Result> Contexthub::registerCallback(uint32_t hubId, const sp<IContexthubCallback>& cb) { in registerCallback()
40 Return<Result> Contexthub::queryApps(uint32_t hubId) { in queryApps()
Dservice.cpp28 using ::android::hardware::contexthub::V1_1::implementation::Contexthub;
33 ::android::sp<IContexthub> contexthub = new Contexthub(); in main()
DContexthub.h28 class Contexthub
DAndroid.bp33 "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
/hardware/interfaces/contexthub/1.2/
DIContexthubCallback.hal23 * This callback is passed by the Contexthub service to the HAL
41 * This callback is passed by the Contexthub service to the HAL