OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BluetoothProfileMap
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/extensions/api/bluetooth/
bluetooth_event_router.h
139
typedef std::map<std::string, device::BluetoothProfile*>
BluetoothProfileMap
;
140
BluetoothProfileMap
bluetooth_profile_map_;
bluetooth_event_router.cc
51
for (
BluetoothProfileMap
::iterator iter = bluetooth_profile_map_.begin();
113
BluetoothProfileMap
::iterator iter = bluetooth_profile_map_.find(uuid);
127
BluetoothProfileMap
::const_iterator iter = bluetooth_profile_map_.find(uuid);
Completed in 715 milliseconds