Searched refs:NO_ERROR (Results 1 - 25 of 175) sorted by relevance

1234567

/frameworks/base/cmds/keystore/
H A Dkeystore.h21 NO_ERROR = 1, enumerator in enum:response_code
/frameworks/base/voip/java/android/net/sip/
H A DSipErrorCode.java28 public static final int NO_ERROR = 0; field in class:SipErrorCode
68 case NO_ERROR:
69 return "NO_ERROR";
/frameworks/base/include/utils/
H A DErrors.h39 // Win32 #defines NO_ERROR as well. It has the same value, so there's no
42 # undef NO_ERROR macro
47 NO_ERROR = 0, // No errors. enumerator in enum:android::__anon169
80 # define NO_ERROR 0L macro
/frameworks/base/libs/utils/
H A DBackupData.cpp58 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...]
H A DStatic.cpp60 return NO_ERROR;
74 return NO_ERROR;
/frameworks/base/keystore/java/android/security/
H A DKeyStore.java32 public static final int NO_ERROR = 1; field in class:KeyStore
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...]
/frameworks/base/libs/ui/
H A DOverlay.cpp36 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) retur
[all...]
/frameworks/base/libs/surfaceflinger_client/
H A DLayerState.cpp29 if (err < NO_ERROR) return err;
35 if (err < NO_ERROR) return err;
52 if (err < NO_ERROR) return err;
58 return NO_ERROR;
/frameworks/base/media/libmedia/
H A DIAudioTrack.cpp54 if (status == NO_ERROR) {
97 if (status == NO_ERROR) {
109 if (status == NO_ERROR) {
129 return NO_ERROR;
134 return NO_ERROR;
139 return NO_ERROR;
144 return NO_ERROR;
149 return NO_ERROR;
154 return NO_ERROR;
159 return NO_ERROR;
[all...]
H A DIAudioRecord.cpp50 if (status == NO_ERROR) {
71 if (status == NO_ERROR) {
89 return NO_ERROR;
94 return NO_ERROR;
99 return NO_ERROR;
H A DVisualizer.cpp72 if (status == NO_ERROR) {
123 return NO_ERROR;
150 if (status == NO_ERROR) {
153 if (status == NO_ERROR) {
169 status_t status = NO_ERROR;
193 status_t status = NO_ERROR;
197 if (status == NO_ERROR) {
231 return NO_ERROR;
244 if (status != NO_ERROR) {
251 if (status != NO_ERROR) {
[all...]
H A DIAudioFlinger.cpp115 if (lStatus != NO_ERROR) {
158 if (lStatus != NO_ERROR) {
507 if (status == NO_ERROR) {
535 if (status == NO_ERROR) {
551 if (status == NO_ERROR) {
553 if (status == NO_ERROR) {
566 if (status == NO_ERROR) {
577 if (status != NO_ERROR) {
581 if (status != NO_ERROR) {
587 return NO_ERROR;
[all...]
H A DIMediaMetadataRetriever.cpp137 if (ret != NO_ERROR) {
152 if (ret != NO_ERROR) {
168 if (ret != NO_ERROR) {
186 return NO_ERROR;
192 return NO_ERROR;
200 return NO_ERROR;
212 reply->writeInt32(NO_ERROR);
220 return NO_ERROR;
229 reply->writeInt32(NO_ERROR);
237 return NO_ERROR;
[all...]
H A DIMediaPlayer.cpp257 return NO_ERROR;
263 return NO_ERROR;
268 return NO_ERROR;
273 return NO_ERROR;
278 return NO_ERROR;
286 return NO_ERROR;
291 return NO_ERROR;
296 return NO_ERROR;
304 return NO_ERROR;
312 return NO_ERROR;
[all...]
H A DIMediaRecorder.cpp280 return NO_ERROR;
286 return NO_ERROR;
292 return NO_ERROR;
298 return NO_ERROR;
304 return NO_ERROR;
310 return NO_ERROR;
316 return NO_ERROR;
325 return NO_ERROR;
332 return NO_ERROR;
339 return NO_ERROR;
[all...]
/frameworks/base/libs/camera/
H A DICamera.cpp256 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/libs/storage/
H A DIMountService.cpp65 if (remote()->transact(TRANSACTION_registerListener, data, &reply) != NO_ERROR) {
81 if (remote()->transact(TRANSACTION_unregisterListener, data, &reply) != NO_ERROR) {
96 if (remote()->transact(TRANSACTION_isUsbMassStorageConnected, data, &reply) != NO_ERROR) {
113 if (remote()->transact(TRANSACTION_setUsbMassStorageEnabled, data, &reply) != NO_ERROR) {
128 if (remote()->transact(TRANSACTION_isUsbMassStorageEnabled, data, &reply) != NO_ERROR) {
145 if (remote()->transact(TRANSACTION_mountVolume, data, &reply) != NO_ERROR) {
163 if (remote()->transact(TRANSACTION_unmountVolume, data, &reply) != NO_ERROR) {
180 if (remote()->transact(TRANSACTION_formatVolume, data, &reply) != NO_ERROR) {
197 if (remote()->transact(TRANSACTION_getStorageUsers, data, &reply) != NO_ERROR) {
219 if (remote()->transact(TRANSACTION_getVolumeState, data, &reply) != NO_ERROR) {
[all...]
H A DIMountServiceListener.cpp36 return NO_ERROR;
45 return NO_ERROR;
/frameworks/base/services/audioflinger/
H A DAudioHardwareInterface.cpp89 if (hw->initCheck() != NO_ERROR) {
132 return NO_ERROR;
138 return NO_ERROR;
178 return NO_ERROR;
H A DAudioHardwareStub.cpp42 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...]
H A DA2dpAudioInterface.cpp78 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...]
H A DAudioDumpInterface.cpp95 if (status) *status = NO_ERROR;
161 if (status) *status = NO_ERROR;
196 if (param.get(String8("test_cmd_file_name"), value) == NO_ERROR) {
200 if (param.get(String8("test_cmd_policy"), value) == NO_ERROR) {
205 return NO_ERROR;
209 return NO_ERROR;
219 if (param.get(String8("test_cmd_policy"), value) == NO_ERROR) {
231 if (param.get(String8("test_cmd_file_name"), value) == NO_ERROR) {
309 return NO_ERROR;
342 return NO_ERROR;
[all...]
H A DAudioHardwareGeneric.cpp59 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...]
H A DAudioHardwareStub.h38 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; }
/frameworks/base/services/camera/libcameraservice/
H A DCameraHardwareStub.cpp59 if (setParameters(p) != NO_ERROR) {
192 return NO_ERROR;
203 return NO_ERROR;
258 return NO_ERROR;
266 return NO_ERROR;
271 return NO_ERROR;
302 return NO_ERROR;
310 return NO_ERROR;
315 return NO_ERROR;
333 return NO_ERROR;
[all...]

Completed in 680 milliseconds

1234567