Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/src/
Dstack_manager.cc291 future_t* local_hack_future = future_new(); in event_start_up_stack() local
292 hack_future = local_hack_future; in event_start_up_stack()
320 if (future_await(local_hack_future) != FUTURE_SUCCESS) { in event_start_up_stack()
346 future_t* local_hack_future = future_new(); in event_shut_down_stack() local
347 hack_future = local_hack_future; in event_shut_down_stack()
361 future_await(local_hack_future); in event_shut_down_stack()
362 local_hack_future = future_new(); in event_shut_down_stack()
363 hack_future = local_hack_future; in event_shut_down_stack()
371 future_await(local_hack_future); in event_shut_down_stack()