HomeSort by relevance Sort by last modified time
    Searched refs:NO_ERROR (Results 51 - 75 of 651) sorted by null

1 23 4 5 6 7 8 91011>>

  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXCapture.cpp 38 status_t ret = NO_ERROR;
280 status_t ret = NO_ERROR;
286 if ( NO_ERROR == ret )
298 if ( ret == NO_ERROR )
321 status_t ret = NO_ERROR;
338 if ( NO_ERROR == ret )
351 if ( NO_ERROR == ret )
380 status_t ret = NO_ERROR;
399 if ( NO_ERROR == ret )
430 if ( NO_ERROR == ret
    [all...]
  /device/generic/goldfish/camera/
PreviewWindow.cpp 54 status_t res = NO_ERROR;
67 if (res == NO_ERROR) {
89 return NO_ERROR;
127 if (res != NO_ERROR) {
142 if (res != NO_ERROR || buffer == NULL) {
150 if (res != NO_ERROR) {
163 if (res != NO_ERROR) {
173 if (res == NO_ERROR) {
QemuClient.h 109 * NO_ERROR on success, or an appropriate error status.
125 * NO_ERROR on success, or an appropriate error status on failure. Note that
140 return mQueryDeliveryStatus == NO_ERROR && mReplyStatus != 0;
147 * NO_ERROR if query has succeeded, or an appropriate error status on query
151 if (mQueryDeliveryStatus == NO_ERROR) {
153 return NO_ERROR;
236 * NO_ERROR on success, or an appropriate error status.
247 * NO_ERROR on success, or an appropriate error status on failure.
263 * NO_ERROR on success, or an appropriate error status on failure.
272 * NO_ERROR on success, or an appropriate error status on failure. Note tha
    [all...]
QemuClient.cpp 43 mQueryDeliveryStatus(NO_ERROR),
55 mQueryDeliveryStatus(NO_ERROR),
67 mQueryDeliveryStatus(NO_ERROR),
117 return NO_ERROR;
124 if (mQueryDeliveryStatus != NO_ERROR) {
171 return NO_ERROR;
180 mQueryDeliveryStatus = NO_ERROR;
245 return NO_ERROR;
271 return NO_ERROR;
321 return NO_ERROR;
    [all...]
  /external/chromium_org/net/tools/balsa/
balsa_enums.h 28 // On Windows, <WinError.h> defines the NO_ERROR macro as 0L, which
29 // breaks the compilation of the "NO_ERROR = 0" line.
30 #undef NO_ERROR
32 NO_ERROR = 0, // A sentinel value for convenience, none of the callbacks
  /frameworks/base/libs/storage/
IMountServiceListener.cpp 36 return NO_ERROR;
45 return NO_ERROR;
  /frameworks/native/libs/binder/
IBatteryStats.cpp 108 return NO_ERROR;
116 return NO_ERROR;
123 return NO_ERROR;
130 return NO_ERROR;
137 return NO_ERROR;
144 return NO_ERROR;
150 return NO_ERROR;
156 return NO_ERROR;
  /hardware/ti/omap4-aah/camera/V4LCameraAdapter/
V4LCapabilities.cpp 68 status_t ret = NO_ERROR;
119 return NO_ERROR;
136 return NO_ERROR;
151 return NO_ERROR;
169 return NO_ERROR;
174 status_t ret = NO_ERROR;
178 if ( NO_ERROR == ret ) {
182 if ( NO_ERROR == ret ) {
186 if ( NO_ERROR == ret ) {
190 if ( NO_ERROR == ret )
    [all...]
  /development/host/windows/usb/api/
adb_io_completion.cpp 43 SetLastError(NO_ERROR);
  /hardware/qcom/audio/legacy/alsa_sound/
ALSAControl.cpp 68 return NO_ERROR;
88 return (ret < 0) ? BAD_VALUE : NO_ERROR;
108 return (ret < 0) ? BAD_VALUE : NO_ERROR;
128 return (ret < 0) ? BAD_VALUE : NO_ERROR;
acoustics_default.cpp 84 return NO_ERROR;
90 return NO_ERROR;
97 return NO_ERROR;
  /device/moto/shamu/camera/QCamera2/HAL/
QCamera2HWI.cpp 117 * NO_ERROR -- success
123 int rc = NO_ERROR;
134 if (rc == NO_ERROR) {
182 if (rc == NO_ERROR) {
210 if (rc == NO_ERROR) {
238 if (rc == NO_ERROR) {
258 int ret = NO_ERROR;
268 if (ret == NO_ERROR) {
286 * NO_ERROR -- success
291 int ret = NO_ERROR;
    [all...]
  /cts/tests/tests/security/jni/
android_security_cts_LoadEffectLibraryTest.cpp 59 if (status != NO_ERROR) {
63 if (status != NO_ERROR) {
73 if (status == NO_ERROR) {
  /frameworks/av/media/libmedia/
IAudioRecord.cpp 52 if (status == NO_ERROR) {
82 return NO_ERROR;
87 return NO_ERROR;
IMediaMetadataRetriever.cpp 140 if (ret != NO_ERROR) {
155 if (ret != NO_ERROR) {
171 if (ret != NO_ERROR) {
203 return NO_ERROR;
228 return NO_ERROR;
236 return NO_ERROR;
248 reply->writeInt32(NO_ERROR);
256 return NO_ERROR;
265 reply->writeInt32(NO_ERROR);
273 return NO_ERROR;
    [all...]
  /frameworks/av/services/audioflinger/
ISchedulingPolicyService.cpp 49 if (status != NO_ERROR) {
53 return NO_ERROR;
73 return NO_ERROR;
  /frameworks/base/tools/aapt/tests/
ResourceFilter_test.cpp 32 ASSERT_EQ(NO_ERROR, filter.parse(String8("")));
47 ASSERT_EQ(NO_ERROR, filter.parse(String8("fr")));
57 ASSERT_EQ(NO_ERROR, filter.parse(String8("fr")));
68 ASSERT_EQ(NO_ERROR, filter.parse(String8("fr")));
80 ASSERT_EQ(NO_ERROR, filter.parse(String8("fr_FR,sw360dp,normal,en_US")));
91 ASSERT_EQ(NO_ERROR, filter.parse(String8("fr")));
102 ASSERT_EQ(NO_ERROR, filter.parse(String8("fr_FR,en_US,normal,large,xxhdpi,sw320dp")));
115 ASSERT_EQ(NO_ERROR, filter.parse(String8("sw600dp")));
128 ASSERT_EQ(NO_ERROR, filter.parse(String8("de-rDE")));
139 EXPECT_EQ(NO_ERROR, filter.parse(String8("de_DE")))
    [all...]
  /frameworks/native/libs/gui/
DisplayEventReceiver.cpp 49 return NO_ERROR;
66 return NO_ERROR;
74 return NO_ERROR;
IConsumerListener.cpp 72 return NO_ERROR;
76 return NO_ERROR;
80 return NO_ERROR;
ISurfaceComposer.cpp 132 int err = NO_ERROR;
135 if (err != NO_ERROR) {
141 if (err != NO_ERROR) {
148 if (err != NO_ERROR) {
155 if (err != NO_ERROR) {
169 if (err != NO_ERROR) {
175 if (err != NO_ERROR) {
228 if (result == NO_ERROR) {
249 if (result == NO_ERROR) {
304 return NO_ERROR;
    [all...]
  /hardware/libhardware_legacy/audio/
AudioHardwareStub.cpp 42 return NO_ERROR;
53 if (lStatus == NO_ERROR)
78 if (lStatus == NO_ERROR)
91 return NO_ERROR;
96 return NO_ERROR;
108 return NO_ERROR;
114 return NO_ERROR;
125 return NO_ERROR;
138 return NO_ERROR;
153 return NO_ERROR;
    [all...]
A2dpAudioInterface.cpp 82 if ((err = out->set(devices, format, channels, sampleRate)) == NO_ERROR) {
138 status_t status = NO_ERROR;
143 if (param.get(key, value) == NO_ERROR) {
151 if (param.get(key, value) == NO_ERROR) {
161 if (status == NO_ERROR) {
177 if (param.get(key, value) == NO_ERROR) {
183 if (param.get(key, value) == NO_ERROR) {
265 return NO_ERROR;
359 int result = NO_ERROR;
379 status_t status = NO_ERROR;
    [all...]
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_qclient.cpp 65 return NO_ERROR;
67 return NO_ERROR;
104 result = NO_ERROR;
  /frameworks/av/camera/
ICamera.cpp 286 return NO_ERROR;
294 return NO_ERROR;
301 return NO_ERROR;
309 return NO_ERROR;
315 return NO_ERROR;
321 return NO_ERROR;
327 return NO_ERROR;
333 return NO_ERROR;
340 return NO_ERROR;
347 return NO_ERROR;
    [all...]
  /frameworks/av/cmds/screenrecord/
screenrecord.cpp 130 return NO_ERROR;
176 if (err != NO_ERROR) {
186 if (err != NO_ERROR) {
195 if (err != NO_ERROR) {
281 return NO_ERROR;
302 return NO_ERROR;
329 if (err != NO_ERROR) {
355 case NO_ERROR:
377 if (err != NO_ERROR) {
415 if (err != NO_ERROR) {
    [all...]

Completed in 2190 milliseconds

1 23 4 5 6 7 8 91011>>