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

  /external/chromium_org/device/bluetooth/
bluetooth_device_win_unittest.cc 54 device_state.service_record_states.push_back(audio_state);
61 device_state.service_record_states.push_back(video_state);
bluetooth_device_win.cc 38 iter = state.service_record_states.begin();
39 iter != state.service_record_states.end();
bluetooth_task_manager_win.h 56 ScopedVector<ServiceRecordState> service_record_states; member in struct:device::BluetoothTaskManagerWin::DeviceState
bluetooth_task_manager_win.cc 374 ScopedVector<ServiceRecordState>* service_record_states = local
375 &(*iter)->service_record_states;
408 service_record_states->push_back(service_record_state);

Completed in 312 milliseconds