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

1234567

/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...]
/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/qcom/camera/QCamera2/util/
H A DQCameraCmdThread.cpp90 * NO_ERROR -- success
101 return NO_ERROR;
113 * NO_ERROR -- success
120 return NO_ERROR;
136 * NO_ERROR -- success
166 return NO_ERROR;
200 * NO_ERROR -- success
205 int32_t rc = NO_ERROR;
212 if (NO_ERROR != rc) {
/hardware/qcom/camera/msm8998/QCamera2/util/
H A DQCameraCmdThread.cpp90 * NO_ERROR -- success
101 return NO_ERROR;
113 * NO_ERROR -- success
120 return NO_ERROR;
136 * NO_ERROR -- success
166 return NO_ERROR;
200 * NO_ERROR -- success
205 int32_t rc = NO_ERROR;
212 if (NO_ERROR != rc) {
/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.cpp83 if ((err = out->set(devices, format, channels, sampleRate)) == NO_ERROR) {
139 status_t status = NO_ERROR;
144 if (param.get(key, value) == NO_ERROR) {
152 if (param.get(key, value) == NO_ERROR) {
162 if (status == NO_ERROR) {
178 if (param.get(key, value) == NO_ERROR) {
184 if (param.get(key, value) == NO_ERROR) {
266 return NO_ERROR;
360 int result = NO_ERROR;
380 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...]
/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/camera/msm8998/QCamera2/HAL/
H A DQCamera2HWI.cpp129 * NO_ERROR -- success
136 int rc = NO_ERROR;
148 if (rc == NO_ERROR) {
199 if (rc == NO_ERROR) {
232 if (rc == NO_ERROR) {
265 if (rc == NO_ERROR) {
288 int ret = NO_ERROR;
300 if (ret == NO_ERROR) {
319 * NO_ERROR -- success
325 int ret = NO_ERROR;
[all...]
/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_qclient.cpp65 return NO_ERROR;
67 return NO_ERROR;
104 result = NO_ERROR;
/hardware/qcom/camera/QCamera2/HAL/
H A DQCamera2HWI.cpp127 * NO_ERROR -- success
134 int rc = NO_ERROR;
146 if (rc == NO_ERROR) {
197 if (rc == NO_ERROR) {
230 if (rc == NO_ERROR) {
263 if (rc == NO_ERROR) {
286 int ret = NO_ERROR;
298 if (ret == NO_ERROR) {
317 * NO_ERROR -- success
323 int ret = NO_ERROR;
[all...]

Completed in 265 milliseconds

1234567