Searched refs:synchronizationCallback (Results 1 – 2 of 2) sorted by relevance
79 int computeAsynchronously(sp<ExecutionCallback>* synchronizationCallback) { in computeAsynchronously() argument80 CHECK(synchronizationCallback != nullptr); in computeAsynchronously()81 return compute(synchronizationCallback); in computeAsynchronously()131 int compute(sp<ExecutionCallback>* synchronizationCallback,
780 int ExecutionBuilder::compute(sp<ExecutionCallback>* synchronizationCallback, in compute() argument782 CHECK(synchronizationCallback == nullptr || burstBuilder == nullptr) in compute()785 const bool synchronous = (synchronizationCallback == nullptr); in compute()787 *synchronizationCallback = nullptr; in compute()868 *synchronizationCallback = executionCallback; in compute()