Home
last modified time | relevance | path

Searched refs:BluetoothBinderFacade (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Test/connectivity/sl4n/facades/bluetooth/
Dbluetooth_binder_facade.cpp41 bool BluetoothBinderFacade::SharedValidator() { in SharedValidator()
53 std::tuple<bool, int> BluetoothBinderFacade::BluetoothBinderEnable() { in BluetoothBinderEnable()
67 std::tuple<std::string, int> BluetoothBinderFacade::BluetoothBinderGetAddress() { in BluetoothBinderGetAddress()
74 std::tuple<std::string, int> BluetoothBinderFacade::BluetoothBinderGetName() { in BluetoothBinderGetName()
87 std::tuple<bool, int> BluetoothBinderFacade::BluetoothBinderSetName( in BluetoothBinderSetName()
101 std::tuple<bool, int> BluetoothBinderFacade::BluetoothBinderInitInterface() { in BluetoothBinderInitInterface()
111 std::tuple<bool, int> BluetoothBinderFacade::BluetoothBinderRegisterBLE() { in BluetoothBinderRegisterBLE()
124 std::tuple<int, int> BluetoothBinderFacade::BluetoothBinderSetAdvSettings( in BluetoothBinderSetAdvSettings()
172 BluetoothBinderFacade::BluetoothBinderFacade() { in BluetoothBinderFacade() function in BluetoothBinderFacade
Dbluetooth_binder_facade.h37 class BluetoothBinderFacade {
39 BluetoothBinderFacade();
/packages/apps/Test/connectivity/sl4n/utils/
Dcommand_receiver.cpp36 BluetoothBinderFacade bt_binder;