Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/contexthub/1.0/vts/functional/
H A DVtsHalContexthubV1_0TargetTest.cpp204 NanoAppBinary emptyApp; in TEST_P() local
206 emptyApp.appId = kNonExistentAppId; in TEST_P()
207 emptyApp.appVersion = 1; in TEST_P()
208 emptyApp.flags = 0; in TEST_P()
209 emptyApp.targetChreApiMajorVersion = 1; in TEST_P()
210 emptyApp.targetChreApiMinorVersion = 0; in TEST_P()
213 Result result = hubApi->loadNanoApp(getHubId(), emptyApp, cb->expectedTxnId); in TEST_P()