Searched refs:pPeer (Results 1 - 12 of 12) sorted by relevance

/vbox/src/VBox/Main/src-server/
H A DUSBControllerImpl.cpp63 const ComObjPtr<USBController> pPeer; member in struct:USBController::Data
166 unconst(aPeer->m->pPeer) = this;
171 unconst(m->pPeer) = aPeer;
228 unconst(m->pPeer) = NULL;
307 AutoCaller peerCaller(m->pPeer);
312 AutoMultiWriteLock2 alock(m->pPeer, this COMMA_LOCKVAL_SRC_POS);
317 if (m->pPeer)
320 AutoWriteLock peerlock(m->pPeer COMMA_LOCKVAL_SRC_POS);
321 m->pPeer->m->bd.attach(m->bd);
371 AutoCaller peerCaller (m->pPeer);
[all...]
H A DBandwidthGroupImpl.cpp75 /* m->pPeer is left null */
129 unconst(aThat->m->pPeer) = this;
134 unconst(m->pPeer) = aThat;
162 /* m->pPeer is left null */
192 unconst(m->pPeer) = NULL;
277 AutoCaller peerCaller(m->pPeer);
280 /* lock both for writing since we modify both (m->pPeer is "master" so locked
282 AutoMultiWriteLock2 alock(m->pPeer, this COMMA_LOCKVAL_SRC_POS);
287 if (m->pPeer)
290 m->pPeer
[all...]
H A DParallelPortImpl.cpp47 const ComObjPtr<ParallelPort> pPeer; member in struct:ParallelPort::Data
88 /* m->pPeer is left null */
124 unconst(m->pPeer) = aThat;
158 /* m->pPeer is left null */
187 unconst(m->pPeer) = NULL;
456 AutoCaller peerCaller (m->pPeer);
459 /* lock both for writing since we modify both (m->pPeer is "master" so locked
461 AutoMultiWriteLock2 alock(m->pPeer, this COMMA_LOCKVAL_SRC_POS);
466 if (m->pPeer)
469 m->pPeer
[all...]
H A DBandwidthControlImpl.cpp71 /* m->pPeer is left null */
109 unconst(m->pPeer) = aThat;
147 /* m->pPeer is left null */
265 if (m->pPeer)
267 AutoWriteLock peerlock(m->pPeer COMMA_LOCKVAL_SRC_POS);
285 peer->init(m->pPeer, *it, true /* aReshare */);
290 m->pPeer->m->llBandwidthGroups->remove(peer);
297 for (it = m->pPeer->m->llBandwidthGroups->begin();
298 it != m->pPeer->m->llBandwidthGroups->end();
303 m->pPeer
[all...]
H A DStorageControllerImpl.cpp99 const ComObjPtr<StorageController> pPeer; member in struct:StorageController::Data
163 /* m->pPeer is left null */
249 unconst(aThat->m->pPeer) = this;
254 unconst(m->pPeer) = aThat;
282 /* m->pPeer is left null */
312 unconst(m->pPeer) = NULL;
790 AutoCaller peerCaller (m->pPeer);
793 /* lock both for writing since we modify both (m->pPeer is "master" so locked
795 AutoMultiWriteLock2 alock(m->pPeer, this COMMA_LOCKVAL_SRC_POS);
800 if (m->pPeer)
[all...]
H A DBIOSSettingsImpl.cpp42 ComObjPtr<BIOSSettings> pPeer; member in struct:BIOSSettings::Data
118 m->pPeer = that;
174 unconst(m->pPeer) = NULL;
515 AutoCaller peerCaller(m->pPeer);
520 AutoMultiWriteLock2 alock(m->pPeer, this COMMA_LOCKVAL_SRC_POS);
525 if (m->pPeer)
528 AutoWriteLock peerlock(m->pPeer COMMA_LOCKVAL_SRC_POS);
529 m->pPeer->m->bd.attach(m->bd);
H A DSerialPortImpl.cpp69 /* m->pPeer is left null */
105 unconst(m->pPeer) = aThat;
139 /* pPeer is left null */
168 unconst(m->pPeer) = NULL;
549 AutoCaller peerCaller(m->pPeer);
552 /* lock both for writing since we modify both (pPeer is "master" so locked
554 AutoMultiWriteLock2 alock(m->pPeer, this COMMA_LOCKVAL_SRC_POS);
559 if (m->pPeer)
562 m->pPeer->m->bd.attach(m->bd);
H A DUSBDeviceFiltersImpl.cpp63 const ComObjPtr<USBDeviceFilters> pPeer; member in struct:USBDeviceFilters::Data
145 unconst(m->pPeer) = aPeer;
236 unconst(m->pPeer) = NULL;
672 AutoCaller peerCaller(m->pPeer);
677 AutoMultiWriteLock2 alock(m->pPeer, this COMMA_LOCKVAL_SRC_POS);
687 if (m->pPeer)
689 AutoWriteLock peerlock(m->pPeer COMMA_LOCKVAL_SRC_POS);
706 peer->init(m->pPeer, *it, true /* aReshare */);
711 m->pPeer->m->llDeviceFilters->remove(peer);
720 it = m->pPeer
[all...]
H A DMachineImpl.cpp13297 ComPtr<IUnknown> pPeer(mPeer);
13298 progress->init(mParent, pPeer,
/vbox/src/VBox/Main/include/
H A DBandwidthGroupImpl.h51 ComObjPtr<BandwidthGroup> i_getPeer() { return m->pPeer; }
90 pPeer(NULL)
94 ComObjPtr<BandwidthGroup> pPeer; member in struct:BandwidthGroup::Data
H A DBandwidthControlImpl.h86 const ComObjPtr<BandwidthControl> pPeer; member in struct:BandwidthControl::Data
H A DSerialPortImpl.h96 const ComObjPtr<SerialPort> pPeer; member in struct:SerialPort::Data

Completed in 140 milliseconds