HomeSort by relevance Sort by last modified time
    Searched full:no_error (Results 1 - 25 of 242) sorted by null

1 2 3 4 5 6 7 8 910

  /frameworks/base/libs/ui/
Overlay.cpp 36 if (overlay_data_open(module, &mOverlayData) == NO_ERROR) {
52 if (mStatus != NO_ERROR) return mStatus;
58 if (mStatus != NO_ERROR) return mStatus;
64 if (mStatus != NO_ERROR) return mStatus;
70 if (mStatus != NO_ERROR) return mStatus;
76 if (mStatus != NO_ERROR) return mStatus;
82 if (mStatus != NO_ERROR) return mStatus;
88 if (mStatus != NO_ERROR) return mStatus;
94 if (mStatus != NO_ERROR) return NULL;
99 if (mStatus != NO_ERROR) return
    [all...]
  /frameworks/base/libs/camera/
ICamera.cpp 256 return NO_ERROR;
263 return NO_ERROR;
270 return NO_ERROR;
276 return NO_ERROR;
282 return NO_ERROR;
288 return NO_ERROR;
294 return NO_ERROR;
301 return NO_ERROR;
307 return NO_ERROR;
313 return NO_ERROR;
    [all...]
  /frameworks/base/media/libmedia/
IMediaPlayer.cpp 237 return NO_ERROR;
243 return NO_ERROR;
248 return NO_ERROR;
253 return NO_ERROR;
258 return NO_ERROR;
266 return NO_ERROR;
271 return NO_ERROR;
276 return NO_ERROR;
284 return NO_ERROR;
292 return NO_ERROR;
    [all...]
IAudioTrack.cpp 53 if (status == NO_ERROR) {
96 if (status == NO_ERROR) {
114 return NO_ERROR;
119 return NO_ERROR;
124 return NO_ERROR;
129 return NO_ERROR;
134 return NO_ERROR;
139 return NO_ERROR;
IMediaRecorder.cpp 279 return NO_ERROR;
285 return NO_ERROR;
291 return NO_ERROR;
297 return NO_ERROR;
303 return NO_ERROR;
309 return NO_ERROR;
315 return NO_ERROR;
324 return NO_ERROR;
331 return NO_ERROR;
338 return NO_ERROR;
    [all...]
IAudioRecord.cpp 50 if (status == NO_ERROR) {
71 if (status == NO_ERROR) {
89 return NO_ERROR;
94 return NO_ERROR;
99 return NO_ERROR;
IMediaMetadataRetriever.cpp 154 if (ret != NO_ERROR) {
169 if (ret != NO_ERROR) {
185 if (ret != NO_ERROR) {
203 return NO_ERROR;
209 return NO_ERROR;
217 return NO_ERROR;
223 return NO_ERROR;
231 return NO_ERROR;
240 reply->writeInt32(NO_ERROR);
248 return NO_ERROR;
    [all...]
IAudioPolicyService.cpp 262 return NO_ERROR;
270 return NO_ERROR;
276 return NO_ERROR;
284 return NO_ERROR;
292 return NO_ERROR;
299 return NO_ERROR;
316 return NO_ERROR;
324 return NO_ERROR;
332 return NO_ERROR;
339 return NO_ERROR;
    [all...]
IAudioFlinger.cpp 101 if (lStatus != NO_ERROR) {
134 if (lStatus != NO_ERROR) {
479 if (status == NO_ERROR) {
527 return NO_ERROR;
543 return NO_ERROR;
548 return NO_ERROR;
553 return NO_ERROR;
558 return NO_ERROR;
563 return NO_ERROR;
568 return NO_ERROR;
    [all...]
mediaplayer.cpp 53 mPrepareStatus = NO_ERROR;
96 return NO_ERROR;
118 err = NO_ERROR;
241 if (ret != NO_ERROR) {
267 return NO_ERROR;
274 if (ret != NO_ERROR) {
291 if (mCurrentState & MEDIA_PLAYER_STOPPED) return NO_ERROR;
295 if (ret != NO_ERROR) {
311 return NO_ERROR;
314 if (ret != NO_ERROR) {
    [all...]
  /frameworks/base/libs/utils/
BackupData.cpp 58 m_status(NO_ERROR),
85 return NO_ERROR;
91 if (m_status != NO_ERROR) {
148 if (m_status != NO_ERROR) {
161 return NO_ERROR;
174 m_status(NO_ERROR),
208 if (err != NO_ERROR) { \
219 if (m_status != NO_ERROR) {
228 return NO_ERROR;
230 else if (amt != NO_ERROR) {
    [all...]
  /frameworks/base/libs/surfaceflinger_client/
LayerState.cpp 29 if (err < NO_ERROR) return err;
35 if (err < NO_ERROR) return err;
52 if (err < NO_ERROR) return err;
58 return NO_ERROR;
SurfaceComposerClient.cpp 161 mStatus = NO_ERROR;
205 if (client != 0 && client->initCheck() == NO_ERROR) {
343 if (mStatus == NO_ERROR) {
358 if (mStatus != NO_ERROR)
388 if (client->openTransaction() == NO_ERROR) {
447 if (mStatus != NO_ERROR)
456 return NO_ERROR;
462 if (mStatus != NO_ERROR)
479 return NO_ERROR;
488 return NO_ERROR;
    [all...]
  /frameworks/base/libs/audioflinger/
A2dpAudioInterface.cpp 78 if ((err = out->set(devices, format, channels, sampleRate)) == NO_ERROR) {
134 status_t status = NO_ERROR;
139 if (param.get(key, value) == NO_ERROR) {
147 if (param.get(key, value) == NO_ERROR) {
157 if (status == NO_ERROR) {
173 if (param.get(key, value) == NO_ERROR) {
179 if (param.get(key, value) == NO_ERROR) {
260 return NO_ERROR;
350 status_t status = NO_ERROR;
354 if (param.get(key, value) == NO_ERROR) {
    [all...]
AudioHardwareGeneric.cpp 59 if (::access(kAudioDeviceName, O_RDWR) == NO_ERROR)
60 return NO_ERROR;
84 if (lStatus == NO_ERROR) {
124 if (lStatus == NO_ERROR) {
142 return NO_ERROR;
155 return NO_ERROR;
161 return NO_ERROR;
173 return NO_ERROR;
185 return NO_ERROR;
224 return NO_ERROR;
    [all...]
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;}
73 virtual status_t setMicMute(bool state) { mMicMute = state; return NO_ERROR; }
74 virtual status_t getMicMute(bool* state) { *state = mMicMute ; return NO_ERROR; }
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;
137 return NO_ERROR;
152 return NO_ERROR;
    [all...]
AudioDumpInterface.cpp 89 if (status) *status = NO_ERROR;
141 if (status) *status = NO_ERROR;
176 if (param.get(String8("test_cmd_file_name"), value) == NO_ERROR) {
180 if (param.get(String8("test_cmd_policy"), value) == NO_ERROR) {
185 return NO_ERROR;
189 return NO_ERROR;
199 if (param.get(String8("test_cmd_policy"), value) == NO_ERROR) {
211 if (param.get(String8("test_cmd_file_name"), value) == NO_ERROR) {
280 return NO_ERROR;
313 return NO_ERROR;
    [all...]
  /frameworks/base/keystore/java/android/security/
KeyStore.java 32 public static final int NO_ERROR = 1;
46 private int mError = NO_ERROR;
71 return mError == NO_ERROR;
80 return mError == NO_ERROR;
89 return mError == NO_ERROR;
115 return mError == NO_ERROR;
120 return mError == NO_ERROR;
137 return mError == NO_ERROR;
142 return mError == NO_ERROR;
177 if ((code = in.read()) != NO_ERROR) {
    [all...]
  /packages/apps/IM/libwbxml/src/
imps_encoder.cpp 95 if (err != NO_ERROR) {
101 return NO_ERROR;
110 return NO_ERROR;
120 return NO_ERROR;
138 return NO_ERROR;
143 return NO_ERROR;
157 return NO_ERROR;
170 return NO_ERROR;
191 return NO_ERROR;
201 return NO_ERROR;
    [all...]
xml2wbxml.cpp 66 mErrorCode(NO_ERROR)
85 if (getErrorCode() != NO_ERROR)
117 if (getErrorCode() != NO_ERROR)
126 if (getErrorCode() != NO_ERROR)
175 return getErrorCode() == NO_ERROR ? WBXML_STATUS_OK : WBXML_STATUS_ERROR;
  /frameworks/base/include/utils/
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.
80 # define NO_ERROR 0L
  /frameworks/base/tools/aapt/
Resource.cpp 125 return NO_ERROR;
186 if (err != NO_ERROR) {
235 return NO_ERROR;
254 while ((res=it.next()) == NO_ERROR) {
283 return hasErrors ? UNKNOWN_ERROR : NO_ERROR;
294 while ((res=it.next()) == NO_ERROR) {
296 if (res < NO_ERROR) {
301 return (hasErrors || (res < NO_ERROR)) ? UNKNOWN_ERROR : NO_ERROR;
311 while ((res=it.next()) == NO_ERROR) {
    [all...]
  /frameworks/base/libs/binder/
Parcel.cpp 221 return NO_ERROR;
319 if (err == NO_ERROR) {
335 return NO_ERROR;
341 if (err == NO_ERROR) {
360 return NO_ERROR;
384 if (err != NO_ERROR) {
428 return NO_ERROR;
492 return NO_ERROR;
510 if (err == NO_ERROR) goto restart_write;
519 return NO_ERROR;
    [all...]
  /frameworks/base/media/libmediaplayerservice/
MidiFile.cpp 110 return NO_ERROR;
146 return NO_ERROR;
174 return NO_ERROR;
190 return NO_ERROR;
199 if (ret == NO_ERROR) {
229 return NO_ERROR;
247 return NO_ERROR;
269 return NO_ERROR;
279 if ((mState == EAS_STATE_PAUSING) || (mState == EAS_STATE_PAUSED)) return NO_ERROR;
284 return NO_ERROR;
    [all...]

Completed in 3298 milliseconds

1 2 3 4 5 6 7 8 910