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

  /external/chromium_org/extensions/browser/api/bluetooth/
bluetooth_private_apitest.cc 76 void SetPowered(bool powered, const base::Closure& callback) {
133 EXPECT_CALL(*mock_adapter_.get(), SetPowered(true, _, _)).WillOnce(
134 WithArgs<0, 1>(Invoke(this, &BluetoothPrivateApiTest::SetPowered)));
  /external/chromium_org/device/bluetooth/
bluetooth_adapter_win.cc 93 void BluetoothAdapterWin::SetPowered(
bluetooth_task_manager_win.cc 209 base::Bind(&BluetoothTaskManagerWin::SetPowered,
328 void BluetoothTaskManagerWin::SetPowered(
bluetooth_adapter_chromeos.cc 183 void BluetoothAdapterChromeOS::SetPowered(
    [all...]
  /external/chromium_org/device/nfc/
nfc_adapter_chromeos.cc 76 void NfcAdapterChromeOS::SetPowered(bool powered,

Completed in 74 milliseconds