Searched refs:B_TIMED_OUT (Results 101 - 125 of 136) sorted by path

123456

/haiku/src/add-ons/media/media-add-ons/finepix_webcam/FinePixProducer/
H A DProducer.cpp676 /* The only acceptable responses are B_OK and B_TIMED_OUT. Everything
679 if ((err != B_OK) && (err != B_TIMED_OUT))
/haiku/src/add-ons/media/media-add-ons/mixer/
H A DMixerSettings.cpp548 if (rv != B_TIMED_OUT && rv < B_OK)
/haiku/src/add-ons/media/media-add-ons/usb_vision/
H A DProducer.cpp1086 /* The only acceptable responses are B_OK and B_TIMED_OUT. Everything
1089 if ((err != B_OK) && (err != B_TIMED_OUT))
/haiku/src/add-ons/media/media-add-ons/usb_webcam/
H A DProducer.cpp900 /* The only acceptable responses are B_OK and B_TIMED_OUT. Everything
903 if ((err != B_OK) && (err != B_TIMED_OUT))
/haiku/src/add-ons/media/media-add-ons/video_producer_demo/
H A DProducer.cpp659 /* The only acceptable responses are B_OK and B_TIMED_OUT. Everything
662 if ((err != B_OK) && (err != B_TIMED_OUT))
/haiku/src/apps/cortex/NodeManager/
H A DNodeGroup.cpp1636 if(err == B_TIMED_OUT) {
/haiku/src/apps/installer/
H A DCopyEngine.cpp546 if (ret == B_TIMED_OUT) {
/haiku/src/apps/mediaplayer/media_node_framework/video/
H A DVideoProducer.cpp676 case B_TIMED_OUT:
694 // The only acceptable responses are B_OK and B_TIMED_OUT. Everything
701 case B_TIMED_OUT:
764 if (err == B_TIMED_OUT) {
/haiku/src/apps/mediaplayer/supplier/
H A DProxyVideoSupplier.cpp68 return B_TIMED_OUT;
/haiku/src/apps/remotedesktop/
H A DRemoteView.cpp453 if (status == B_TIMED_OUT || status == -1) {
/haiku/src/bin/
H A Derror.c172 E(B_TIMED_OUT),
/haiku/src/kits/bluetooth/
H A DDiscoveryAgent.cpp57 return B_TIMED_OUT;
/haiku/src/kits/media/
H A DMediaDefs.cpp1355 if (err == B_TIMED_OUT || shutdown == false) {
1379 if (err == B_TIMED_OUT || shutdown == false) {
H A DMediaNode.cpp376 if (error != B_TIMED_OUT && error != B_BAD_PORT_ID) {
/haiku/src/kits/media/experimental/
H A DAdapterIO.cpp108 return B_TIMED_OUT;
/haiku/src/kits/network/libnetapi/
H A DAbstractSocket.cpp320 return millis > 0 ? B_TIMED_OUT : B_WOULD_BLOCK;
/haiku/src/kits/shared/
H A DMemoryRingIO.cpp277 return B_TIMED_OUT;
/haiku/src/libs/bsd/
H A Dkqueue.cpp253 if (events == B_WOULD_BLOCK || events == B_TIMED_OUT)
/haiku/src/libs/compat/freebsd_network/
H A Dcallout.cpp64 if (status == B_TIMED_OUT || status == B_OK) {
109 // B_TIMED_OUT - look for timers to be executed
H A Dusb.cpp178 case B_TIMED_OUT: return USB_ERR_TIMEOUT;
/haiku/src/servers/app/
H A DEventDispatcher.cpp1010 } else if (status == B_TIMED_OUT) {
H A DEventStream.cpp173 if (status == B_TIMED_OUT)
H A DMessageLooper.cpp109 if (status == B_TIMED_OUT)
/haiku/src/servers/net/
H A DDHCPClient.cpp738 if (bytesReceived < 0 && errno == B_TIMED_OUT) {
741 return B_TIMED_OUT;
/haiku/src/system/kernel/debug/
H A Dsystem_profiler.cpp590 if (error != B_TIMED_OUT)

Completed in 172 milliseconds

123456