/frameworks/base/core/jni/ |
android_hardware_Camera.cpp | 303 if (camera->getStatus() != NO_ERROR) { 369 if (camera->setPreviewDisplay(surface) != NO_ERROR) { 380 if (camera->startPreview() != NO_ERROR) { 436 if (c->autoFocus() != NO_ERROR) { 448 if (c->cancelAutoFocus() != NO_ERROR) { 460 if (camera->takePicture() != NO_ERROR) { 478 if (camera->setParameters(params8) != NO_ERROR) { 499 if (camera->reconnect() != NO_ERROR) { 511 if (camera->lock() != NO_ERROR) { 522 if (camera->unlock() != NO_ERROR) { [all...] |
android_pim_EventRecurrence.cpp | 67 return NO_ERROR;
77 != NO_ERROR) { \
100 if (NO_ERROR != er.parse(str)) {
135 != NO_ERROR) {
|
/frameworks/base/libs/ui/ |
KeyLayoutMap.cpp | 113 status_t err = NO_ERROR; 197 if (m_status != NO_ERROR) { 215 return NO_ERROR; 221 if (m_status != NO_ERROR) { 232 return NO_ERROR;
|
GraphicBufferMapper.cpp | 175 return NO_ERROR; 187 return NO_ERROR; 201 return NO_ERROR; 212 return NO_ERROR; 219 return NO_ERROR; 224 return NO_ERROR;
|
/frameworks/base/camera/libcameraservice/ |
CameraService.cpp | 204 if (mp->setDataSource(file, NULL /* headers */) == NO_ERROR) { 250 if (mClientPid == callingPid) return NO_ERROR; 265 return NO_ERROR; 267 // returns NO_ERROR if the client already owns the camera, -EBUSY otherwise 278 if (result == NO_ERROR) { 308 if (mClientPid != 0 && checkPid() != NO_ERROR) { 318 return NO_ERROR; 333 return NO_ERROR; 395 if (checkPid() != NO_ERROR) { 438 if (result != NO_ERROR) return result [all...] |
/frameworks/base/media/libmedia/ |
AudioRecord.cpp | 70 if (mStatus == NO_ERROR) { 134 != NO_ERROR) { 171 if (status != NO_ERROR) { 182 mStatus = NO_ERROR; 204 return NO_ERROR; 252 status_t ret = NO_ERROR; 273 if (ret == NO_ERROR) { 277 if (ret == NO_ERROR) { 326 return NO_ERROR; 346 return NO_ERROR; [all...] |
/frameworks/base/keystore/tests/src/android/security/ |
KeyStoreTest.java | 74 assertEquals(KeyStore.NO_ERROR, mKeyStore.test()); 132 assertEquals(KeyStore.NO_ERROR, mKeyStore.test()); 140 assertEquals(KeyStore.NO_ERROR, mKeyStore.test());
|
/frameworks/base/libs/camera/ |
ICameraClient.cpp | 92 return NO_ERROR; 100 return NO_ERROR; 109 return NO_ERROR;
|
/frameworks/base/libs/surfaceflinger_client/ |
ISurfaceFlingerClient.cpp | 133 return NO_ERROR; 169 return NO_ERROR; 174 return NO_ERROR; 185 return NO_ERROR; 201 return NO_ERROR; 211 return NO_ERROR;
|
SharedBufferStack.cpp | 66 status = NO_ERROR; 83 return NO_ERROR; 179 return NO_ERROR; 187 return NO_ERROR; 201 return NO_ERROR; 246 return NO_ERROR; 294 if (err != NO_ERROR) 318 if (err == NO_ERROR) { 386 if (status < NO_ERROR) { 397 return NO_ERROR; [all...] |
/frameworks/base/media/libmediaplayerservice/ |
MidiMetadataRetriever.cpp | 65 if (mMidiPlayer == 0 || mMidiPlayer->initCheck() != NO_ERROR) { 74 if (mMidiPlayer->getDuration(&duration) != NO_ERROR) {
|
VorbisMetadataRetriever.cpp | 61 if (mVorbisPlayer == 0 || mVorbisPlayer->initCheck() != NO_ERROR) { 70 if (mVorbisPlayer->getDuration(&duration) != NO_ERROR) {
|
/packages/apps/IM/src/com/android/im/service/ |
ContactListAdapter.java | 61 return ImErrorInfo.NO_ERROR; 80 return ImErrorInfo.NO_ERROR;
|
/packages/apps/IM/libwbxml/test/ |
imps_encoder_test.cpp | 491 ASSERT_EQUAL_INT(NO_ERROR, encoder.startElement("WV-CSP-Message", atts)); 492 ASSERT_EQUAL_INT(NO_ERROR, encoder.endElement()); 503 ASSERT_EQUAL_INT(NO_ERROR, encoder.startElement("WV-CSP-Message", atts)); 504 ASSERT_EQUAL_INT(NO_ERROR, encoder.endElement()); 511 ASSERT_EQUAL_INT(NO_ERROR, encoder.startElement("WV-CSP-Message", atts)); 512 ASSERT_EQUAL_INT(NO_ERROR, encoder.startElement("Session", atts)); 513 ASSERT_EQUAL_INT(NO_ERROR, encoder.endElement()); 514 ASSERT_EQUAL_INT(NO_ERROR, encoder.endElement()); 525 ASSERT_EQUAL_INT(NO_ERROR, encoder.startElement("ContentData", atts)); 526 ASSERT_EQUAL_INT(NO_ERROR, encoder.characters("Hello", 5)) [all...] |
/development/host/windows/usb/api/ |
adb_io_completion.cpp | 43 SetLastError(NO_ERROR);
|
/frameworks/base/libs/audioflinger/ |
AudioHardwareInterface.cpp | 88 if (hw->initCheck() != NO_ERROR) { 131 return NO_ERROR; 137 return NO_ERROR; 177 return NO_ERROR;
|
AudioPolicyService.cpp | 162 return NO_ERROR; 175 return NO_ERROR; 195 return NO_ERROR; 310 return NO_ERROR; 350 if (mutex.tryLock() == NO_ERROR) { 373 return NO_ERROR; 401 return NO_ERROR; 415 return NO_ERROR; 545 return NO_ERROR; 551 return NO_ERROR; [all...] |
/frameworks/base/libs/binder/ |
MemoryHeapBase.cpp | 58 if (mapfd(fd, size) == NO_ERROR) { 79 if (mapfd(fd, size) == NO_ERROR) { 104 return NO_ERROR; 144 return NO_ERROR;
|
BpBinder.cpp | 113 if (err == NO_ERROR) { 140 if (err != NO_ERROR) return err; 200 return res >= (ssize_t)NO_ERROR ? (status_t)NO_ERROR : res; 236 return NO_ERROR; 360 return ipc ? ipc->attemptIncStrongHandle(mHandle) == NO_ERROR : false;
|
/frameworks/base/libs/surfaceflinger/ |
LayerBuffer.cpp | 91 return NO_ERROR; 176 if (result == NO_ERROR) { 289 mSupportsCopybit = (err == NO_ERROR); 332 : Source(layer), mStatus(NO_ERROR), mBufferSize(0), 344 status_t err = (buffers.heap->heapID() >= 0) ? NO_ERROR : NO_INIT; 345 if (err != NO_ERROR) { 353 if (err != NO_ERROR) { 420 if (buffer->getStatus() != NO_ERROR) 461 status_t err = NO_ERROR; 488 if (err != NO_ERROR) { [all...] |
/frameworks/base/libs/utils/ |
ZipFileCRO.cpp | 24 if (zip->open(path) == NO_ERROR) {
|
/frameworks/base/tools/aapt/ |
ResourceTable.cpp | 64 if (err != NO_ERROR) { 70 if (err != NO_ERROR) { 83 if (err != NO_ERROR) { 266 return NO_ERROR; 285 if (err != NO_ERROR) { 360 if (err != NO_ERROR) { 403 if (err != NO_ERROR) { 442 if (err != NO_ERROR) { 489 if (err != NO_ERROR) { 522 if (err != NO_ERROR) { [all...] |
Package.cpp | 53 status_t result = NO_ERROR; 96 if (status != NO_ERROR) { 129 result = NO_ERROR; 158 if (result != NO_ERROR) { 175 assert(result == NO_ERROR); 179 if (result != NO_ERROR) { 188 if (result == NO_ERROR && bundle->getVerbose()) 198 if (status != NO_ERROR) { 351 if (result == NO_ERROR) {
|
/hardware/msm7k/libaudio-qsd8k/ |
AudioHardware.cpp | 219 return mInit ? NO_ERROR : NO_INIT; 242 if (lStatus == NO_ERROR) { 278 if (lStatus != NO_ERROR) { 316 if (status == NO_ERROR) { 353 return NO_ERROR; 369 return NO_ERROR; 375 return NO_ERROR; 396 if (param.get(key, value) == NO_ERROR) { 408 if (param.get(key, value) == NO_ERROR) { 418 if (param.get(key, value) == NO_ERROR) { [all...] |
/frameworks/base/include/media/ |
AudioRecord.h | 156 * - NO_ERROR: successful intialization 224 * - NO_ERROR: successful operation 243 * - NO_ERROR: successful operation 258 * - NO_ERROR: successful operation 275 * STOPPED instead of NO_ERROR as long as there are buffers availlable, 317 virtual status_t readyToRun() { return NO_ERROR; }
|