Home
last modified time | relevance | path

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

/system/bt/hci/include/
Dhci_hal.h85 const hci_hal_t *hci_hal_h4_get_test_interface(vendor_t *vendor_interface);
88 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.c240 const low_power_manager_t *low_power_manager_get_test_interface(const vendor_t *vendor_interface) { in low_power_manager_get_test_interface() argument
241 vendor = vendor_interface; in low_power_manager_get_test_interface()
Dhci_hal_h4.c259 const hci_hal_t *hci_hal_h4_get_test_interface(vendor_t *vendor_interface) { in hci_hal_h4_get_test_interface() argument
260 vendor = vendor_interface; in hci_hal_h4_get_test_interface()
Dhci_hal_mct.c206 const hci_hal_t *hci_hal_mct_get_test_interface(vendor_t *vendor_interface) { in hci_hal_mct_get_test_interface() argument
207 vendor = vendor_interface; in hci_hal_mct_get_test_interface()
Dhci_layer.c795 const vendor_t *vendor_interface, in hci_layer_get_test_interface() argument
803 vendor = vendor_interface; in hci_layer_get_test_interface()