Home
last modified time | relevance | path

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

/system/bt/gd/iso/
Diso_manager.cc43 SetCigParametersCallback command_complete_callback) { in SetCigParameters() argument
56 std::move(command_complete_callback)); in SetCigParameters()
72 SetCigParametersCallback command_complete_callback) { in SetCigParametersTest() argument
88 std::move(command_complete_callback)); in SetCigParametersTest()
Diso_manager.h55 SetCigParametersCallback command_complete_callback);
69 SetCigParametersCallback command_complete_callback);
/system/bt/gd/iso/internal/
Diso_manager_impl.cc90 SetCigParametersCallback command_complete_callback) { in SetCigParameters() argument
107 std::move(command_complete_callback))); in SetCigParameters()
113 SetCigParametersCallback command_complete_callback, in SetCigParametersComplete() argument
145 command_complete_callback.Invoke(handles); in SetCigParametersComplete()
162 SetCigParametersCallback command_complete_callback) { in SetCigParametersTest() argument
180 std::move(command_complete_callback))); in SetCigParametersTest()
186 SetCigParametersCallback command_complete_callback, in SetCigParametersTestComplete() argument
218 command_complete_callback.Invoke(handles); in SetCigParametersTestComplete()
Diso_manager_impl.h65 SetCigParametersCallback command_complete_callback);
69 SetCigParametersCallback command_complete_callback,
85 SetCigParametersCallback command_complete_callback);
89 SetCigParametersCallback command_complete_callback,
/system/bt/main/shim/
Dhci_layer.cc646 static void command_complete_callback(BT_HDR* response, void* context) { in command_complete_callback() function
659 transmit_command(command, command_complete_callback, command_status_callback, in transmit_command_futured()