Searched refs:local_hack_future (Results 1 - 1 of 1) sorted by relevance

/system/bt/btif/src/
H A Dstack_manager.cc141 future_t* local_hack_future = future_new(); local
142 hack_future = local_hack_future;
148 if (future_await(local_hack_future) != FUTURE_SUCCESS) {
168 future_t* local_hack_future = future_new(); local
169 hack_future = local_hack_future;
175 future_await(local_hack_future);
197 future_t* local_hack_future; local
207 local_hack_future = future_new();
208 hack_future = local_hack_future;

Completed in 353 milliseconds