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

/haiku-fatelf/src/kits/media/
H A DBufferGroup.cpp74 fInitError = (status_t)bufferArea;
85 fInitError = AddBuffer(info);
86 if (fInitError != B_OK)
121 fInitError = AddBuffer(info);
122 if (fInitError != B_OK)
142 return fInitError;
150 if (fInitError != B_OK)
187 if (fInitError != B_OK)
209 if (fInitError != B_OK)
228 if (fInitError !
[all...]
/haiku-fatelf/src/kits/app/
H A DApplication.cpp287 fInitError = check_app_signature(signature);
300 if (fInitError == B_OK) {
301 fInitError = BPrivate::get_app_ref(&ref);
302 if (fInitError != B_OK) {
304 strerror(fInitError)));
310 if (fInitError == B_OK) {
313 fInitError = fileInfo.SetTo(&file);
314 if (fInitError == B_OK) {
325 "BAppFileInfo: %s\n", strerror(fInitError)));
331 if (fInitError
[all...]
/haiku-fatelf/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-fatelf/headers/os/media/
H A DBufferGroup.h60 status_t fInitError; member in class:BBufferGroup
/haiku-fatelf/src/kits/interface/
H A DBitmap.cpp183 fInitError(B_NO_INIT)
212 fInitError(B_NO_INIT)
242 fInitError(B_NO_INIT)
270 fInitError(B_NO_INIT)
296 fInitError(B_NO_INIT)
327 fInitError(B_NO_INIT)
450 return fInitError;
948 fInitError = B_NO_INIT;
1129 fInitError = error;
1131 if (fInitError
[all...]
/haiku-fatelf/headers/build/os/interface/
H A DBitmap.h106 status_t fInitError; member in class:BBitmap
/haiku-fatelf/headers/os/app/
H A DApplication.h147 status_t fInitError; member in class:BApplication
/haiku-fatelf/headers/os/interface/
H A DBitmap.h147 status_t fInitError; member in class:BBitmap
/haiku-fatelf/headers/os/game/
H A DGameSound.h128 status_t fInitError; member in class:BGameSound
/haiku-fatelf/src/build/libbe/interface/
H A DBitmap.cpp1440 fInitError(B_NO_INIT)
1467 fInitError(B_NO_INIT)
1497 fInitError(B_NO_INIT)
1532 fInitError(B_NO_INIT)
1631 return fInitError;
2157 fInitError = error;
2161 if (fInitError == B_OK) {

Completed in 178 milliseconds