Home
last modified time | relevance | path

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

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