/hardware/interfaces/neuralnetworks/utils/common/src/ |
D | InvalidBurst.cpp | 34 nn::ExecutionResult<std::pair<std::vector<nn::OutputShape>, nn::Timing>> InvalidBurst::execute( in execute() function in android::hardware::neuralnetworks::utils::InvalidBurst
|
D | InvalidPreparedModel.cpp | 30 InvalidPreparedModel::execute(const nn::Request& /*request*/, nn::MeasureTiming /*measure*/, in execute() function in android::hardware::neuralnetworks::utils::InvalidPreparedModel
|
D | ResilientBurst.cpp | 106 nn::ExecutionResult<std::pair<std::vector<nn::OutputShape>, nn::Timing>> ResilientBurst::execute( in execute() function in android::hardware::neuralnetworks::utils::ResilientBurst
|
D | ResilientPreparedModel.cpp | 107 ResilientPreparedModel::execute(const nn::Request& request, nn::MeasureTiming measure, in execute() function in android::hardware::neuralnetworks::utils::ResilientPreparedModel
|
/hardware/interfaces/neuralnetworks/1.0/utils/src/ |
D | Burst.cpp | 51 nn::ExecutionResult<std::pair<std::vector<nn::OutputShape>, nn::Timing>> Burst::execute( in execute() function in android::hardware::neuralnetworks::V1_0::utils::Burst
|
D | PreparedModel.cpp | 59 nn::ExecutionResult<std::pair<std::vector<nn::OutputShape>, nn::Timing>> PreparedModel::execute( in execute() function in android::hardware::neuralnetworks::V1_0::utils::PreparedModel
|
/hardware/interfaces/neuralnetworks/1.2/utils/src/ |
D | PreparedModel.cpp | 91 nn::ExecutionResult<std::pair<std::vector<nn::OutputShape>, nn::Timing>> PreparedModel::execute( in execute() function in android::hardware::neuralnetworks::V1_2::utils::PreparedModel
|
D | ExecutionBurstServer.cpp | 237 nn::ExecutionResult<std::pair<hidl_vec<OutputShape>, Timing>> ExecutionBurstServer::execute( in execute() function in android::hardware::neuralnetworks::V1_2::utils::ExecutionBurstServer
|
/hardware/interfaces/neuralnetworks/utils/adapter/src/ |
D | PreparedModel.cpp | 139 nn::GeneralResult<void> execute(const nn::SharedPreparedModel& preparedModel, uid_t userId, in execute() function 302 Return<V1_0::ErrorStatus> PreparedModel::execute(const V1_0::Request& request, in execute() function in android::hardware::neuralnetworks::adapter::PreparedModel
|
/hardware/interfaces/graphics/composer/2.3/vts/functional/ |
D | VtsHalGraphicsComposerV2_3TargetTest.cpp | 97 void execute() { mComposerClient->execute(mReader.get(), mWriter.get()); } in execute() function in android::hardware::graphics::composer::V2_3::vts::__anon1c1edbb30111::GraphicsComposerHidlTest 142 void execute() { mComposerClient->execute(mReader.get(), mWriter.get()); } in execute() function in android::hardware::graphics::composer::V2_3::vts::__anon1c1edbb30111::GraphicsComposerHidlCommandTest
|
/hardware/interfaces/graphics/composer/2.4/utils/vts/ |
D | ComposerVts.cpp | 135 void ComposerClient::execute(TestCommandReader* reader, CommandWriterBase* writer) { in execute() function in android::hardware::graphics::composer::V2_4::vts::ComposerClient
|
/hardware/interfaces/neuralnetworks/aidl/utils/src/ |
D | PreparedModel.cpp | 74 nn::ExecutionResult<std::pair<std::vector<nn::OutputShape>, nn::Timing>> PreparedModel::execute( in execute() function in aidl::android::hardware::neuralnetworks::utils::PreparedModel
|
D | Burst.cpp | 172 nn::ExecutionResult<std::pair<std::vector<nn::OutputShape>, nn::Timing>> Burst::execute( in execute() function in aidl::android::hardware::neuralnetworks::utils::Burst
|
/hardware/interfaces/neuralnetworks/aidl/vts/functional/ |
D | QualityOfServiceTests.cpp | 226 const ExecutionFunction execute = synchronous ? executeSynchronously : executeBurst; in runExecutionTest() local
|
/hardware/interfaces/neuralnetworks/1.3/vts/functional/ |
D | QualityOfServiceTests.cpp | 219 const ExecutionFunction execute = synchronous ? executeSynchronously : executeAsynchronously; in runExecutionTest() local
|
/hardware/interfaces/graphics/composer/2.2/utils/vts/ |
D | ComposerVts.cpp | 61 void ComposerClient::execute(V2_1::vts::TestCommandReader* reader, CommandWriterBase* writer) { in execute() function in android::hardware::graphics::composer::V2_2::vts::ComposerClient
|
/hardware/interfaces/neuralnetworks/utils/common/test/ |
D | ResilientPreparedModelTest.cpp | 104 TEST(ResilientPreparedModelTest, execute) { in TEST() argument
|
/hardware/interfaces/neuralnetworks/1.3/utils/src/ |
D | PreparedModel.cpp | 137 nn::ExecutionResult<std::pair<std::vector<nn::OutputShape>, nn::Timing>> PreparedModel::execute( in execute() function in android::hardware::neuralnetworks::V1_3::utils::PreparedModel
|
/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/ |
D | ComposerCommandEngine.h | 53 Error execute(uint32_t inLength, const hidl_vec<hidl_handle>& inHandles, bool* outQueueChanged, in execute() function
|
/hardware/interfaces/neuralnetworks/1.0/utils/test/ |
D | PreparedModelTest.cpp | 115 TEST(PreparedModelTest, execute) { in TEST() argument
|
/hardware/interfaces/graphics/composer/2.1/utils/vts/ |
D | ComposerVts.cpp | 280 void ComposerClient::execute(TestCommandReader* reader, CommandWriterBase* writer) { in execute() function in android::hardware::graphics::composer::V2_1::vts::ComposerClient
|
/hardware/interfaces/graphics/composer/2.2/vts/functional/ |
D | VtsHalGraphicsComposerV2_2TargetTest.cpp | 162 void execute() { mComposerClient->execute(mReader.get(), mWriter.get()); } in execute() function in android::hardware::graphics::composer::V2_2::vts::__anon46fb56f10111::GraphicsComposerHidlCommandTest
|
D | VtsHalGraphicsComposerV2_2ReadbackTest.cpp | 132 void execute() { in execute() function in android::hardware::graphics::composer::V2_2::vts::__anon8cadd1370111::GraphicsCompositionTestBase
|
/hardware/interfaces/graphics/composer/2.4/vts/functional/ |
D | VtsHalGraphicsComposerV2_4TargetTest.cpp | 158 void execute() { mComposerClient->execute(mReader.get(), mWriter.get()); } in execute() function in android::hardware::graphics::composer::V2_4::vts::__anonf14260750111::GraphicsComposerHidlTest
|
/hardware/interfaces/graphics/composer/2.1/vts/functional/ |
D | VtsHalGraphicsComposerV2_1TargetTest.cpp | 676 void execute() { mComposerClient->execute(mReader.get(), mWriter.get()); } in execute() function in android::hardware::graphics::composer::V2_1::vts::__anon71d7d22f0111::GraphicsComposerHidlCommandTest
|