Searched refs:Contexthub (Results 1 – 8 of 8) sorted by relevance
/hardware/interfaces/contexthub/1.1/default/ |
D | Contexthub.cpp | 36 Return<void> Contexthub::getHubs(getHubs_cb _hidl_cb) { in getHubs() 59 Return<Result> Contexthub::registerCallback(uint32_t hubId, const sp<IContexthubCallback>& cb) { in registerCallback() 68 Return<Result> Contexthub::sendMessageToHub(uint32_t /*hubId*/, const ContextHubMsg& /*msg*/) { in sendMessageToHub() 72 Return<Result> Contexthub::loadNanoApp(uint32_t /*hubId*/, const NanoAppBinary& /*appBinary*/, in loadNanoApp() 77 Return<Result> Contexthub::unloadNanoApp(uint32_t /*hubId*/, uint64_t /*appId*/, in unloadNanoApp() 82 Return<Result> Contexthub::enableNanoApp(uint32_t /*hubId*/, uint64_t /*appId*/, in enableNanoApp() 87 Return<Result> Contexthub::disableNanoApp(uint32_t /*hubId*/, uint64_t /*appId*/, in disableNanoApp() 92 Return<Result> Contexthub::queryApps(uint32_t hubId) { in queryApps() 101 Return<void> Contexthub::onSettingChanged(Setting /*setting*/, SettingValue /*newValue*/) { in onSettingChanged()
|
D | service.cpp | 28 using ::android::hardware::contexthub::V1_1::implementation::Contexthub; 33 ::android::sp<IContexthub> contexthub = new Contexthub(); in main()
|
D | Contexthub.h | 26 class Contexthub : public V1_1::IContexthub {
|
D | Android.bp | 24 "Contexthub.cpp",
|
/hardware/interfaces/contexthub/1.0/default/ |
D | Contexthub.cpp | 38 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 …]
|
D | Contexthub.h | 32 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
|
D | Android.bp | 22 srcs: ["Contexthub.cpp"],
|
/hardware/interfaces/contexthub/1.0/ |
D | IContexthubCallback.hal | 21 * 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
|