Home
last modified time | relevance | path

Searched refs:hal_open (Results 1 – 4 of 4) sorted by relevance

/system/bt/hci/src/
Dhci_hal_h4.c68 static bool hal_open() { in hal_open() function
248 hal_open,
Dhci_hal_mct.c62 static bool hal_open() { in hal_open() function
195 hal_open,
/system/bt/hci/test/
Dhci_layer_test.cpp181 STUB_FUNCTION(bool, hal_open, ())
506 RESET_CALL_COUNT(hal_open);
552 hal.open = hal_open;
578 EXPECT_CALL_COUNT(hal_open, 1);
/system/bt/tools/bdtool/
Dbdtool.c96 if (!hal_open(callbacks_get_adapter_struct())) { in main()