Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/src/
Dbtif_a2dp_source.cc488 void btif_a2dp_source_shutdown(std::promise<void> shutdown_complete_promise) { in btif_a2dp_source_shutdown() argument
501 std::move(shutdown_complete_promise))); in btif_a2dp_source_shutdown()
505 std::promise<void> shutdown_complete_promise) { in btif_a2dp_source_shutdown_delayed() argument
522 shutdown_complete_promise.set_value(); in btif_a2dp_source_shutdown_delayed()
529 std::promise<void> shutdown_complete_promise; in btif_a2dp_source_cleanup() local
530 btif_a2dp_source_shutdown(std::move(shutdown_complete_promise)); in btif_a2dp_source_cleanup()
Dbtif_av.cc523 std::promise<void> shutdown_complete_promise; in SetActivePeer() local
525 shutdown_complete_promise.get_future(); in SetActivePeer()
526 btif_a2dp_source_shutdown(std::move(shutdown_complete_promise)); in SetActivePeer()
560 std::promise<void> shutdown_complete_promise; in DeleteActivePeer() local
575 btif_a2dp_source_shutdown(std::move(shutdown_complete_promise)); in DeleteActivePeer()