Searched refs:getBlocking (Results 1 – 6 of 6) sorted by relevance
187 nn::Result<std::tuple<V1_0::Request, std::vector<int32_t>, MeasureTiming>> getBlocking();279 nn::Result<std::tuple<V1_0::ErrorStatus, std::vector<OutputShape>, Timing>> getBlocking();
487 RequestChannelReceiver::getBlocking() { in getBlocking() function in android::hardware::neuralnetworks::V1_2::utils::RequestChannelReceiver634 ResultChannelReceiver::getBlocking() { in getBlocking() function in android::hardware::neuralnetworks::V1_2::utils::ResultChannelReceiver
426 const auto [status, outputShapes, timing] = NN_TRY(mResultChannelReceiver->getBlocking()); in executeInternal()
198 auto arguments = mRequestChannelReceiver->getBlocking(); in task()
139 auto results = receiver->getBlocking(); in validate()
145 auto results = receiver->getBlocking(); in validate()