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

/haiku/src/kits/media/
H A DBufferGroup.cpp44 fInitError = _Init();
45 if (fInitError != B_OK)
75 fInitError = (status_t)bufferArea;
86 fInitError = AddBuffer(info);
87 if (fInitError != B_OK)
98 fInitError = _Init();
99 if (fInitError != B_OK)
109 fInitError = _Init();
110 if (fInitError != B_OK)
121 fInitError
[all...]
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DWorkQueue.h60 status_t fInitError; member in class:WorkQueue
74 return fInitError;
H A DWorkQueue.cpp30 fInitError = fThread;
37 fInitError = result;
41 fInitError = B_OK;
/haiku/src/kits/app/
H A DApplication.cpp372 fInitError = check_app_signature(signature);
386 if (fInitError == B_OK) {
387 fInitError = BPrivate::get_app_ref(&ref);
388 if (fInitError != B_OK) {
390 strerror(fInitError)));
396 if (fInitError == B_OK) {
399 fInitError = fileInfo.SetTo(&file);
400 if (fInitError == B_OK) {
411 "BAppFileInfo: %s\n", strerror(fInitError)));
417 if (fInitError
[all...]
/haiku/src/kits/game/
H A DGameSound.cpp34 fInitError = fDevice->InitCheck();
46 fInitError = fDevice->InitCheck();
62 return fInitError;
248 fInitError = in_initError;
271 fInitError = other.fInitError;
H A DGameSoundDevice.h82 status_t fInitError; member in class:BGameSoundDevice
H A DGameSoundDevice.cpp93 fInitError = B_OK;
117 return fInitError;
138 fInitError = error;
/haiku/headers/os/media/
H A DBufferGroup.h60 status_t fInitError; member in class:BBufferGroup
/haiku/src/kits/interface/
H A DBitmap.cpp192 fInitError(B_NO_INIT)
221 fInitError(B_NO_INIT)
251 fInitError(B_NO_INIT)
279 fInitError(B_NO_INIT)
305 fInitError(B_NO_INIT)
326 fInitError(B_NO_INIT)
358 fInitError(B_NO_INIT)
480 return fInitError;
987 fInitError = B_NO_INIT;
1209 fInitError
[all...]
/haiku/headers/build/os/interface/
H A DBitmap.h106 status_t fInitError; member in class:BBitmap
/haiku/headers/os/app/
H A DApplication.h159 status_t fInitError; member in class:BApplication
/haiku/headers/os/interface/
H A DBitmap.h162 status_t fInitError; member in class:BBitmap
/haiku/headers/os/game/
H A DGameSound.h116 status_t fInitError; member in class:BGameSound
/haiku/src/build/libbe/interface/
H A DBitmap.cpp1448 fInitError(B_NO_INIT)
1475 fInitError(B_NO_INIT)
1505 fInitError(B_NO_INIT)
1540 fInitError(B_NO_INIT)
1639 return fInitError;
2165 fInitError = error;
2169 if (fInitError == B_OK) {

Completed in 102 milliseconds