Home
last modified time | relevance | path

Searched refs:aidlCode (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/neuralnetworks/utils/adapter/aidl/src/
DPreparedModel.cpp250 const auto aidlCode = utils::convert(code).value_or(ErrorStatus::GENERAL_FAILURE); in executeSynchronously() local
252 static_cast<int32_t>(aidlCode), message.c_str()); in executeSynchronously()
266 const auto aidlCode = utils::convert(code).value_or(ErrorStatus::GENERAL_FAILURE); in executeFenced() local
268 static_cast<int32_t>(aidlCode), message.c_str()); in executeFenced()
283 const auto aidlCode = utils::convert(code).value_or(ErrorStatus::GENERAL_FAILURE); in executeSynchronouslyWithConfig() local
285 static_cast<int32_t>(aidlCode), message.c_str()); in executeSynchronouslyWithConfig()
300 const auto aidlCode = utils::convert(code).value_or(ErrorStatus::GENERAL_FAILURE); in executeFencedWithConfig() local
302 static_cast<int32_t>(aidlCode), message.c_str()); in executeFencedWithConfig()
312 const auto aidlCode = utils::convert(code).value_or(ErrorStatus::GENERAL_FAILURE); in configureExecutionBurst() local
314 static_cast<int32_t>(aidlCode), message.c_str()); in configureExecutionBurst()
[all …]
DDevice.cpp152 const auto aidlCode = utils::convert(status).value_or(ErrorStatus::GENERAL_FAILURE); in notify() local
153 notify(callback, aidlCode, nullptr); in notify()
237 const auto aidlCode = utils::convert(code).value_or(ErrorStatus::GENERAL_FAILURE); in allocate() local
239 static_cast<int32_t>(aidlCode), message.c_str()); in allocate()
267 const auto aidlCode = utils::convert(code).value_or(ErrorStatus::GENERAL_FAILURE); in getSupportedOperations() local
269 static_cast<int32_t>(aidlCode), message.c_str()); in getSupportedOperations()
296 const auto aidlCode = utils::convert(code).value_or(ErrorStatus::GENERAL_FAILURE); in prepareModel() local
297 notify(callback.get(), aidlCode, nullptr); in prepareModel()
299 static_cast<int32_t>(aidlCode), message.c_str()); in prepareModel()
312 const auto aidlCode = utils::convert(code).value_or(ErrorStatus::GENERAL_FAILURE); in prepareModelFromCache() local
[all …]
DBuffer.cpp70 const auto aidlCode = utils::convert(code).value_or(ErrorStatus::GENERAL_FAILURE); in copyTo() local
72 static_cast<int32_t>(aidlCode), message.c_str()); in copyTo()
81 const auto aidlCode = utils::convert(code).value_or(ErrorStatus::GENERAL_FAILURE); in copyFrom() local
83 static_cast<int32_t>(aidlCode), message.c_str()); in copyFrom()
DBurst.cpp164 const auto aidlCode = utils::convert(code).value_or(ErrorStatus::GENERAL_FAILURE); in executeSynchronously() local
166 static_cast<int32_t>(aidlCode), message.c_str()); in executeSynchronously()
181 const auto aidlCode = utils::convert(code).value_or(ErrorStatus::GENERAL_FAILURE); in executeSynchronouslyWithConfig() local
183 static_cast<int32_t>(aidlCode), message.c_str()); in executeSynchronouslyWithConfig()