HomeSort by relevance Sort by last modified time
    Searched refs:NO_ERROR (Results 1 - 25 of 878) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/av/media/libmedia/
IOMXStore.cpp 67 if (status != NO_ERROR) {
74 return NO_ERROR;
83 if (status != NO_ERROR) {
91 if (status != NO_ERROR) {
101 if (status != NO_ERROR) {
105 if (status != NO_ERROR) {
113 if (status != NO_ERROR) {
117 if (status != NO_ERROR) {
127 if (status != NO_ERROR) {
131 if (status != NO_ERROR) {
    [all...]
  /frameworks/av/media/libaaudio/src/binding/
AAudioStreamConfiguration.cpp 27 using android::NO_ERROR;
40 if (status != NO_ERROR) goto error;
42 if (status != NO_ERROR) goto error;
44 if (status != NO_ERROR) goto error;
46 if (status != NO_ERROR) goto error;
48 if (status != NO_ERROR) goto error;
50 if (status != NO_ERROR) goto error;
52 if (status != NO_ERROR) goto error;
53 return NO_ERROR;
62 if (status != NO_ERROR) goto error
    [all...]
AAudioStreamRequest.cpp 32 using android::NO_ERROR;
47 if (status != NO_ERROR) goto error;
50 if (status != NO_ERROR) goto error;
53 if (status != NO_ERROR) goto error;
56 if (status != NO_ERROR) goto error;
58 return NO_ERROR;
68 if (status != NO_ERROR) goto error;
72 if (status != NO_ERROR) goto error;
75 if (status != NO_ERROR) goto error;
78 if (status != NO_ERROR) goto error
    [all...]
RingBufferParcelable.cpp 83 if (status != NO_ERROR) goto error;
86 if (status != NO_ERROR) goto error;
88 if (status != NO_ERROR) goto error;
90 if (status != NO_ERROR) goto error;
92 if (status != NO_ERROR) goto error;
94 if (status != NO_ERROR) goto error;
96 if (status != NO_ERROR) goto error;
98 return NO_ERROR;
106 if (status != NO_ERROR) goto error;
109 if (status != NO_ERROR) goto error
    [all...]
  /system/security/keystore/
KeyAttestationPackageInfo.cpp 28 if (rc != NO_ERROR) return rc;
30 if (rc != NO_ERROR) return rc;
36 if (rc != NO_ERROR) return rc;
38 if (rc != NO_ERROR) return rc;
42 if (rc != NO_ERROR) return rc;
44 return NO_ERROR;
KeyAttestationApplicationId.cpp 33 if (rc != NO_ERROR) return rc;
35 return NO_ERROR;
keystore_attestation_id.h 29 StatusOr(const T& value) : _status(NO_ERROR), _value(value) {}
30 StatusOr(T&& value) : _status(NO_ERROR), _value(value) {}
36 bool isOk() const { return NO_ERROR == _status; }
  /frameworks/native/libs/gui/tests/
SurfaceTextureFBO_test.cpp 30 ASSERT_EQ(NO_ERROR, native_window_api_connect(mANW.get(),
32 ASSERT_EQ(NO_ERROR, native_window_set_buffers_dimensions(mANW.get(),
34 ASSERT_EQ(NO_ERROR, native_window_set_buffers_format(mANW.get(),
36 ASSERT_EQ(NO_ERROR, native_window_set_usage(mANW.get(),
40 ASSERT_EQ(NO_ERROR, native_window_dequeue_buffer_and_wait(mANW.get(),
52 ASSERT_EQ(NO_ERROR, mANW->queueBuffer(mANW.get(), buf->getNativeBuffer(),
55 ASSERT_EQ(NO_ERROR, mST->updateTexImage());
64 ASSERT_EQ(NO_ERROR, native_window_dequeue_buffer_and_wait(mANW.get(),
71 ASSERT_EQ(NO_ERROR, buf->lock(GRALLOC_USAGE_SW_WRITE_OFTEN,
75 ASSERT_EQ(NO_ERROR, buf->unlock())
    [all...]
SurfaceTextureGL_test.cpp 31 ASSERT_EQ(NO_ERROR, native_window_api_connect(mANW.get(),
33 ASSERT_EQ(NO_ERROR, native_window_set_buffers_dimensions(mANW.get(),
35 ASSERT_EQ(NO_ERROR, native_window_set_buffers_format(mANW.get(),
37 ASSERT_EQ(NO_ERROR, native_window_set_usage(mANW.get(),
41 ASSERT_EQ(NO_ERROR, native_window_dequeue_buffer_and_wait(mANW.get(),
52 ASSERT_EQ(NO_ERROR, mANW->queueBuffer(mANW.get(), buf->getNativeBuffer(),
55 ASSERT_EQ(NO_ERROR, mST->updateTexImage());
81 ASSERT_EQ(NO_ERROR, native_window_api_connect(mANW.get(),
83 ASSERT_EQ(NO_ERROR, native_window_set_buffers_dimensions(mANW.get(),
85 ASSERT_EQ(NO_ERROR, native_window_set_buffers_format(mANW.get()
    [all...]
  /system/core/libutils/include/utils/
Functor.h 28 virtual status_t operator ()(int /*what*/, void* /*data*/) { return NO_ERROR; }
Errors.h 39 // Win32 #defines NO_ERROR as well. It has the same value, so there's no
42 # undef NO_ERROR
47 NO_ERROR = 0, // No errors.
81 # define NO_ERROR 0L
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
SoundTriggerSession.cpp 30 return NO_ERROR;
42 return NO_ERROR;
  /frameworks/av/media/libstagefright/
SurfaceUtils.cpp 30 status_t err = NO_ERROR;
35 if (err != NO_ERROR) {
41 if (err != NO_ERROR) {
48 if (err != NO_ERROR) {
54 if (err != NO_ERROR) {
70 if (err != NO_ERROR) {
77 if (err != NO_ERROR) {
79 err = NO_ERROR;
89 if (err != NO_ERROR) {
98 if (err != NO_ERROR) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
dderror.h 5 #define NO_ERROR 0
  /frameworks/base/libs/incident/src/
IncidentReportArgs.cpp 49 if (err != NO_ERROR) {
54 if (err != NO_ERROR) {
60 if (err != NO_ERROR) {
66 if (err != NO_ERROR) {
72 if (err != NO_ERROR) {
77 return NO_ERROR;
87 if (err != NO_ERROR) {
97 if (err != NO_ERROR) {
103 if (err != NO_ERROR) {
112 if (err != NO_ERROR) {
    [all...]
  /frameworks/opt/net/voip/src/java/android/net/sip/
SipErrorCode.java 28 public static final int NO_ERROR = 0;
68 case NO_ERROR:
69 return "NO_ERROR";
  /frameworks/native/libs/binder/
IProcessInfoService.cpp 39 if (err != NO_ERROR || ((err = reply.readExceptionCode()) != NO_ERROR)) {
46 if (replyLen > 0 && (err = reply.read(states, length * sizeof(*states))) != NO_ERROR) {
63 if (err != NO_ERROR
64 || ((err = reply.readExceptionCode()) != NO_ERROR)) {
72 states, length * sizeof(*states))) != NO_ERROR) {
80 scores, length * sizeof(*scores))) != NO_ERROR) {
ProcessInfoService.cpp 31 status_t err = NO_ERROR;
41 if (err == NO_ERROR) return NO_ERROR; // success
63 status_t err = NO_ERROR;
74 if (err == NO_ERROR) return NO_ERROR; // success
  /frameworks/native/services/audiomanager/
IPlayer.cpp 103 if (status != NO_ERROR) {
112 if (status != NO_ERROR) {
119 ALOGW_IF(status != NO_ERROR, "applyVolumeShaper failed transact: %d", status);
135 return NO_ERROR;
140 return NO_ERROR;
145 return NO_ERROR;
150 return NO_ERROR;
155 return NO_ERROR;
160 return NO_ERROR;
169 if (status == NO_ERROR && present != 0)
    [all...]
  /hardware/libhardware_legacy/audio/
AudioHardwareStub.h 38 virtual status_t setVolume(float left, float right) { return NO_ERROR; }
42 virtual status_t setParameters(const String8& keyValuePairs) { return NO_ERROR;}
54 virtual status_t setGain(float gain) { return NO_ERROR; }
57 virtual status_t standby() { return NO_ERROR; }
58 virtual status_t setParameters(const String8& keyValuePairs) { return NO_ERROR;}
61 virtual status_t addAudioEffect(effect_handle_t effect) { return NO_ERROR; }
62 virtual status_t removeAudioEffect(effect_handle_t effect) { return NO_ERROR; }
75 virtual status_t setMicMute(bool state) { mMicMute = state; return NO_ERROR; }
76 virtual status_t getMicMute(bool* state) { *state = mMicMute ; return NO_ERROR; }
  /frameworks/av/media/libaudioclient/
IAudioTrack.cpp 60 if (status == NO_ERROR) {
74 if (status == NO_ERROR) {
109 if (status == NO_ERROR) {
122 if (status == NO_ERROR) {
132 if (status == NO_ERROR) {
134 if (status == NO_ERROR) {
159 if (status != NO_ERROR) {
167 if (status != NO_ERROR) {
184 if (status != NO_ERROR) {
189 if (status != NO_ERROR) {
    [all...]
  /frameworks/base/libs/services/src/os/
DropBoxManager.cpp 72 if (err != NO_ERROR) {
77 if (err != NO_ERROR) {
83 if (err != NO_ERROR) {
88 if (err != NO_ERROR) {
93 if (err != NO_ERROR) {
97 if (err != NO_ERROR) {
101 return NO_ERROR;
110 if (err != NO_ERROR) {
115 if (err != NO_ERROR) {
120 if (err != NO_ERROR) {
    [all...]
  /device/generic/goldfish/camera/
PreviewWindow.cpp 52 status_t res = NO_ERROR;
63 if (res != NO_ERROR) {
82 return NO_ERROR;
119 if (res != NO_ERROR) {
134 if (res != NO_ERROR || buffer == NULL) {
142 if (res != NO_ERROR) {
155 if (res != NO_ERROR) {
165 if (res == NO_ERROR) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
dynload_os2.c 32 if (rc != NO_ERROR) {
43 if (rc != NO_ERROR)
  /external/python/cpython2/Python/
dynload_os2.c 32 if (rc != NO_ERROR) {
43 if (rc != NO_ERROR)

Completed in 1288 milliseconds

1 2 3 4 5 6 7 8 91011>>