Searched refs:service_record_states (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/device/bluetooth/
H A Dbluetooth_device_win_unittest.cc54 device_state.service_record_states.push_back(audio_state);
61 device_state.service_record_states.push_back(video_state);
H A Dbluetooth_device_win.cc38 iter = state.service_record_states.begin();
39 iter != state.service_record_states.end();
H A Dbluetooth_task_manager_win.h56 ScopedVector<ServiceRecordState> service_record_states; member in struct:device::BluetoothTaskManagerWin::DeviceState
H A Dbluetooth_task_manager_win.cc376 ScopedVector<ServiceRecordState>* service_record_states = local
377 &(*iter)->service_record_states;
410 service_record_states->push_back(service_record_state);

Completed in 89 milliseconds