Home
last modified time | relevance | path

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

/aosp12/system/bt/btif/src/
H A Dstack_manager.cc257 future_t* local_hack_future = future_new(); in event_start_up_stack() local
258 hack_future = local_hack_future; in event_start_up_stack()
313 if (future_await(local_hack_future) != FUTURE_SUCCESS) { in event_start_up_stack()
333 future_t* local_hack_future = future_new(); in event_shut_down_stack() local
334 hack_future = local_hack_future; in event_shut_down_stack()
345 future_await(local_hack_future); in event_shut_down_stack()
346 local_hack_future = future_new(); in event_shut_down_stack()
347 hack_future = local_hack_future; in event_shut_down_stack()
355 future_await(local_hack_future); in event_shut_down_stack()