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

  /external/chromium_org/chrome/browser/extensions/api/bluetooth/
bluetooth_event_router.cc 49 for (BluetoothProfileMap::iterator iter = bluetooth_profile_map_.begin();
50 iter != bluetooth_profile_map_.end();
107 bluetooth_profile_map_[uuid] = bluetooth_profile;
111 BluetoothProfileMap::iterator iter = bluetooth_profile_map_.find(uuid);
112 if (iter != bluetooth_profile_map_.end()) {
114 bluetooth_profile_map_.erase(iter);
120 return bluetooth_profile_map_.find(uuid) != bluetooth_profile_map_.end();
125 BluetoothProfileMap::const_iterator iter = bluetooth_profile_map_.find(uuid);
126 if (iter != bluetooth_profile_map_.end()
    [all...]
bluetooth_event_router.h 140 BluetoothProfileMap bluetooth_profile_map_; member in class:extensions::ExtensionBluetoothEventRouter

Completed in 989 milliseconds