Searched refs:hci_hal_t (Results 1 - 9 of 9) sorted by relevance

/system/bt/hci/src/
H A Dhci_hal.c21 const hci_hal_t *hci_hal_get_interface() {
H A Dhci_hal_h4.c41 static const hci_hal_t interface;
243 static const hci_hal_t interface = {
254 const hci_hal_t *hci_hal_h4_get_interface() {
259 const hci_hal_t *hci_hal_h4_get_test_interface(vendor_t *vendor_interface) {
H A Dhci_hal_mct.c36 static const hci_hal_t interface;
190 static const hci_hal_t interface = {
201 const hci_hal_t *hci_hal_mct_get_interface() {
206 const hci_hal_t *hci_hal_mct_get_test_interface(vendor_t *vendor_interface) {
H A Dhci_layer.c113 static const hci_hal_t *hal;
790 const hci_hal_t *hal_interface,
/system/bt/hci/include/
H A Dhci_hal.h49 typedef struct hci_hal_t { struct
79 } hci_hal_t; typedef in typeref:struct:hci_hal_t
82 const hci_hal_t *hci_hal_get_interface(void);
84 const hci_hal_t *hci_hal_h4_get_interface(void);
85 const hci_hal_t *hci_hal_h4_get_test_interface(vendor_t *vendor_interface);
87 const hci_hal_t *hci_hal_mct_get_interface(void);
88 const hci_hal_t *hci_hal_mct_get_test_interface(vendor_t *vendor_interface);
H A Dhci_layer.h55 typedef struct hci_hal_t hci_hal_t; typedef in typeref:struct:hci_hal_t
107 const hci_hal_t *hal_interface,
/system/bt/hci/test/
H A Dhci_hal_h4_test.cpp59 static const hci_hal_t *hal;
H A Dhci_hal_mct_test.cpp51 static const hci_hal_t *hal;
H A Dhci_layer_test.cpp591 hci_hal_t hal;

Completed in 97 milliseconds