Searched refs:deviceMemoryArg (Results 1 – 2 of 2) sorted by relevance
/hardware/interfaces/neuralnetworks/aidl/vts/functional/ |
D | MemoryDomainTests.cpp | 1014 RequestArgument deviceMemoryArg = {.location = {.poolIndex = 1}}; in TEST_P() local 1017 {.inputs = {deviceMemoryArg}, in TEST_P() 1022 {.inputs = {deviceMemoryArg}, in TEST_P() 1028 .outputs = {deviceMemoryArg}, in TEST_P() 1033 .outputs = {deviceMemoryArg}, in TEST_P() 1049 RequestArgument deviceMemoryArg = {.location = {.poolIndex = 1}}; in TEST_P() local 1054 {.inputs = {deviceMemoryArg}, in TEST_P() 1060 .outputs = {deviceMemoryArg}, in TEST_P() 1080 RequestArgument deviceMemoryArg = {.location = {.poolIndex = 3}}; in TEST_P() local 1085 {.inputs = {sharedMemoryArg1, deviceMemoryArg}, in TEST_P() [all …]
|
/hardware/interfaces/neuralnetworks/1.3/vts/functional/ |
D | MemoryDomainTests.cpp | 967 RequestArgument deviceMemoryArg = {.location = {.poolIndex = 1}}; in TEST_P() local 970 {.inputs = {deviceMemoryArg}, in TEST_P() 975 {.inputs = {deviceMemoryArg}, in TEST_P() 981 .outputs = {deviceMemoryArg}, in TEST_P() 986 .outputs = {deviceMemoryArg}, in TEST_P() 1002 RequestArgument deviceMemoryArg = {.location = {.poolIndex = 1}}; in TEST_P() local 1007 {.inputs = {deviceMemoryArg}, in TEST_P() 1013 .outputs = {deviceMemoryArg}, in TEST_P() 1033 RequestArgument deviceMemoryArg = {.location = {.poolIndex = 3}}; in TEST_P() local 1038 {.inputs = {sharedMemoryArg1, deviceMemoryArg}, in TEST_P() [all …]
|