Home
last modified time | relevance | path

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

/system/bt/osi/include/
Dfuture.h24 #define FUTURE_FAIL ((void *)0) macro
/system/bt/main/
Dstack_config.c56 return future_new_immediate(FUTURE_FAIL); in init()
/system/bt/btcore/src/
Dmodule.c237 void *result = wrapper->success ? FUTURE_SUCCESS : FUTURE_FAIL; in post_result_to_callback()
/system/bt/hci/src/
Dhci_layer.c278 return future_new_immediate(FUTURE_FAIL); in start_up()
434 future_ready(startup_future, FUTURE_FAIL); in startup_timer_expired()
/system/bt/btif/src/
Dbtif_config.c213 return future_new_immediate(FUTURE_FAIL); in init()
Dbtif_core.c543 future_ready(stack_manager_get_hack_future(), FUTURE_FAIL); in btif_enable_bluetooth_evt()