Searched refs:osStatus (Results 1 - 1 of 1) sorted by relevance
/external/webrtc/webrtc/modules/video_render/mac/ |
H A D | video_render_agl.cc | 1668 OSStatus osStatus = 0; local 1679 osStatus = GetSuperControl(rootControl, &masterControl); 1680 // //WEBRTC_LOG(kTraceDebug, "IBM GetSuperControl=%d", osStatus); 1686 osStatus = GetControlRegion(rootControl, kControlStructureMetaPart, visibleRgn); 1687 // //WEBRTC_LOG(kTraceDebug, "IBM GetControlRegion=%d : %d", osStatus, __LINE__); 1698 osStatus = GetControlRegion(tempControl, kControlStructureMetaPart, tempRgn); // intersect the region of the current control with visibleRgn 1699 // //WEBRTC_LOG(kTraceDebug, "IBM GetControlRegion=%d : %d", osStatus, __LINE__); 1716 osStatus = CountSubControls(tempControl, &numChildren); // count the subcontrols 1717 // //WEBRTC_LOG(kTraceDebug, "IBM CountSubControls=%d : %d", osStatus, __LINE__); 1740 osStatus [all...] |
Completed in 65 milliseconds