Searched defs:pPeer (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Main/include/
H A DSerialPortImpl.h96 const ComObjPtr<SerialPort> pPeer; member in struct:SerialPort::Data
H A DBandwidthControlImpl.h86 const ComObjPtr<BandwidthControl> pPeer; member in struct:BandwidthControl::Data
H A DBandwidthGroupImpl.h51 ComObjPtr<BandwidthGroup> i_getPeer() { return m->pPeer; }
90 pPeer(NULL)
94 ComObjPtr<BandwidthGroup> pPeer; member in struct:BandwidthGroup::Data
/vbox/src/VBox/Main/src-server/
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 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 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 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 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...]

Completed in 1459 milliseconds