Searched refs:getHubId (Results 1 – 1 of 1) sorted by relevance
/hardware/interfaces/contexthub/1.0/vts/functional/ |
D | VtsHalContexthubV1_0TargetTest.cpp | 133 uint32_t getHubId() { in getHubId() function in __anon284eeb7b0111::ContexthubHidlTest 138 Result result = hubApi->registerCallback(getHubId(), cb); in registerCallback() 226 ALOGD("TestRegisterCallback called, hubId %" PRIu32, getHubId()); in TEST_P() 231 ALOGD("TestRegisterNullCallback called, hubId %" PRIu32, getHubId()); in TEST_P() 250 ALOGD("TestQueryApps called, hubId %u", getHubId()); in TEST_P() 254 Result result = hubApi->queryApps(getHubId()); in TEST_P() 336 Result result = hubApi->sendMessageToHub(getHubId(), msg); in TEST_P() 356 Result result = hubApi->loadNanoApp(getHubId(), emptyApp, cb->expectedTxnId); in TEST_P() 365 Result result = hubApi->unloadNanoApp(getHubId(), kNonExistentAppId, in TEST_P() 375 Result result = hubApi->enableNanoApp(getHubId(), kNonExistentAppId, in TEST_P() [all …]
|