Searched defs:execute (Results 1 - 8 of 8) sorted by relevance

/hardware/qcom/neuralnetworks/hvxservice/1.0/
H A DPreparedModel.cpp40 model->execute(request) == true ? ErrorStatus::NONE : ErrorStatus::GENERAL_FAILURE;
47 Return<ErrorStatus> PreparedModel::execute(const Request& request, function in class:android::hardware::neuralnetworks::V1_0::implementation::PreparedModel
50 LOG(ERROR) << "invalid callback passed to execute";
H A DHexagonController.cpp35 MACRO(execute) \
145 int Controller::execute(hexagon_nn_nn_id id, uint32_t batches_in, uint32_t height_in, function in class:android::hardware::neuralnetworks::V1_0::implementation::hexagon::Controller
150 CONTROLLER_CHECK(execute, id, batches_in, height_in, width_in, depth_in, data_in, data_len_in,
H A DHexagonModel.cpp662 bool Model::execute(const Request& request) { function in class:android::hardware::neuralnetworks::V1_0::implementation::Model
681 // execute model
/hardware/interfaces/graphics/composer/2.1/vts/functional/
H A DVtsHalGraphicsComposerV2_1TargetTest.cpp372 void execute() { mComposerClient->execute(mReader.get(), mWriter.get()); } function in class:android::hardware::graphics::composer::V2_1::vts::__anon1147::GraphicsComposerHidlCommandTest
393 execute();
406 execute();
429 execute();
438 execute();
448 execute();
458 execute();
473 execute();
490 execute();
[all...]
/hardware/interfaces/graphics/composer/2.2/vts/functional/
H A DVtsHalGraphicsComposerV2_2TargetTest.cpp146 void execute() { mComposerClient->execute_v2_2(mReader.get(), mWriter.get()); } function in class:android::hardware::graphics::composer::V2_2::vts::__anon1149::GraphicsComposerHidlCommandTest
193 execute();
/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
H A DComposerCommandEngine.h51 Error execute(uint32_t inLength, const hidl_vec<hidl_handle>& inHandles, bool* outQueueChanged, function in class:android::hardware::graphics::composer::V2_1::hal::ComposerCommandEngine
/hardware/interfaces/graphics/composer/2.1/utils/vts/
H A DComposerVts.cpp289 void ComposerClient::execute(TestCommandReader* reader, CommandWriterBase* writer) { function in class:android::hardware::graphics::composer::V2_1::vts::ComposerClient
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
H A Dgscan.cpp871 int execute() { function in class:GetScanResultsCommand
1000 wifi_error err = (wifi_error)cmd->execute();
1096 ALOGI("Failed to execute hotlist setup request, result = %d", result);
1312 ALOGI("Failed to execute ePNO setup request, result = %d", result);

Completed in 379 milliseconds