Searched refs:allowSyncExecHal (Results 1 – 2 of 2) sorted by relevance
58 static int test(bool useCpuOnly, Execution::ComputeMode computeMode, bool allowSyncExecHal = true) { in test() argument65 (useCpuOnly << 0) + (static_cast<uint32_t>(computeMode) << 1) + (allowSyncExecHal << 3); in test()68 if (useCpuOnly || !allowSyncExecHal) { in test()73 android::nn::DeviceManager::get()->setSyncExecHal(allowSyncExecHal); in test()94 << ", allowSyncExecHal = " << allowSyncExecHal << " // pass " << passIndex; in test()
14 // * allowSyncExecHal = 1