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

12345

/hardware/ti/omap4-aah/libtiutils/
H A DErrorUtils.cpp34 return NO_ERROR;
60 return NO_ERROR;
76 return NO_ERROR;
83 return NO_ERROR;
97 return NO_ERROR;
135 return NO_ERROR;
H A DSemaphore.cpp55 @return NO_ERROR On Success
82 @return NO_ERROR On Success
90 status_t ret = NO_ERROR;
99 if ( NO_ERROR != ret )
123 @return NO_ERROR On success
146 @return NO_ERROR On success
190 @return NO_ERROR On success
196 status_t ret = NO_ERROR;
207 if ( NO_ERROR == ret )
221 if ( NO_ERROR !
[all...]
/hardware/ti/omap4xxx/libtiutils/
H A DErrorUtils.cpp33 return NO_ERROR;
59 return NO_ERROR;
75 return NO_ERROR;
82 return NO_ERROR;
96 return NO_ERROR;
134 return NO_ERROR;
H A DSemaphore.cpp54 @return NO_ERROR On Success
81 @return NO_ERROR On Success
89 status_t ret = NO_ERROR;
98 if ( NO_ERROR != ret )
122 @return NO_ERROR On success
145 @return NO_ERROR On success
189 @return NO_ERROR On success
195 status_t ret = NO_ERROR;
206 if ( NO_ERROR == ret )
220 if ( NO_ERROR !
[all...]
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
H A DOMXFocus.cpp41 status_t ret = NO_ERROR;
58 if ( (NO_ERROR == ret) && CameraArea::areAreasDifferent(mFocusAreas, tempAreas) ) {
81 status_t ret = NO_ERROR;
102 return NO_ERROR;
107 return NO_ERROR;
115 return NO_ERROR;
139 if (set3ALock(mUserSetExpLock, mUserSetWbLock, OMX_FALSE) != NO_ERROR) {
150 if ( NO_ERROR != ret ) {
199 return NO_ERROR;
217 if(ret != NO_ERROR) {
[all...]
H A DOMXZoom.cpp52 status_t ret = NO_ERROR;
84 status_t ret = NO_ERROR;
103 return NO_ERROR;
106 if ( NO_ERROR == ret )
135 status_t ret = NO_ERROR;
179 if ( NO_ERROR == ret )
184 if ( NO_ERROR == ret )
211 if ( NO_ERROR == ret )
235 status_t ret = NO_ERROR;
261 status_t ret = NO_ERROR;
[all...]
/hardware/ti/omap4xxx/camera/
H A DBaseCameraAdapter.cpp83 status_t ret = NO_ERROR;
97 status_t ret = NO_ERROR;
111 status_t ret = NO_ERROR;
121 if ( NO_ERROR == ret )
257 status_t res = NO_ERROR;
267 if ( NO_ERROR == res)
308 if ( NO_ERROR == res )
329 status_t ret = NO_ERROR;
347 if ( ret == NO_ERROR )
352 if ( ret == NO_ERROR )
[all...]
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
H A DOMXFocus.cpp42 status_t ret = NO_ERROR;
59 if ( (NO_ERROR == ret) && CameraArea::areAreasDifferent(mFocusAreas, tempAreas) ) {
82 status_t ret = NO_ERROR;
102 return NO_ERROR;
108 return NO_ERROR;
132 if (set3ALock(mUserSetExpLock, mUserSetWbLock, OMX_FALSE) != NO_ERROR) {
143 if ( NO_ERROR != ret ) {
203 if(ret != NO_ERROR) {
210 if ( NO_ERROR == ret ) {
238 return NO_ERROR;
[all...]
H A DOMXCapabilities.cpp231 status_t ret = NO_ERROR;
258 status_t ret = NO_ERROR;
311 status_t ret = NO_ERROR;
323 return NO_ERROR;
377 status_t res = NO_ERROR;
407 status_t ret = NO_ERROR;
434 status_t ret = NO_ERROR;
459 status_t ret = NO_ERROR;
472 if ( NO_ERROR != ret ) {
485 status_t ret = NO_ERROR;
[all...]
H A DOMXZoom.cpp55 status_t ret = NO_ERROR;
88 status_t ret = NO_ERROR;
108 return NO_ERROR;
111 if ( NO_ERROR == ret )
140 status_t ret = NO_ERROR;
184 if ( NO_ERROR == ret )
189 if ( NO_ERROR == ret )
216 if ( NO_ERROR == ret )
240 status_t ret = NO_ERROR;
269 status_t ret = NO_ERROR;
[all...]
H A DOMXCapture.cpp38 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
[all...]
H A DOMXCameraAdapter.cpp65 status_t ret = NO_ERROR;
124 if(ret != NO_ERROR) {
141 if ( NO_ERROR == ret ) {
223 if ( ret != NO_ERROR )
227 ret = NO_ERROR;
246 if ( ret != NO_ERROR )
250 ret = NO_ERROR;
290 if ( NO_ERROR != ret ) {
347 status_t ret = NO_ERROR;
363 if ( (NO_ERROR
[all...]
H A DOMXFD.cpp45 status_t ret = NO_ERROR;
56 status_t ret = NO_ERROR;
61 if (ret != NO_ERROR) {
80 status_t ret = NO_ERROR;
88 if (ret != NO_ERROR) {
94 if (ret != NO_ERROR) {
119 status_t ret = NO_ERROR;
131 if ( NO_ERROR == ret )
163 if ( NO_ERROR == ret )
167 if ( NO_ERROR !
[all...]
/hardware/ti/omap4-aah/camera/
H A DBaseCameraAdapter.cpp124 status_t ret = NO_ERROR;
138 status_t ret = NO_ERROR;
152 status_t ret = NO_ERROR;
162 if ( NO_ERROR == ret )
336 status_t res = NO_ERROR;
346 if ( NO_ERROR == res)
387 if ( NO_ERROR == res )
409 status_t ret = NO_ERROR;
427 if ( ret == NO_ERROR )
432 if ( ret == NO_ERROR )
[all...]
H A DCameraProperties.cpp74 return NO_ERROR;
78 if (ret == NO_ERROR) {
95 status_t ret = NO_ERROR;
104 if(err != NO_ERROR) {
/hardware/libhardware_legacy/audio/
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;}
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; }
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;
138 return NO_ERROR;
153 return NO_ERROR;
[all...]
H A DA2dpAudioInterface.cpp82 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...]
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.cpp61 if (::access(kAudioDeviceName, O_RDWR) == NO_ERROR)
62 return NO_ERROR;
86 if (lStatus == NO_ERROR) {
126 if (lStatus == NO_ERROR) {
144 return NO_ERROR;
157 return NO_ERROR;
163 return NO_ERROR;
175 return NO_ERROR;
187 return NO_ERROR;
226 return NO_ERROR;
[all...]
/hardware/ti/omap4-aah/camera/V4LCameraAdapter/
H A DV4LCapabilities.cpp68 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
[all...]
/hardware/qcom/audio/legacy/alsa_sound/
H A DALSAControl.cpp68 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;
H A Dacoustics_default.cpp84 return NO_ERROR;
90 return NO_ERROR;
97 return NO_ERROR;
/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_qclient.cpp65 return NO_ERROR;
67 return NO_ERROR;
104 result = NO_ERROR;
/hardware/samsung_slsi/exynos5/libcamera2/
H A DMetadataConverter.cpp61 return NO_ERROR;
73 return NO_ERROR;
103 if (NO_ERROR != CheckEntryTypeMismatch(&curr_entry, TYPE_FLOAT, 1))
109 if (NO_ERROR != CheckEntryTypeMismatch(&curr_entry, TYPE_FLOAT, 1))
115 if (NO_ERROR != CheckEntryTypeMismatch(&curr_entry, TYPE_FLOAT, 1))
121 if (NO_ERROR != CheckEntryTypeMismatch(&curr_entry, TYPE_FLOAT, 1))
127 if (NO_ERROR != CheckEntryTypeMismatch(&curr_entry, TYPE_BYTE, 1))
135 if (NO_ERROR != CheckEntryTypeMismatch(&curr_entry, TYPE_INT64, 1))
142 if (NO_ERROR != CheckEntryTypeMismatch(&curr_entry, TYPE_INT32, 1))
148 if (NO_ERROR !
[all...]

Completed in 598 milliseconds

12345