HomeSort by relevance Sort by last modified time
    Searched full:start_restricted (Results 1 - 8 of 8) sorted by null

  /system/bt/service/ipc/binder/
bluetooth_binder_server.cpp 53 bool BluetoothBinderServer::Enable(bool start_restricted) {
55 return adapter_->Enable(start_restricted);
bluetooth_binder_server.h 48 bool Enable(bool start_restricted) override;
  /system/bt/service/common/bluetooth/binder/
IBluetooth.cpp 84 bool start_restricted = data.readBool(); local
85 bool result = Enable(start_restricted);
186 bool BpBluetooth::Enable(bool start_restricted) {
190 data.writeBool(start_restricted);
IBluetooth.h 137 virtual bool Enable(bool start_restricted) = 0;
187 bool Enable(bool start_restricted) override;
  /system/bt/btif/src/
bluetooth.c 144 static int enable(bool start_restricted) {
145 LOG_INFO(LOG_TAG, "%s: start restricted = %d", __func__, start_restricted);
147 restricted_mode = start_restricted;
  /system/bt/service/
adapter.h 85 // The |start_restricted| flag enables the adapter in restricted mode. In
88 virtual bool Enable(bool start_restricted) = 0;
adapter.cpp 108 bool Enable(bool start_restricted) override {
121 int status = hal::BluetoothInterface::Get()->GetHALInterface()->enable(start_restricted);
  /system/bt/service/hal/
fake_bluetooth_interface.cpp 26 int FakeHALEnable(bool start_restricted) {

Completed in 240 milliseconds