Searched defs:it (Results 1 - 3 of 3) sorted by relevance

/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/
H A DTrustletSession.cpp52 map<uint32_t, CWsm_ptr>::iterator it; local
58 for ( it = buffers.begin() ; it != buffers.end(); it++ )
59 delete (*it).second;
119 // Remove it from the map
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/
H A DMobiCoreDriverDaemon.cpp94 driverResourcesList_t::iterator it; local
95 for (it = driverResources.begin(); it != driverResources.end(); it++) {
96 MobicoreDriverResources *res = *it;
186 // Always return the trustZoneDevice as it is currently the only one supported
330 /* it is questionable, if writing to broken socket has any effect here. */ \
553 /* it is questionable, if writing to broken socket has any effect here. */
575 // sessionId here. Thus we have to check that it belongs to
/hardware/qcom/audio/legacy/alsa_sound/
H A DAudioHardwareALSA.cpp216 for(ALSAHandleList::iterator it = mDeviceList.begin();
217 it != mDeviceList.end(); ++it) {
218 it->useCase[0] = 0;
219 mDeviceList.erase(it);
640 ALSAHandleList::iterator it = mDeviceList.end(); local
641 it--;
642 mALSADevice->route(&(*it), (uint32_t)device, newMode);
651 ALSAHandleList::iterator it = mDeviceList.end(); local
652 it
681 ALSAHandleList::iterator it = mDeviceList.end(); local
736 ALSAHandleList::iterator it; local
888 ALSAHandleList::iterator it = mDeviceList.end(); local
952 ALSAHandleList::iterator it = mDeviceList.end(); local
1045 ALSAHandleList::iterator it = mDeviceList.end(); local
1106 ALSAHandleList::iterator it; local
1307 ALSAHandleList::iterator it = mDeviceList.end(); local
1462 ALSAHandleList::iterator it = mDeviceList.end(); local
1557 ALSAHandleList::iterator it = mDeviceList.end(); local
[all...]

Completed in 150 milliseconds