Home
last modified time | relevance | path

Searched refs:vendor_interface (Results 1 – 7 of 7) sorted by relevance

/system/bt/hci/include/
Dhci_hal.h84 const hci_hal_t *hci_hal_h4_get_test_interface(vendor_t *vendor_interface);
87 const hci_hal_t *hci_hal_mct_get_test_interface(vendor_t *vendor_interface);
Dlow_power_manager.h47 const low_power_manager_t *low_power_manager_get_test_interface(const vendor_t *vendor_interface);
Dhci_layer.h111 const vendor_t *vendor_interface,
/system/bt/hci/src/
Dlow_power_manager.c246 const low_power_manager_t *low_power_manager_get_test_interface(const vendor_t *vendor_interface) { in low_power_manager_get_test_interface() argument
247 vendor = vendor_interface; in low_power_manager_get_test_interface()
Dhci_hal_h4.c261 const hci_hal_t *hci_hal_h4_get_test_interface(vendor_t *vendor_interface) { in hci_hal_h4_get_test_interface() argument
262 vendor = vendor_interface; in hci_hal_h4_get_test_interface()
Dhci_hal_mct.c208 const hci_hal_t *hci_hal_mct_get_test_interface(vendor_t *vendor_interface) { in hci_hal_mct_get_test_interface() argument
209 vendor = vendor_interface; in hci_hal_mct_get_test_interface()
Dhci_layer.c845 const vendor_t *vendor_interface, in hci_layer_get_test_interface() argument
853 vendor = vendor_interface; in hci_layer_get_test_interface()