/hardware/interfaces/neuralnetworks/utils/common/test/ |
D | MockDevice.h | 32 MOCK_METHOD(const std::vector<Extension>&, getSupportedExtensions, (), (const, override));
|
D | ResilientDeviceTest.cpp | 69 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/ |
D | IDevice.aidl | 40 android.hardware.neuralnetworks.Extension[] getSupportedExtensions(); in getSupportedExtensions() method
|
/hardware/interfaces/neuralnetworks/utils/common/src/ |
D | ResilientDevice.cpp | 79 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
|
D | InvalidDevice.cpp | 62 const std::vector<nn::Extension>& InvalidDevice::getSupportedExtensions() const { in getSupportedExtensions() function in android::hardware::neuralnetworks::utils::InvalidDevice
|
/hardware/interfaces/neuralnetworks/aidl/utils/test/ |
D | DeviceTest.cpp | 75 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()
|
D | MockDevice.h | 40 MOCK_METHOD(ndk::ScopedAStatus, getSupportedExtensions, (std::vector<Extension> * extensions),
|
/hardware/interfaces/neuralnetworks/aidl/android/hardware/neuralnetworks/ |
D | IDevice.aidl | 173 Extension[] getSupportedExtensions(); in getSupportedExtensions() method
|
/hardware/interfaces/neuralnetworks/1.2/utils/test/ |
D | DeviceTest.cpp | 85 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()
|
D | MockDevice.h | 61 MOCK_METHOD(Return<void>, getSupportedExtensions, (getSupportedExtensions_cb cb), (override));
|
/hardware/interfaces/neuralnetworks/aidl/utils/include/nnapi/hal/aidl/ |
D | InvalidDevice.h | 45 ndk::ScopedAStatus getSupportedExtensions(std::vector<Extension>* extensions) override;
|
D | Device.h | 57 const std::vector<nn::Extension>& getSupportedExtensions() const override;
|
/hardware/interfaces/neuralnetworks/1.3/utils/test/ |
D | DeviceTest.cpp | 88 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()
|
D | MockDevice.h | 61 MOCK_METHOD(Return<void>, getSupportedExtensions, (getSupportedExtensions_cb cb), (override));
|
/hardware/interfaces/neuralnetworks/1.1/utils/include/nnapi/hal/1.1/ |
D | Device.h | 55 const std::vector<nn::Extension>& getSupportedExtensions() const override;
|
/hardware/interfaces/neuralnetworks/1.0/utils/include/nnapi/hal/1.0/ |
D | Device.h | 55 const std::vector<nn::Extension>& getSupportedExtensions() const override;
|
/hardware/interfaces/neuralnetworks/utils/common/include/nnapi/hal/ |
D | InvalidDevice.h | 43 const std::vector<nn::Extension>& getSupportedExtensions() const override;
|
D | ResilientDevice.h | 56 const std::vector<nn::Extension>& getSupportedExtensions() const override;
|
/hardware/interfaces/neuralnetworks/1.3/utils/include/nnapi/hal/1.3/ |
D | Device.h | 57 const std::vector<nn::Extension>& getSupportedExtensions() const override;
|
/hardware/interfaces/neuralnetworks/utils/adapter/include/nnapi/hal/ |
D | Device.h | 52 Return<void> getSupportedExtensions(getSupportedExtensions_cb) override;
|
/hardware/interfaces/neuralnetworks/1.2/utils/src/ |
D | Device.cpp | 130 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/ |
D | Device.h | 74 const std::vector<nn::Extension>& getSupportedExtensions() const override;
|
/hardware/interfaces/neuralnetworks/aidl/utils/src/ |
D | Device.cpp | 95 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/ |
D | Device.cpp | 109 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/ |
D | Device.cpp | 109 const std::vector<nn::Extension>& Device::getSupportedExtensions() const { in getSupportedExtensions() function in android::hardware::neuralnetworks::V1_1::utils::Device
|