Home
last modified time | relevance | path

Searched refs:getHubs_1_2_cb (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/contexthub/1.2/default/
DContexthub.h38 using getHubs_1_2_cb = ::android::hardware::contexthub::V1_2::IContexthub::getHubs_1_2_cb; variable
51 Return<void> getHubs_1_2(getHubs_1_2_cb _hidl_cb) override;
DContexthub.cpp31 Return<void> Contexthub::getHubs_1_2(getHubs_1_2_cb _hidl_cb) { in getHubs_1_2()