Home
last modified time | relevance | path

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

/hardware/interfaces/contexthub/1.0/vts/functional/
DVtsHalContexthubV1_0TargetTest.cpp347 NanoAppBinary emptyApp; in TEST_P() local
349 emptyApp.appId = kNonExistentAppId; in TEST_P()
350 emptyApp.appVersion = 1; in TEST_P()
351 emptyApp.flags = 0; in TEST_P()
352 emptyApp.targetChreApiMajorVersion = 1; in TEST_P()
353 emptyApp.targetChreApiMinorVersion = 0; in TEST_P()
356 Result result = hubApi->loadNanoApp(getHubId(), emptyApp, cb->expectedTxnId); in TEST_P()