Home
last modified time | relevance | path

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

/hardware/interfaces/neuralnetworks/1.1/utils/test/
DMockDevice.h47 MOCK_METHOD(Return<void>, getSupportedOperations_1_1,
DDeviceTest.cpp318 EXPECT_CALL(*mockDevice, getSupportedOperations_1_1(_, _)).Times(1).WillOnce(Invoke(ret)); in TEST()
339 EXPECT_CALL(*mockDevice, getSupportedOperations_1_1(_, _)).Times(1).WillOnce(Invoke(ret)); in TEST()
353 EXPECT_CALL(*mockDevice, getSupportedOperations_1_1(_, _)) in TEST()
369 EXPECT_CALL(*mockDevice, getSupportedOperations_1_1(_, _)) in TEST()
/hardware/interfaces/neuralnetworks/utils/adapter/hidl/include/nnapi/hal/
DDevice.h55 Return<void> getSupportedOperations_1_1(const V1_1::Model& model,
/hardware/interfaces/neuralnetworks/1.2/utils/test/
DMockDevice.h50 MOCK_METHOD(Return<void>, getSupportedOperations_1_1,
DDeviceTest.cpp95 EXPECT_CALL(*mockDevice, getSupportedOperations_1_1(_, _)).Times(0); in createMockDevice()
/hardware/interfaces/neuralnetworks/1.1/vts/functional/
DBasicTests.cpp164 Return<void> supportedOpsReturn = kDevice->getSupportedOperations_1_1( in TEST_P()
DVtsHalNeuralnetworks.cpp43 const Return<void> supportedCall = device->getSupportedOperations_1_1( in createPreparedModel()
DValidateModel.cpp47 Return<void> ret = device->getSupportedOperations_1_1( in validateGetSupportedOperations()
/hardware/interfaces/neuralnetworks/1.3/utils/test/
DMockDevice.h50 MOCK_METHOD(Return<void>, getSupportedOperations_1_1,
DDeviceTest.cpp99 EXPECT_CALL(*mockDevice, getSupportedOperations_1_1(_, _)).Times(0); in createMockDevice()
/hardware/interfaces/neuralnetworks/1.1/utils/src/
DDevice.cpp137 const auto ret = kDevice->getSupportedOperations_1_1(hidlModel, cb); in getSupportedOperations()
/hardware/interfaces/neuralnetworks/1.1/
DIDevice.hal62 getSupportedOperations_1_1(Model model)
/hardware/interfaces/neuralnetworks/utils/adapter/hidl/src/
DDevice.cpp391 Return<void> Device::getSupportedOperations_1_1(const V1_1::Model& model, in getSupportedOperations_1_1() function in android::hardware::neuralnetworks::adapter::Device