Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dstack_manager.cc60 static future_t* hack_future; variable
148 hack_future = local_hack_future; in event_start_up_stack()
175 hack_future = local_hack_future; in event_shut_down_stack()
186 hack_future = future_new(); in event_shut_down_stack()
188 future_await(hack_future); in event_shut_down_stack()
256 future_t* stack_manager_get_hack_future() { return hack_future; } in stack_manager_get_hack_future()