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

/external/chromium_org/third_party/webrtc/modules/video_render/mac/
H A Dvideo_render_agl.cc1687 ControlRef masterControl; local
1688 osStatus = GetSuperControl(rootControl, &masterControl);
1691 if (masterControl != NULL)
1699 while (tempControl != masterControl) // current control != master
1704 // //WEBRTC_LOG(kTraceDebug, "IBM tempControl=%d masterControl=%d", tempControl, masterControl);

Completed in 62 milliseconds