Searched refs:Contexthub (Results 1 – 13 of 13) sorted by relevance
/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 | 31 srcs: ["Contexthub.cpp"],
|
/hardware/interfaces/contexthub/1.2/default/ |
D | Contexthub.cpp | 31 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()
|
D | service.cpp | 28 using ::android::hardware::contexthub::V1_2::implementation::Contexthub; 33 ::android::sp<IContexthub> contexthub = new Contexthub(); in main()
|
D | Contexthub.h | 29 class Contexthub
|
D | Android.bp | 33 "Contexthub.cpp",
|
/hardware/interfaces/contexthub/1.1/default/ |
D | Contexthub.cpp | 28 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()
|
D | service.cpp | 28 using ::android::hardware::contexthub::V1_1::implementation::Contexthub; 33 ::android::sp<IContexthub> contexthub = new Contexthub(); in main()
|
D | Contexthub.h | 28 class Contexthub
|
D | Android.bp | 33 "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
|
/hardware/interfaces/contexthub/1.2/ |
D | IContexthubCallback.hal | 23 * This callback is passed by the Contexthub service to the HAL 41 * This callback is passed by the Contexthub service to the HAL
|