Home
last modified time | relevance | path

Searched refs:getSupportedExtensions (Results 1 – 25 of 32) sorted by relevance

12

/hardware/interfaces/neuralnetworks/utils/common/test/
DMockDevice.h32 MOCK_METHOD(const std::vector<Extension>&, getSupportedExtensions, (), (const, override));
DResilientDeviceTest.cpp69 ON_CALL(*mockDevice, getSupportedExtensions()).WillByDefault(getSupportedExtensions_ret); in createConfiguredMockDevice()
80 EXPECT_CALL(*mockDevice, getSupportedExtensions()).Times(testing::AnyNumber()); in createConfiguredMockDevice()
138 EXPECT_EQ(device->getSupportedExtensions(), kExtensions); in TEST()
636 EXPECT_CALL(*recoveredMockDevice, getSupportedExtensions()).Times(1).WillOnce(ret); in TEST()
/hardware/interfaces/neuralnetworks/aidl/aidl_api/android.hardware.neuralnetworks/current/android/hardware/neuralnetworks/
DIDevice.aidl40 android.hardware.neuralnetworks.Extension[] getSupportedExtensions(); in getSupportedExtensions() method
/hardware/interfaces/neuralnetworks/utils/common/src/
DResilientDevice.cpp79 auto extensions = device->getSupportedExtensions(); in create()
125 compare(&IDevice::getSupportedExtensions) || compare(&IDevice::getCapabilities)) { in recover()
154 const std::vector<nn::Extension>& ResilientDevice::getSupportedExtensions() const { in getSupportedExtensions() function in android::hardware::neuralnetworks::utils::ResilientDevice
DInvalidDevice.cpp62 const std::vector<nn::Extension>& InvalidDevice::getSupportedExtensions() const { in getSupportedExtensions() function in android::hardware::neuralnetworks::utils::InvalidDevice
/hardware/interfaces/neuralnetworks/aidl/utils/test/
DDeviceTest.cpp75 ON_CALL(*mockDevice, getSupportedExtensions(_)) in createMockDevice()
95 EXPECT_CALL(*mockDevice, getSupportedExtensions(_)).Times(testing::AnyNumber()); in createMockDevice()
261 EXPECT_CALL(*mockDevice, getSupportedExtensions(_)) in TEST()
276 EXPECT_CALL(*mockDevice, getSupportedExtensions(_)) in TEST()
291 EXPECT_CALL(*mockDevice, getSupportedExtensions(_)) in TEST()
473 EXPECT_CALL(*mockDevice, getSupportedExtensions(_)).Times(1); in TEST()
485 EXPECT_EQ(device->getSupportedExtensions(), device->getSupportedExtensions()); in TEST()
DMockDevice.h40 MOCK_METHOD(ndk::ScopedAStatus, getSupportedExtensions, (std::vector<Extension> * extensions),
/hardware/interfaces/neuralnetworks/aidl/android/hardware/neuralnetworks/
DIDevice.aidl173 Extension[] getSupportedExtensions(); in getSupportedExtensions() method
/hardware/interfaces/neuralnetworks/1.2/utils/test/
DDeviceTest.cpp85 ON_CALL(*mockDevice, getSupportedExtensions(_)) in createMockDevice()
103 EXPECT_CALL(*mockDevice, getSupportedExtensions(_)).Times(testing::AnyNumber()); in createMockDevice()
257 EXPECT_CALL(*mockDevice, getSupportedExtensions(_)).Times(1).WillOnce(Invoke(ret)); in TEST()
270 EXPECT_CALL(*mockDevice, getSupportedExtensions(_)) in TEST()
285 EXPECT_CALL(*mockDevice, getSupportedExtensions(_)) in TEST()
494 EXPECT_CALL(*mockDevice, getSupportedExtensions(_)).Times(1); in TEST()
506 EXPECT_EQ(device->getSupportedExtensions(), device->getSupportedExtensions()); in TEST()
DMockDevice.h61 MOCK_METHOD(Return<void>, getSupportedExtensions, (getSupportedExtensions_cb cb), (override));
/hardware/interfaces/neuralnetworks/aidl/utils/include/nnapi/hal/aidl/
DInvalidDevice.h45 ndk::ScopedAStatus getSupportedExtensions(std::vector<Extension>* extensions) override;
DDevice.h57 const std::vector<nn::Extension>& getSupportedExtensions() const override;
/hardware/interfaces/neuralnetworks/1.3/utils/test/
DDeviceTest.cpp88 ON_CALL(*mockDevice, getSupportedExtensions(_)) in createMockDevice()
110 EXPECT_CALL(*mockDevice, getSupportedExtensions(_)).Times(testing::AnyNumber()); in createMockDevice()
277 EXPECT_CALL(*mockDevice, getSupportedExtensions(_)).Times(1).WillOnce(Invoke(ret)); in TEST()
290 EXPECT_CALL(*mockDevice, getSupportedExtensions(_)) in TEST()
305 EXPECT_CALL(*mockDevice, getSupportedExtensions(_)) in TEST()
516 EXPECT_CALL(*mockDevice, getSupportedExtensions(_)).Times(1); in TEST()
528 EXPECT_EQ(device->getSupportedExtensions(), device->getSupportedExtensions()); in TEST()
DMockDevice.h61 MOCK_METHOD(Return<void>, getSupportedExtensions, (getSupportedExtensions_cb cb), (override));
/hardware/interfaces/neuralnetworks/1.1/utils/include/nnapi/hal/1.1/
DDevice.h55 const std::vector<nn::Extension>& getSupportedExtensions() const override;
/hardware/interfaces/neuralnetworks/1.0/utils/include/nnapi/hal/1.0/
DDevice.h55 const std::vector<nn::Extension>& getSupportedExtensions() const override;
/hardware/interfaces/neuralnetworks/utils/common/include/nnapi/hal/
DInvalidDevice.h43 const std::vector<nn::Extension>& getSupportedExtensions() const override;
DResilientDevice.h56 const std::vector<nn::Extension>& getSupportedExtensions() const override;
/hardware/interfaces/neuralnetworks/1.3/utils/include/nnapi/hal/1.3/
DDevice.h57 const std::vector<nn::Extension>& getSupportedExtensions() const override;
/hardware/interfaces/neuralnetworks/utils/adapter/include/nnapi/hal/
DDevice.h52 Return<void> getSupportedExtensions(getSupportedExtensions_cb) override;
/hardware/interfaces/neuralnetworks/1.2/utils/src/
DDevice.cpp130 const auto ret = device->getSupportedExtensions(cb); in getSupportedExtensionsFrom()
202 const std::vector<nn::Extension>& Device::getSupportedExtensions() const { in getSupportedExtensions() function in android::hardware::neuralnetworks::V1_2::utils::Device
/hardware/interfaces/neuralnetworks/1.2/utils/include/nnapi/hal/1.2/
DDevice.h74 const std::vector<nn::Extension>& getSupportedExtensions() const override;
/hardware/interfaces/neuralnetworks/aidl/utils/src/
DDevice.cpp95 const auto ret = device->getSupportedExtensions(&supportedExtensions); in getSupportedExtensionsFrom()
181 const std::vector<nn::Extension>& Device::getSupportedExtensions() const { in getSupportedExtensions() function in aidl::android::hardware::neuralnetworks::utils::Device
/hardware/interfaces/neuralnetworks/1.0/utils/src/
DDevice.cpp109 const std::vector<nn::Extension>& Device::getSupportedExtensions() const { in getSupportedExtensions() function in android::hardware::neuralnetworks::V1_0::utils::Device
/hardware/interfaces/neuralnetworks/1.1/utils/src/
DDevice.cpp109 const std::vector<nn::Extension>& Device::getSupportedExtensions() const { in getSupportedExtensions() function in android::hardware::neuralnetworks::V1_1::utils::Device

12