HomeSort by relevance Sort by last modified time
    Searched refs:bluetooth_profile_map_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/bluetooth/
bluetooth_event_router.cc 51 for (BluetoothProfileMap::iterator iter = bluetooth_profile_map_.begin();
52 iter != bluetooth_profile_map_.end();
109 bluetooth_profile_map_[uuid] = bluetooth_profile;
113 BluetoothProfileMap::iterator iter = bluetooth_profile_map_.find(uuid);
114 if (iter != bluetooth_profile_map_.end()) {
116 bluetooth_profile_map_.erase(iter);
122 return bluetooth_profile_map_.find(uuid) != bluetooth_profile_map_.end();
127 BluetoothProfileMap::const_iterator iter = bluetooth_profile_map_.find(uuid);
128 if (iter != bluetooth_profile_map_.end()
    [all...]
bluetooth_event_router.h 140 BluetoothProfileMap bluetooth_profile_map_; member in class:extensions::ExtensionBluetoothEventRouter

Completed in 124 milliseconds