Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/src/
Dstack_manager.cc143 static future_t* hack_future; variable
292 hack_future = local_hack_future; in event_start_up_stack()
347 hack_future = local_hack_future; in event_shut_down_stack()
363 hack_future = local_hack_future; in event_shut_down_stack()
380 hack_future = future_new(); in event_shut_down_stack()
382 future_await(hack_future); in event_shut_down_stack()
460 future_t* stack_manager_get_hack_future() { return hack_future; } in stack_manager_get_hack_future()
/packages/modules/Bluetooth/system/test/mock/
Dmock_btif_stack_manager.cc25 static future_t* hack_future; variable
27 future_t* stack_manager_get_hack_future() { return hack_future; } in stack_manager_get_hack_future()