OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AdapterCallback
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/device/bluetooth/
bluetooth_adapter_factory.h
22
AdapterCallback
;
32
static void GetAdapter(const
AdapterCallback
& callback);
bluetooth_adapter_factory.cc
36
typedef std::vector<BluetoothAdapterFactory::
AdapterCallback
>
48
for (std::vector<BluetoothAdapterFactory::
AdapterCallback
>::const_iterator
74
void BluetoothAdapterFactory::GetAdapter(const
AdapterCallback
& callback) {
bluetooth_profile_chromeos_unittest.cc
49
base::Bind(&BluetoothProfileChromeOSTest::
AdapterCallback
,
67
void
AdapterCallback
(scoped_refptr<BluetoothAdapter> adapter) {
/external/chromium_org/chrome/browser/extensions/api/bluetooth/
bluetooth_extension_function.cc
28
const device::BluetoothAdapterFactory::
AdapterCallback
callback,
bluetooth_event_router.h
40
const device::BluetoothAdapterFactory::
AdapterCallback
& callback);
bluetooth_event_router.cc
62
const device::BluetoothAdapterFactory::
AdapterCallback
& callback) {
Completed in 52 milliseconds