Home
last modified time | relevance | path

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

/system/bt/test/mock/
Dmock_btif_stack_manager.cc23 static future_t* hack_future; variable
25 future_t* stack_manager_get_hack_future() { return hack_future; } in stack_manager_get_hack_future()
/system/bt/btif/src/
Dstack_manager.cc102 static future_t* hack_future; variable
248 hack_future = local_hack_future; in event_start_up_stack()
324 hack_future = local_hack_future; in event_shut_down_stack()
337 hack_future = local_hack_future; in event_shut_down_stack()
371 hack_future = future_new(); in event_shut_down_stack()
373 future_await(hack_future); in event_shut_down_stack()
445 future_t* stack_manager_get_hack_future() { return hack_future; } in stack_manager_get_hack_future()