HomeSort by relevance Sort by last modified time
    Searched defs:BluetoothBinderFacade (Results 1 - 2 of 2) sorted by null

  /packages/apps/Test/connectivity/sl4n/facades/bluetooth/
bluetooth_binder_facade.h 24 // BluetoothBinderFacade provides simple wrappers to call Binder apis.
37 class BluetoothBinderFacade {
39 BluetoothBinderFacade();
bluetooth_binder_facade.cpp 41 bool BluetoothBinderFacade::SharedValidator() {
53 std::tuple<bool, int> BluetoothBinderFacade::BluetoothBinderEnable() {
67 std::tuple<std::string, int> BluetoothBinderFacade::BluetoothBinderGetAddress() {
74 std::tuple<std::string, int> BluetoothBinderFacade::BluetoothBinderGetName() {
87 std::tuple<bool, int> BluetoothBinderFacade::BluetoothBinderSetName(
101 std::tuple<bool, int> BluetoothBinderFacade::BluetoothBinderInitInterface() {
111 std::tuple<bool, int> BluetoothBinderFacade::BluetoothBinderRegisterBLE() {
124 std::tuple<int, int> BluetoothBinderFacade::BluetoothBinderSetAdvSettings(
172 BluetoothBinderFacade::BluetoothBinderFacade() {
    [all...]

Completed in 92 milliseconds