Home
last modified time | relevance | path

Searched refs:InitCheck (Results 1 – 5 of 5) sorted by relevance

/external/libusb/libusb/os/
Dhaiku_pollfs.cpp26 bool InitCheck();
44 bool InitCheck();
76 if (child->InitCheck() == false) { in WatchedEntry()
94 if (fDevice != NULL && fDevice->InitCheck() == true) { in WatchedEntry()
239 WatchedEntry::InitCheck() in InitCheck() function in WatchedEntry
272 if (fRoot->InitCheck() == false) { in RosterLooper()
327 RosterLooper::InitCheck() in InitCheck() function in RosterLooper
350 if (fLooper == NULL || ((RosterLooper *)fLooper)->InitCheck() == false) { in Start()
Dhaiku_usb.h50 bool InitCheck();
74 bool InitCheck();
Dhaiku_usb_backend.cpp170 USBDeviceHandle::InitCheck() in InitCheck() function in USBDeviceHandle
344 USBDevice::InitCheck() in InitCheck() function in USBDevice
Dhaiku_usb_raw.cpp54 if (handle->InitCheck() == false) { in haiku_open()
/external/mesa3d/src/hgl/
DGLRendererRoster.cpp122 status_t status = directory.InitCheck(); in AddPath()
148 if (entry.InitCheck() == B_OK && !entry.IsFile()) in AddPath()