Home
last modified time | relevance | path

Searched refs:GetParent (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/stressapptest/git/src/
H A Derror_diag.h46 DeviceTree *GetParent() { return parent_; } in GetParent() function
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinmultiwindowwndproc.c706 HWND hParent = GetParent(hwnd); in winTopLevelWindowProc()
829 (HWND) lParam != NULL && (HWND) lParam != GetParent(hwnd)) in winTopLevelWindowProc()
894 if (GetParent(hwnd)) in winTopLevelWindowProc()
H A Dwindialogs.c167 hwndDesk = GetParent(hwndDlg); in winInitDialog()