OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full: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.cc
376
ScopedVector<ServiceRecordState>*
service_record_states
=
local
377
&(*iter)->
service_record_states
;
410
service_record_states
->push_back(service_record_state);
bluetooth_task_manager_win.h
56
ScopedVector<ServiceRecordState>
service_record_states
;
member in struct:device::BluetoothTaskManagerWin::DeviceState
Completed in 40 milliseconds