Home
last modified time | relevance | path

Searched refs:executionAlreadyInFlight (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/modules/NeuralNetworks/shim_and_sl/
H A DShimPreparedModel.cpp386 const bool executionAlreadyInFlight = mExecutionInFlight.test_and_set(); in executeSynchronously() local
387 if (executionAlreadyInFlight) { in executeSynchronously()
/aosp12/packages/modules/NeuralNetworks/driver/sample_aidl/
H A DSampleDriver.cpp621 const bool executionAlreadyInFlight = mExecutionInFlight.test_and_set(); in executeSynchronously() local
622 if (executionAlreadyInFlight) { in executeSynchronously()