Searched refs:getSupportedOperations_1_1 (Results 1 – 13 of 13) sorted by relevance
/hardware/interfaces/neuralnetworks/1.1/utils/test/ |
D | MockDevice.h | 47 MOCK_METHOD(Return<void>, getSupportedOperations_1_1,
|
D | DeviceTest.cpp | 318 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/ |
D | Device.h | 55 Return<void> getSupportedOperations_1_1(const V1_1::Model& model,
|
/hardware/interfaces/neuralnetworks/1.2/utils/test/ |
D | MockDevice.h | 50 MOCK_METHOD(Return<void>, getSupportedOperations_1_1,
|
D | DeviceTest.cpp | 95 EXPECT_CALL(*mockDevice, getSupportedOperations_1_1(_, _)).Times(0); in createMockDevice()
|
/hardware/interfaces/neuralnetworks/1.1/vts/functional/ |
D | BasicTests.cpp | 164 Return<void> supportedOpsReturn = kDevice->getSupportedOperations_1_1( in TEST_P()
|
D | VtsHalNeuralnetworks.cpp | 43 const Return<void> supportedCall = device->getSupportedOperations_1_1( in createPreparedModel()
|
D | ValidateModel.cpp | 47 Return<void> ret = device->getSupportedOperations_1_1( in validateGetSupportedOperations()
|
/hardware/interfaces/neuralnetworks/1.3/utils/test/ |
D | MockDevice.h | 50 MOCK_METHOD(Return<void>, getSupportedOperations_1_1,
|
D | DeviceTest.cpp | 99 EXPECT_CALL(*mockDevice, getSupportedOperations_1_1(_, _)).Times(0); in createMockDevice()
|
/hardware/interfaces/neuralnetworks/1.1/utils/src/ |
D | Device.cpp | 137 const auto ret = kDevice->getSupportedOperations_1_1(hidlModel, cb); in getSupportedOperations()
|
/hardware/interfaces/neuralnetworks/1.1/ |
D | IDevice.hal | 62 getSupportedOperations_1_1(Model model)
|
/hardware/interfaces/neuralnetworks/utils/adapter/hidl/src/ |
D | Device.cpp | 391 Return<void> Device::getSupportedOperations_1_1(const V1_1::Model& model, in getSupportedOperations_1_1() function in android::hardware::neuralnetworks::adapter::Device
|