HomeSort by relevance Sort by last modified time
    Searched full:no_error (Results 226 - 250 of 385) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapCallLogComposer.java 58 private static final String NO_ERROR = "No error";
84 private String mErrorReason = NO_ERROR;
  /packages/apps/Phone/src/com/android/phone/
ChangeIccPinScreen.java 57 private static final int NO_ERROR = 0;
165 return NO_ERROR;
  /system/security/keystore-engine/
eng_keystore.cpp 166 != NO_ERROR) {
218 if (keystore_cmd(CommandCodes[GET_PUBKEY], &reply, 1, strlen(key_id), key_id) != NO_ERROR) {
  /frameworks/base/tools/aapt/
AaptAssets.cpp     [all...]
StringPool.cpp 197 if (err != NO_ERROR) {
201 return NO_ERROR;
214 return NO_ERROR;
350 return err == NO_ERROR ? pool : NULL;
372 return (res >= 0) ? (status_t)NO_ERROR : res;
555 return NO_ERROR;
Command.cpp 47 if (result != NO_ERROR) {
80 if (result != NO_ERROR) {
248 if (tree.getAttributeValue(idx, &value) != NO_ERROR) {
266 if (tree.getAttributeValue(idx, &value) != NO_ERROR) {
285 if (tree.getAttributeValue(idx, &value) != NO_ERROR) {
303 if (tree.getAttributeValue(idx, &value) != NO_ERROR) {
324 if (tree.getAttributeValue(idx, &value) != NO_ERROR) {
504 asset->getLength()) != NO_ERROR) {
531 asset->getLength()) != NO_ERROR) {
550 asset->getLength()) != NO_ERROR) {
    [all...]
  /device/samsung/crespo/libcamera/
SecCameraHWInterface.cpp 523 return NO_ERROR;
658 return NO_ERROR;
667 if (waitCaptureCompletion() != NO_ERROR) {
686 return NO_ERROR;
731 return NO_ERROR;
794 return NO_ERROR;
845 return NO_ERROR;
852 return NO_ERROR;
885 return NO_ERROR;
893 return NO_ERROR;
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/audio/dart/
SDL_dart.c 243 if (DosCreateEventSem(NULL, &(_this->hidden->hevAudioBufferPlayed), 0, FALSE)!=NO_ERROR)
347 rc = NO_ERROR;
348 while ((pBufDesc->iBufferUsage != BUFFER_EMPTY) && (rc==NO_ERROR))
  /frameworks/native/libs/binder/
IMemory.cpp 183 if (remote()->transact(GET_MEMORY, data, &reply) == NO_ERROR) {
222 return NO_ERROR;
376 return NO_ERROR;
  /frameworks/native/libs/utils/
VectorImpl.cpp 215 return NO_ERROR;
581 return NO_ERROR;
587 ssize_t err = NO_ERROR;
  /hardware/ti/omap4xxx/camera/
CameraHal_Module.cpp 589 if(properties && (camera->initialize(properties) != android::NO_ERROR))
628 if(gCameraProperties.initialize() != android::NO_ERROR)
650 if(gCameraProperties.initialize() != android::NO_ERROR)
  /system/core/libpixelflinger/tinyutils/
VectorImpl.cpp 27 NO_ERROR = 0, // No errors.
509 return NO_ERROR;
515 ssize_t err = NO_ERROR;
  /development/tools/emulator/system/camera/
EmulatedCamera.h 274 * NO_ERROR on success, or an appropriate error status on failure.
281 * NO_ERROR on success, or an appropriate error status on failure.
PreviewWindow.h 59 * NO_ERROR on success, or an appropriate error status.
  /external/qemu/block/
raw-win32.c 56 if (li.LowPart == 0xffffffffUL && GetLastError() != NO_ERROR)
188 if (l.LowPart == 0xffffffffUL && GetLastError() != NO_ERROR)
  /frameworks/base/libs/androidfw/
BackupHelpers.cpp 288 return NO_ERROR;
750 if (err != NO_ERROR) {
812 return NO_ERROR;
    [all...]
  /frameworks/base/services/common_time/
common_time_server_api.cpp 359 return NO_ERROR;
400 return NO_ERROR;
  /system/core/include/system/
camera.h 161 * is NO_ERROR, it means the camera hardware is not released. If the result
162 * is not NO_ERROR, the camera has been released and the existing client
  /hardware/ril/libril/
ril.cpp 363 if (status != NO_ERROR) {
449 if (status != NO_ERROR) {
506 if (status != NO_ERROR || count == 0) {
521 if (status != NO_ERROR) {
562 if (status != NO_ERROR || args.pdu == NULL) {
614 if (status != NO_ERROR || dial.address == NULL) {
624 if (status != NO_ERROR) {
642 if (status != NO_ERROR) {
744 if (status != NO_ERROR) {
810 if (status != NO_ERROR) {
    [all...]
  /external/qemu/android/utils/
mapfile.c 139 (GetLastError() != NO_ERROR)) {
  /external/sqlite/android/
PhoneticStringUtilsTest.cpp 124 if (ret != NO_ERROR) { \
  /external/srec/audio/AudioIn/UNIX/src/
audioinwrapper.cpp 108 return record->start() == NO_ERROR ? 0 : -1;
  /external/srec/srec_jni/
android_speech_srec_MicrophoneInputStream.cpp 68 if (s != NO_ERROR) {
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext3D.h 38 // FIXME: Find a better way to avoid the name confliction for NO_ERROR.
40 #undef NO_ERROR
170 NO_ERROR = 0,
513 // is also calculated in return. Returns NO_ERROR if succeed, otherwise
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
TexturesGenerator.cpp 92 return NO_ERROR;

Completed in 1481 milliseconds

1 2 3 4 5 6 7 8 91011>>