Home
last modified time | relevance | path

Searched refs:getBlocking (Results 1 – 11 of 11) sorted by relevance

/aosp12/hardware/interfaces/neuralnetworks/1.2/utils/include/nnapi/hal/1.2/
H A DExecutionBurstUtils.h187 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();
/aosp12/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DAndroidCameraAgentImpl.java245 public synchronized Parameters getBlocking() { in getBlocking() method in AndroidCameraAgentImpl.ParametersCache
378 mParameterCache.getBlocking()); in handleMessage()
527 Parameters parameters = mParameterCache.getBlocking(); in handleMessage()
536 Parameters parameters = mParameterCache.getBlocking(); in handleMessage()
564 Parameters parameters = mParameterCache.getBlocking(); in handleMessage()
573 Parameters parameters = mParameterCache.getBlocking(); in handleMessage()
582 Parameters parameters = mParameterCache.getBlocking(); in handleMessage()
/aosp12/packages/modules/NeuralNetworks/common/include/
H A DExecutionBurstServer.h116 getBlocking();
H A DExecutionBurstController.h129 getBlocking();
/aosp12/packages/modules/NeuralNetworks/common/
H A DExecutionBurstController.cpp257 ResultChannelReceiver::getBlocking() { in getBlocking() function in android::nn::ResultChannelReceiver
609 const auto result = mResultChannelReceiver->getBlocking(); in compute()
H A DExecutionBurstServer.cpp340 RequestChannelReceiver::getBlocking() { in getBlocking() function in android::nn::RequestChannelReceiver
615 auto arguments = mRequestChannelReceiver->getBlocking(); in task()
/aosp12/hardware/interfaces/neuralnetworks/1.2/utils/src/
H A DExecutionBurstUtils.cpp479 RequestChannelReceiver::getBlocking() { in getBlocking() function in android::hardware::neuralnetworks::V1_2::utils::RequestChannelReceiver
626 ResultChannelReceiver::getBlocking() { in getBlocking() function in android::hardware::neuralnetworks::V1_2::utils::ResultChannelReceiver
H A DExecutionBurstServer.cpp205 auto arguments = mRequestChannelReceiver->getBlocking(); in task()
H A DExecutionBurstController.cpp431 NN_TRY(hal::utils::makeExecutionFailure(mResultChannelReceiver->getBlocking())); in executeInternal()
/aosp12/hardware/interfaces/neuralnetworks/1.2/vts/functional/
H A DValidateBurst.cpp139 auto results = receiver->getBlocking(); in validate()
/aosp12/hardware/interfaces/neuralnetworks/1.3/vts/functional/
H A DValidateBurst.cpp145 auto results = receiver->getBlocking(); in validate()