Searched defs:SetPowered (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/extensions/browser/api/bluetooth/
H A Dbluetooth_private_apitest.cc76 void SetPowered(bool powered, const base::Closure& callback) { function in class:extensions::BluetoothPrivateApiTest
133 EXPECT_CALL(*mock_adapter_.get(), SetPowered(true, _, _)).WillOnce(
134 WithArgs<0, 1>(Invoke(this, &BluetoothPrivateApiTest::SetPowered)));
/external/chromium_org/device/bluetooth/
H A Dbluetooth_adapter_win.cc93 void BluetoothAdapterWin::SetPowered( function in class:device::BluetoothAdapterWin
H A Dbluetooth_adapter_chromeos.cc183 void BluetoothAdapterChromeOS::SetPowered( function in class:chromeos::BluetoothAdapterChromeOS
H A Dbluetooth_task_manager_win.cc209 base::Bind(&BluetoothTaskManagerWin::SetPowered,
328 void BluetoothTaskManagerWin::SetPowered( function in class:device::BluetoothTaskManagerWin
/external/chromium_org/device/nfc/
H A Dnfc_adapter_chromeos.cc76 void NfcAdapterChromeOS::SetPowered(bool powered, function in class:chromeos::NfcAdapterChromeOS

Completed in 466 milliseconds