Searched refs:send_command (Results 1 - 12 of 12) sorted by relevance

/system/bt/hci/src/
H A Dhci_audio.c38 vendor_get_interface()->send_command(VENDOR_SET_AUDIO_STATE, &audio_state);
H A Dlow_power_manager.c82 vendor->send_command(VENDOR_GET_LPM_IDLE_TIMEOUT, &idle_timeout_ms);
112 vendor->send_command(VENDOR_SET_LPM_WAKE_STATE, &new_state);
168 vendor->send_command(VENDOR_SET_LPM_WAKE_STATE, &new_state);
H A Dhci_hal_h4.c64 int number_of_ports = vendor->send_command(VENDOR_OPEN_USERIAL, &fd_array);
97 vendor->send_command(VENDOR_CLOSE_USERIAL, NULL);
H A Dhci_hal_mct.c65 int number_of_ports = vendor->send_command(VENDOR_OPEN_USERIAL, &uart_fds);
122 vendor->send_command(VENDOR_CLOSE_USERIAL, NULL);
H A Dvendor.c93 static int send_command(vendor_opcode_t opcode, void *param) { function
204 send_command,
H A Dhci_layer.c260 vendor->send_command(VENDOR_CHIP_POWER_CONTROL, &power_state);
263 vendor->send_command(VENDOR_CHIP_POWER_CONTROL, &power_state);
310 vendor->send_command(VENDOR_CHIP_POWER_CONTROL, &power_state);
/system/bt/hci/include/
H A Dvendor.h61 int (*send_command)(vendor_opcode_t opcode, void *param); member in struct:vendor_t
/system/bt/hci/test/
H A Dlow_power_manager_test.cpp105 vendor.send_command = vendor_send_command;
H A Dhci_hal_h4_test.cpp140 vendor.send_command = vendor_send_command;
H A Dhci_hal_mct_test.cpp139 vendor.send_command = vendor_send_command;
H A Dhci_layer_test.cpp544 vendor.send_command = vendor_send_command;
/system/extras/taskstats/
H A Dtaskstats.c44 int send_command(struct nl_sock* netlink_socket, uint16_t nlmsg_type, function
86 if (send_command(netlink_socket, GENL_ID_CTRL, getpid(),
149 int result = send_command(netlink_socket, family_id, getpid(),

Completed in 674 milliseconds